Home
last modified time | relevance | path

Searched refs:OUICMP (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_rfc1490.c303 #define OUICMP(P,A,B,C) ((P)[0]==(A) && (P)[1]==(B) && (P)[2]==(C)) macro
337 if (OUICMP(ptr, 0, 0, 0)) { /* It's an ethertype */ in ng_rfc1490_rcvdata()
354 } else if (OUICMP(ptr, 0x00, 0x80, 0xc2)) { in ng_rfc1490_rcvdata()