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 143 char *option_source; /* string saying where the option came from */ variable
380 option_source = "command line";
447 oldsource = option_source;
448 option_source = strdup(filename);
449 if (option_source == NULL)
450 option_source = "file";
477 option_source = oldsource;
557 option_source = "secrets file";
679 opt->name, optopt, option_source);
698 opt->name, optopt, option_source);
    [all...]
pppd.h 373 extern char *option_source; /* string saying where the option came from */
    [all...]
ipv6cp.c 382 if (override_value("+ipv6", option_priority, option_source))
    [all...]

Completed in 36 milliseconds