Searched refs:upap_sresp (Results 1 – 1 of 1) sorted by relevance
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/ |
H 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() 569 static void upap_sresp(ppp_pcb *pcb, u_char code, u_char id, const char *msg, int msglen) { in upap_sresp() function
|