Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssh/dist/
H A Dauth.h210 const struct sshauthopt *auth_options(struct ssh *);
/netbsd/external/bsd/ppp/dist/pppd/
H A Doptions.c142 extern option_t auth_options[];
655 for (opt = auth_options; opt->name != NULL; ++opt) in find_option()
1053 print_option_list(auth_options, printer, arg); in print_options()
H A Dauth.c322 option_t auth_options[] = { variable