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

/freebsd-11-stable/sys/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 */
354 } else if (OUICMP(ptr, 0x00, 0x80, 0xc2)) {

Completed in 49 milliseconds