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

/external/ppp/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...]

Completed in 47 milliseconds