Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph/rfc1490/
H A Dng_rfc1490.c213 #define OUICMP(P,A,B,C) ((P)[0]==(A) && (P)[1]==(B) && (P)[2]==(C)) macro
242 if (OUICMP(ptr, 0, 0, 0)) { /* It's an ethertype */ in ng_rfc1490_rcvdata()
259 } else if (OUICMP(ptr, 0x00, 0x80, 0xc2)) /* 802.1 bridging */ in ng_rfc1490_rcvdata()
/dragonfly/sys/netgraph7/rfc1490/
H A Dng_rfc1490.c305 #define OUICMP(P,A,B,C) ((P)[0]==(A) && (P)[1]==(B) && (P)[2]==(C)) macro
339 if (OUICMP(ptr, 0, 0, 0)) { /* It's an ethertype */ in ng_rfc1490_rcvdata()
356 } else if (OUICMP(ptr, 0x00, 0x80, 0xc2)) { in ng_rfc1490_rcvdata()