OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:find_option
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/plugins/radius/
config.c
24
* Function:
find_option
31
static OPTION *
find_option
(char *optname, unsigned int type)
function
218
if ((option =
find_option
(p, OT_ANY)) == NULL) {
271
option =
find_option
(optname, OT_STR);
282
option =
find_option
(optname, OT_INT|OT_AUO);
293
option =
find_option
(optname, OT_SRV);
/external/ppp/pppd/
options.c
166
static option_t *
find_option
__P((const char *name));
363
opt =
find_option
(arg);
427
opt =
find_option
(cmd);
535
opt =
find_option
(w->word);
583
*
find_option
- scan the option lists for the various protocols
588
find_option
(name)
function
812
opt =
find_option
(option);
[
all
...]
Completed in 148 milliseconds