Searched refs:upap_sresp (Results 1 – 3 of 3) sorted by relevance
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A 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
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | upap.c | 130 static void upap_sresp(ppp_pcb *pcb, u_char code, u_char id, const char *msg, int msglen); 376 upap_sresp(pcb, UPAP_AUTHACK, id, "", 0); /* return auth-ack */ in upap_rauthreq() 380 upap_sresp(pcb, UPAP_AUTHNAK, id, "", 0); /* return auth-nak */ in upap_rauthreq() 435 upap_sresp(pcb, retcode, id, msg, msglen); in upap_rauthreq() 567 static void upap_sresp(ppp_pcb *pcb, u_char code, u_char id, const char *msg, int msglen) { in upap_sresp() function
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | upap.c | 130 static void upap_sresp(ppp_pcb *pcb, u_char code, u_char id, const char *msg, int msglen); 376 upap_sresp(pcb, UPAP_AUTHACK, id, "", 0); /* return auth-ack */ in upap_rauthreq() 380 upap_sresp(pcb, UPAP_AUTHNAK, id, "", 0); /* return auth-nak */ in upap_rauthreq() 435 upap_sresp(pcb, retcode, id, msg, msglen); in upap_rauthreq() 567 static void upap_sresp(ppp_pcb *pcb, u_char code, u_char id, const char *msg, int msglen) { in upap_sresp() function
|
Completed in 29 milliseconds