HomeSort by relevance Sort by last modified time
    Searched refs:find_option (Results 1 - 5 of 5) 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/fio/
options.h 35 static inline struct fio_option *find_option(struct fio_option *options, function
parse.c 867 o = find_option(options, ret);
869 o = find_option(options, opt);
914 o = find_option(options, opt);
1201 o->inv_opt = find_option(options, o->inverse);
options.c     [all...]
  /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 77 milliseconds