Searched refs:ipcp_allowoptions (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | ipcp.c | 54 ipcp_options ipcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */ variable 121 "Disable VJ compression", OPT_A2COPY, &ipcp_allowoptions[0].neg_vj }, 123 "Disable VJ compression", OPT_A2COPY, &ipcp_allowoptions[0].neg_vj }, 126 &ipcp_allowoptions[0].cflag }, 129 &ipcp_allowoptions[0].cflag }, 153 "Add default route", OPT_ENABLE|1, &ipcp_allowoptions[0].default_route }, 154 { "nodefaultroute", o_bool, &ipcp_allowoptions[0].default_route, 157 { "-defaultroute", o_bool, &ipcp_allowoptions[0].default_route, 161 "Add proxy ARP entry", OPT_ENABLE|1, &ipcp_allowoptions[0].proxy_arp }, 164 &ipcp_allowoptions[0].proxy_arp }, [all …]
|
H A D | ipcp.h | 72 extern ipcp_options ipcp_allowoptions[];
|
H A D | options.c | 1605 BZERO((char *) &ipcp_allowoptions[0], sizeof (struct ipcp_options));
|