Searched refs:accept_local (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dipv6cp.h175 int accept_local; /* accept peer's value for iface id? */ member in struct:ipv6cp_options
H A Dipcp.h98 bool accept_local; /* accept peer's value for ouraddr */ member in struct:ipcp_options
H A Dipxcp.h93 bool accept_local; /* accept peer's value for ournode */ member in struct:ipxcp_options
H A Dipcp.c213 { "ipcp-accept-local", o_bool, &ipcp_wantoptions[0].accept_local,
778 wo->accept_local = 1;
1149 if (go->accept_local && ciaddr1) { /* Do we know our address? */
1187 if (go->accept_local && ciaddr1) { /* Do we know our address? */
1235 if (ciaddr1 && go->accept_local)
1249 if (ciaddr1 && go->accept_local)
1502 if (ciaddr2 == 0 || !wo->accept_local) {
1720 wo->accept_local = 1; /* don't insist on this default value */
1749 wo->accept_local = 1;
H A Dipv6cp.c260 { "ipv6cp-accept-local", o_bool, &ipv6cp_allowoptions[0].accept_local,
478 wo->accept_local = 1;
784 if (go->accept_local) {
836 if (go->accept_local) {
H A Dipxcp.c163 { "ipxcp-accept-local", o_bool, &ipxcp_wantoptions[0].accept_local,
165 &ipxcp_allowoptions[0].accept_local },
428 ao->accept_local = 0;
580 ao->accept_local = 1;
828 if (!zero_node (p) && ao->accept_local &&

Completed in 194 milliseconds