Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_ppp.c119 #define PROT_COMPRESSABLE(p) (((p) & 0xff00) == 0x0000) macro
2420 if (compOK && PROT_COMPRESSABLE(proto)) { in ng_ppp_addproto()