HomeSort by relevance Sort by last modified time
    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 178 static option_t *find_option __P((const char *name));
385 opt = find_option(arg);
453 opt = find_option(cmd);
561 opt = find_option(w->word);
609 * find_option - scan the option lists for the various protocols
614 find_option(name) function
849 opt = find_option(option);
    [all...]

Completed in 139 milliseconds