Searched refs:ccp_wantoptions (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.sbin/pppd/
H A Dccp.h51 extern ccp_options ccp_wantoptions[];
H A Doptions.c2090 ccp_wantoptions[0].bsd_compress = 1;
2091 ccp_wantoptions[0].bsd_bits = rbits;
2093 ccp_wantoptions[0].bsd_compress = 0;
2106 ccp_wantoptions[0].bsd_compress = 0;
2136 ccp_wantoptions[0].deflate = 1;
2137 ccp_wantoptions[0].deflate_size = rbits;
2139 ccp_wantoptions[0].deflate = 0;
2152 ccp_wantoptions[0].deflate = 0;
2161 ccp_wantoptions[0].deflate_draft = 0;
2170 ccp_wantoptions[
[all...]
H A Dccp.c81 ccp_options ccp_wantoptions[NUM_PPP]; /* what to request the peer to use */ variable
151 memset(&ccp_wantoptions[unit], 0, sizeof(ccp_options));
156 ccp_wantoptions[0].deflate = 1;
157 ccp_wantoptions[0].deflate_size = DEFLATE_MAX_SIZE;
158 ccp_wantoptions[0].deflate_correct = 1;
159 ccp_wantoptions[0].deflate_draft = 1;
165 ccp_wantoptions[0].bsd_compress = 1;
166 ccp_wantoptions[0].bsd_bits = BSD_MAX_BITS;
311 *go = ccp_wantoptions[f->unit];

Completed in 140 milliseconds