HomeSort by relevance Sort by last modified time
    Searched refs:accept_local (Results 1 - 7 of 7) 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 167 { "ipcp-accept-local", o_bool, &ipcp_wantoptions[0].accept_local,
701 wo->accept_local = 1;
1102 if (go->accept_local && ciaddr1) {
1148 } else if (go->accept_local && ciaddr1) {
1199 if (ciaddr1 && go->accept_local)
1213 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 246 { "ipv6cp-accept-local", o_bool, &ipv6cp_allowoptions[0].accept_local,
437 wo->accept_local = 1;
734 } else if (go->accept_local) {
786 if (go->accept_local) {
    [all...]
  /external/libnl/lib/route/link/
inet.c 166 __ADD(IPV4_DEVCONF_ACCEPT_LOCAL, accept_local)

Completed in 134 milliseconds