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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipv6cp.h113 bool accept_local; /* accept peer's value for iface id? */ member in struct:ipv6cp_options
H A Dipcp.h57 bool accept_local; /* accept peer's value for ouraddr */ member in struct:ipcp_options
H A Dipcp.c132 { "ipcp-accept-local", o_bool, &ipcp_wantoptions[0].accept_local,
489 wo->accept_local = 1;
775 if (go->accept_local && ciaddr1) { /* Do we know our address? */
813 if (go->accept_local && ciaddr1) { /* Do we know our address? */
853 if (ciaddr1 && go->accept_local)
865 if (ciaddr1 && go->accept_local)
1097 if (ciaddr2 == 0 || !wo->accept_local) {
1373 wo->accept_local = 1; /* don't insist on this default value */
1403 wo->accept_local = 1;
H A Dipv6cp.c192 { "ipv6cp-accept-local", o_bool, &ipv6cp_wantoptions[0].accept_local,
661 if (go->accept_local) {
713 if (go->accept_local) {
1063 if ((ipcp_wantoptions[0].accept_local ||

Completed in 108 milliseconds