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

  /external/ppp/pppd/
ipcp.h 77 bool accept_remote; /* accept peer's value for hisaddr */ member in struct:ipcp_options
ipxcp.h 72 bool accept_remote; /* accept peer's value for hisnode */ member in struct:ipxcp_options
ipxcp.c 145 { "ipxcp-accept-remote", o_bool, &ipxcp_wantoptions[0].accept_remote,
147 &ipxcp_allowoptions[0].accept_remote },
405 ao->accept_remote = 0;
564 ao->accept_remote = 1;
1123 if (! ao->accept_remote) {
    [all...]
ipcp.c 169 { "ipcp-accept-remote", o_bool, &ipcp_wantoptions[0].accept_remote,
703 wo->accept_remote = 1;
712 wo->accept_remote = 0;
1106 if (go->accept_remote && ciaddr2) {
1203 if (ciaddr2 && go->accept_remote)
    [all...]
auth.c     [all...]

Completed in 289 milliseconds