Searched refs:ipxcp_protent (Results 1 – 4 of 4) sorted by relevance
/external/ppp/pppd/ |
D | ipxcp.h | 94 extern struct protent ipxcp_protent;
|
D | ipxcp.c | 122 { "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
|
D | sys-linux.c | 2878 if (ipxcp_protent.enabled_flag) { in sys_check_options() 2884 ipxcp_protent.enabled_flag = 0; in sys_check_options()
|
D | main.c | 295 &ipxcp_protent,
|