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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c220 static int get_pap_passwd __P((char *));
594 if (!get_pap_passwd(passwd))
1025 ao->neg_upap = !refuse_pap && (passwd[0] != '\0' || get_pap_passwd(NULL));
1471 * get_pap_passwd - get a password for authenticating ourselves with
1477 get_pap_passwd(passwd) function

Completed in 86 milliseconds