Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_ppp.h155 u_char enableDecompression; /* enable PPP decompression */ member
H A Dng_ppp.c1157 ((proto == PROT_COMPD && priv->conf.enableDecompression) || in ng_ppp_comp_recv()
1158 priv->conf.enableDecompression == NG_PPP_DECOMPRESS_FULL) && in ng_ppp_comp_recv()
1162 if (priv->conf.enableDecompression == NG_PPP_DECOMPRESS_FULL) { in ng_ppp_comp_recv()
1196 if (!priv->conf.enableDecompression) { in ng_ppp_rcvdata_decompress()
/f-stack/tools/compat/include/netgraph/
H A Dng_ppp.h155 u_char enableDecompression; /* enable PPP decompression */ member