Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dupap.c117 static void upap_sresp __P((upap_state *, int, int, char *, int));
392 upap_sresp(u, UPAP_AUTHACK, id, "", 0); /* return auth-ack */
396 upap_sresp(u, UPAP_AUTHNAK, id, "", 0); /* return auth-nak */
445 upap_sresp(u, retcode, id, msg, msglen);
584 upap_sresp(u, code, id, msg, msglen) in upap_sresp() function