> 
> Maybe bcmp is right. I believe having IS_ETHER_BROADCAST is too
> useful a macro....

yes, i mean leave it as a macro which calls bcmp, and
let the compiler handle the issue.

#define IS_ETHER_BROADCAST(a)   (!bcmp(a, "\377\377\377\377\377\377", 6))

        luigi

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

Reply via email to