Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dccp.c81 { "nobsdcomp", o_bool, &ccp_wantoptions[0].bsd_compress,
83 &ccp_allowoptions[0].bsd_compress },
84 { "-bsdcomp", o_bool, &ccp_wantoptions[0].bsd_compress,
86 &ccp_allowoptions[0].bsd_compress },
254 || (opt)->bsd_compress in ccp_anycompress()
301 ccp_wantoptions[0].bsd_compress = 1;
304 ccp_wantoptions[0].bsd_compress = 0;
306 ccp_allowoptions[0].bsd_compress = 1;
309 ccp_allowoptions[0].bsd_compress = 0;
395 wo->bsd_compress = 1; in ccp_init()
[all …]
/third_party/lwip/src/include/netif/ppp/
Dccp.h136 unsigned int bsd_compress :1; /* do BSD Compress? */ member