On Sat, Oct 12, 2002 at 08:07:47PM -0600, M. Warner Losh wrote:
...
> :     reveals the use of an explicit constant (6) in net/if_arp.h and
> :     netinet/if_ether.c; there is more of the same in net/bridge.c
> :     (my fault), net/if_atmsubr.c, netinet/if_ether.c, netncp/ncp_subr.c
> 
> atmsubr?  Doesn't ATM have its own constants?

eh, that's the problem with explicit constants, you can never tell
whether "6" is english, german or italian... in any case the
relevant piece of code is:

        net/if_atmsubr.c:                       if (bcmp(alc, ATMLLC_HDR, 6)) {

I have no idea if it has any relation with ethernet header sizes.

        cheers
        luigi

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to