Searched refs:upap_sresp (Results 1 – 1 of 1) sorted by relevance
/external/ppp/pppd/ |
D | upap.c | 117 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); 583 upap_sresp(u, code, id, msg, msglen) in upap_sresp() function
|