Home
last modified time | relevance | path

Searched refs:auth_options (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/bsd/ppp/dist/pppd/
Doptions.c156 extern struct option auth_options[];
785 for (opt = auth_options; opt->name != NULL; ++opt) in find_option()
1183 print_option_list(auth_options, printer, arg); in print_options()
1290 auth_options); in showopts()
Dauth.c321 struct option auth_options[] = { variable