OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipxcp_wantoptions
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/
ipxcp.h
89
extern ipxcp_options
ipxcp_wantoptions
[];
ipxcp.c
68
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
[0].name }
[
all
...]
Completed in 40 milliseconds