HomeSort by: relevance | last modified time | path
    Searched defs:get_pap_passwd (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
auth.c 283 static int get_pap_passwd (char *);
905 if (!get_pap_passwd(passwd))
1463 ao->neg_upap = !refuse_pap && (passwd[0] != 0 || get_pap_passwd(NULL));
1682 * get_pap_passwd - get a password for authenticating ourselves with
1688 get_pap_passwd(char *passwd) function

Completed in 19 milliseconds