Searched refs:ccp_wantoptions (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | ccp.h | 45 extern ccp_options ccp_wantoptions[];
|
H A D | ccp.c | 59 { "nobsdcomp", o_bool, &ccp_wantoptions[0].bsd_compress, 62 { "-bsdcomp", o_bool, &ccp_wantoptions[0].bsd_compress, 67 { "nodeflate", o_bool, &ccp_wantoptions[0].deflate, 70 { "-deflate", o_bool, &ccp_wantoptions[0].deflate, 73 { "nodeflatedraft", o_bool, &ccp_wantoptions[0].deflate_draft, 76 { "predictor1", o_bool, &ccp_wantoptions[0].predictor_1, 78 { "nopredictor1", o_bool, &ccp_wantoptions[0].predictor_1, 81 { "-predictor1", o_bool, &ccp_wantoptions[0].predictor_1, 124 ccp_options ccp_wantoptions[NUM_PPP]; /* what to request the peer to use */ variable 224 ccp_wantoptions[ [all...] |
Completed in 58 milliseconds