Searched defs:ipcp_wantoptions (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipcp.c52 ipcp_options ipcp_wantoptions[NUM_PPP]; /* Options that we want to request */ variable
120 { "novj", o_bool, &ipcp_wantoptions[0].neg_vj,
122 { "-vj", o_bool, &ipcp_wantoptions[0].neg_vj,
124 { "novjccomp", o_bool, &ipcp_wantoptions[0].cflag,
127 { "-vjccomp", o_bool, &ipcp_wantoptions[0].cflag,
132 { "ipcp-accept-local", o_bool, &ipcp_wantoptions[0].accept_local,
134 { "ipcp-accept-remote", o_bool, &ipcp_wantoptions[0].accept_remote,
152 { "defaultroute", o_bool, &ipcp_wantoptions[0].default_route,
156 &ipcp_wantoptions[0].default_route },
159 &ipcp_wantoptions[
[all...]

Completed in 58 milliseconds