Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/ppp/
Dpap.c129 static void upap_sresp (upap_state *, u_char, u_char, char *, int);
409 upap_sresp(u, UPAP_AUTHACK, id, "", 0); /* return auth-ack */ in upap_rauthreq()
413 upap_sresp(u, UPAP_AUTHNAK, id, "", 0); /* return auth-nak */ in upap_rauthreq()
446 upap_sresp(u, retcode, id, msg, msglen); in upap_rauthreq()
584 upap_sresp(upap_state *u, u_char code, u_char id, char *msg, int msglen) in upap_sresp() function
/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);
583 upap_sresp(u, code, id, msg, msglen) in upap_sresp() function