OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:us_type
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/
cbcp.h
8
int
us_type
;
member in struct:cbcp_state
cbcp.c
113
cbcp[0].
us_type
|= (1 << CB_CONF_USER);
114
cbcp[0].
us_type
|= (1 << CB_CONF_ADMIN);
128
us->
us_type
|= (1 << CB_CONF_NO);
139
dbglog("want: %d", us->
us_type
);
141
if (us->
us_type
== CB_CONF_USER)
373
cb_type = us->us_allowed & us->
us_type
;
Completed in 280 milliseconds