OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ecp_options
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/
ecp.h
34
typedef struct
ecp_options
{
struct
37
}
ecp_options
;
typedef in typeref:struct:ecp_options
40
extern
ecp_options
ecp_wantoptions[];
41
extern
ecp_options
ecp_gotoptions[];
42
extern
ecp_options
ecp_allowoptions[];
43
extern
ecp_options
ecp_hisoptions[];
ecp.c
119
ecp_options
ecp_wantoptions[NUM_PPP]; /* what to request the peer to use */
120
ecp_options
ecp_gotoptions[NUM_PPP]; /* what the peer agreed to do */
121
ecp_options
ecp_allowoptions[NUM_PPP]; /* what we'll agree to do */
122
ecp_options
ecp_hisoptions[NUM_PPP]; /* what we agreed to do */
156
memset(&ecp_wantoptions[unit], 0, sizeof(
ecp_options
));
157
memset(&ecp_gotoptions[unit], 0, sizeof(
ecp_options
));
158
memset(&ecp_allowoptions[unit], 0, sizeof(
ecp_options
));
159
memset(&ecp_hisoptions[unit], 0, sizeof(
ecp_options
));
Completed in 362 milliseconds