Searched defs:extra_options (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c122 static struct wordlist *extra_options; variable in typeref:struct:wordlist
631 if (extra_options != NULL) {
634 (void) options_from_list(extra_options, 1);
635 free_wordlist(extra_options);
636 extra_options = NULL;
1673 * this peer and leaves the following words in extra_options.
1695 if (extra_options != NULL)
1696 free_wordlist(extra_options);
1697 extra_options = opts;

Completed in 49 milliseconds