Home
last modified time | relevance | path

Searched refs:accept_remote (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipcp.h58 bool accept_remote; /* accept peer's value for hisaddr */ member
H A Dipcp.c134 { "ipcp-accept-remote", o_bool, &ipcp_wantoptions[0].accept_remote,
491 wo->accept_remote = 1;
778 if (go->accept_remote && ciaddr2) { /* Does he know his? */
856 if (ciaddr2 && go->accept_remote)
1075 (ciaddr1 == 0 || !wo->accept_remote)) {
1141 (ciaddr1 == 0 || !wo->accept_remote)) {
1398 wo->accept_remote = 1;
1447 if (wo->accept_remote) {
H A Dipv6cp.c1067 if ((ipcp_wantoptions[0].accept_remote || in ipv6_check_options()