OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
168
{ "ipcp-accept-remote", o_bool, &ipcp_wantoptions[0].
accept_remote
,
687
wo->
accept_remote
= 1;
696
wo->
accept_remote
= 0;
1051
if (go->
accept_remote
&& ciaddr2) {
1146
if (ciaddr2 && go->
accept_remote
)
[
all
...]
auth.c
[
all
...]
Completed in 98 milliseconds