Searched refs:auth_peer_success (Results 1 – 5 of 5) sorted by relevance
/third_party/lwip/src/include/netif/ppp/ |
D | ppp_impl.h | 566 void auth_peer_success(ppp_pcb *pcb, int protocol, int prot_flavor, const char *name, int namelen);
|
/third_party/lwip/src/netif/ppp/ |
D | upap.c | 443 auth_peer_success(pcb, PPP_PAP, 0, ruser, ruserlen); in upap_rauthreq()
|
D | chap-new.c | 393 auth_peer_success(pcb, PPP_CHAP,
|
D | auth.c | 1046 void auth_peer_success(ppp_pcb *pcb, int protocol, int prot_flavor, const char *name, int namelen) { in auth_peer_success() function
|
D | eap.c | 304 auth_peer_success(pcb, PPP_EAP, 0, in eap_send_success()
|