HomeSort by relevance Sort by last modified time
    Searched refs:option_source (Results 1 - 3 of 3) sorted by null

  /external/ppp/pppd/
options.c 136 char *option_source; /* string saying where the option came from */ variable
358 option_source = "command line";
421 oldsource = option_source;
422 option_source = strdup(filename);
423 if (option_source == NULL)
424 option_source = "file";
451 option_source = oldsource;
531 option_source = "secrets file";
653 opt->name, optopt, option_source);
672 opt->name, optopt, option_source);
    [all...]
pppd.h 367 extern char *option_source; /* string saying where the option came from */
    [all...]
ipv6cp.c 373 if (override_value("+ipv6", option_priority, option_source))
    [all...]

Completed in 59 milliseconds