Searched refs:upap_sresp (Results 1 – 1 of 1) sorted by relevance
| /lib/liblwip/src/netif/ppp/ |
| D | pap.c | 129 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
|