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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dipxcp.h89 extern ipxcp_options ipxcp_wantoptions[];
H A Dipxcp.c68 ipxcp_options ipxcp_wantoptions[NUM_PPP]; /* Options that we want to request */ variable
73 #define wo (&ipxcp_wantoptions[0])
131 { "ipx-network", o_uint32, &ipxcp_wantoptions[0].our_network,
132 "Set our IPX network number", OPT_PRIO, &ipxcp_wantoptions[0].neg_nn },
134 { "ipxcp-accept-network", o_bool, &ipxcp_wantoptions[0].accept_network,
141 { "ipxcp-accept-local", o_bool, &ipxcp_wantoptions[0].accept_local,
145 { "ipxcp-accept-remote", o_bool, &ipxcp_wantoptions[0].accept_remote,
149 { "ipx-routing", o_int, &ipxcp_wantoptions[0].router,
151 &ipxcp_wantoptions[0].neg_router },
155 &ipxcp_wantoptions[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dipxcp.h66 extern ipxcp_options ipxcp_wantoptions[];
H A Dipxcp.c45 ipxcp_options ipxcp_wantoptions[NUM_PPP]; /* Options that we want to request */ variable
50 #define wo (&ipxcp_wantoptions[0])
108 { "ipx-network", o_uint32, &ipxcp_wantoptions[0].our_network,
109 "Set our IPX network number", OPT_PRIO, &ipxcp_wantoptions[0].neg_nn },
111 { "ipxcp-accept-network", o_bool, &ipxcp_wantoptions[0].accept_network,
118 { "ipxcp-accept-local", o_bool, &ipxcp_wantoptions[0].accept_local,
122 { "ipxcp-accept-remote", o_bool, &ipxcp_wantoptions[0].accept_remote,
126 { "ipx-routing", o_int, &ipxcp_wantoptions[0].router,
128 &ipxcp_wantoptions[0].neg_router },
132 &ipxcp_wantoptions[
[all...]

Completed in 53 milliseconds