OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipxcp_options
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/
ipxcp.h
60
typedef struct
ipxcp_options
{
struct
86
}
ipxcp_options
;
typedef in typeref:struct:ipxcp_options
89
extern
ipxcp_options
ipxcp_wantoptions[];
90
extern
ipxcp_options
ipxcp_gotoptions[];
91
extern
ipxcp_options
ipxcp_allowoptions[];
92
extern
ipxcp_options
ipxcp_hisoptions[];
ipxcp.c
68
ipxcp_options
ipxcp_wantoptions[NUM_PPP]; /* Options that we want to request */
69
ipxcp_options
ipxcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
70
ipxcp_options
ipxcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
71
ipxcp_options
ipxcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
775
ipxcp_options
no; /* options we've seen Naks for */
776
ipxcp_options
try; /* options to request next time */
887
ipxcp_options
try; /* options to request next time */
[
all
...]
Completed in 15 milliseconds