Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/deflate/
H A Dng_deflate.c56 #define PROT_COMPD 0x00fd macro
503 ((u_int16_t *)priv->outbuf)[0] = htons(PROT_COMPD); in ng_deflate_compress()
563 if (proto == PROT_COMPD) { in ng_deflate_decompress()
/dragonfly/sys/netgraph7/ppp/
H A Dng_ppp.c120 #define PROT_COMPD 0x00fd macro
1068 proto != PROT_COMPD && in ng_ppp_comp_xmit()
1120 proto = PROT_COMPD; in ng_ppp_rcvdata_compress()
1132 ((proto == PROT_COMPD && priv->conf.enableDecompression) || in ng_ppp_comp_recv()
1151 } else if (proto == PROT_COMPD) { in ng_ppp_comp_recv()
/dragonfly/sys/netgraph/ppp/
H A Dng_ppp.c70 #define PROT_COMPD 0x00fd macro
678 proto = PROT_COMPD; in ng_ppp_rcvdata()
874 case PROT_COMPD: in ng_ppp_input()