HomeSort by relevance Sort by last modified time
    Searched refs:accept_local (Results 1 - 6 of 6) sorted by null

  /external/ppp/pppd/
ipv6cp.h 153 int accept_local; /* accept peer's value for iface id? */ member in struct:ipv6cp_options
ipcp.h 76 bool accept_local; /* accept peer's value for ouraddr */ member in struct:ipcp_options
ipxcp.h 71 bool accept_local; /* accept peer's value for ournode */ member in struct:ipxcp_options
ipcp.c 166 { "ipcp-accept-local", o_bool, &ipcp_wantoptions[0].accept_local,
685 wo->accept_local = 1;
1047 if (go->accept_local && ciaddr1) {
1093 } else if (go->accept_local && ciaddr1) {
1142 if (ciaddr1 && go->accept_local)
1156 if (ciaddr1 && go->accept_local)
    [all...]
ipxcp.c 141 { "ipxcp-accept-local", o_bool, &ipxcp_wantoptions[0].accept_local,
143 &ipxcp_allowoptions[0].accept_local },
404 ao->accept_local = 0;
556 ao->accept_local = 1;
809 else if (!zero_node (p) && ao->accept_local &&
    [all...]
ipv6cp.c 235 { "ipv6cp-accept-local", o_bool, &ipv6cp_allowoptions[0].accept_local,
428 wo->accept_local = 1;
725 } else if (go->accept_local) {
777 if (go->accept_local) {
    [all...]

Completed in 584 milliseconds