Searched refs:MPPC_VALID_BITS (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netgraph/ | ||
H A D | ng_mppc.h | 67 #define MPPC_VALID_BITS 0x010000e1 /* possibly valid bits */ macro |
H A D | ng_mppc.c | 284 if ((cfg->bits & ~MPPC_VALID_BITS) != 0) in ng_mppc_rcvmsg() |