Home | History | Annotate | Download | only in pppd

Lines Matching refs:o_bool

144     { "noip", o_bool, &ipcp_protent.enabled_flag,
146 { "-ip", o_bool, &ipcp_protent.enabled_flag,
149 { "novj", o_bool, &ipcp_wantoptions[0].neg_vj,
151 { "-vj", o_bool, &ipcp_wantoptions[0].neg_vj,
155 { "novjccomp", o_bool, &ipcp_wantoptions[0].cflag,
158 { "-vjccomp", o_bool, &ipcp_wantoptions[0].cflag,
166 { "ipcp-accept-local", o_bool, &ipcp_wantoptions[0].accept_local,
168 { "ipcp-accept-remote", o_bool, &ipcp_wantoptions[0].accept_remote,
174 { "noipdefault", o_bool, &disable_defaultip,
191 { "defaultroute", o_bool, &ipcp_wantoptions[0].default_route,
193 { "nodefaultroute", o_bool, &ipcp_allowoptions[0].default_route,
196 { "-defaultroute", o_bool, &ipcp_allowoptions[0].default_route,
200 { "proxyarp", o_bool, &ipcp_wantoptions[0].proxy_arp,
202 { "noproxyarp", o_bool, &ipcp_allowoptions[0].proxy_arp,
205 { "-proxyarp", o_bool, &ipcp_allowoptions[0].proxy_arp,
209 { "usepeerdns", o_bool, &usepeerdns,
215 { "ipcp-no-addresses", o_bool, &ipcp_wantoptions[0].old_addrs,
218 { "ipcp-no-address", o_bool, &ipcp_wantoptions[0].neg_addr,