Home
last modified time | relevance | path

Searched refs:ipxcp_protent (Results 1 – 4 of 4) sorted by relevance

/external/ppp/pppd/
Dipxcp.h94 extern struct protent ipxcp_protent;
Dipxcp.c122 { "ipx", o_bool, &ipxcp_protent.enabled_flag,
124 { "+ipx", o_bool, &ipxcp_protent.enabled_flag,
126 { "noipx", o_bool, &ipxcp_protent.enabled_flag,
128 { "-ipx", o_bool, &ipxcp_protent.enabled_flag,
183 struct protent ipxcp_protent = { variable
Dsys-linux.c2878 if (ipxcp_protent.enabled_flag) { in sys_check_options()
2884 ipxcp_protent.enabled_flag = 0; in sys_check_options()
Dmain.c292 &ipxcp_protent,