Home
last modified time | relevance | path

Searched refs:auth_peer_success (Results 1 – 5 of 5) sorted by relevance

/third_party/lwip/src/include/netif/ppp/
Dppp_impl.h566 void auth_peer_success(ppp_pcb *pcb, int protocol, int prot_flavor, const char *name, int namelen);
/third_party/lwip/src/netif/ppp/
Dupap.c443 auth_peer_success(pcb, PPP_PAP, 0, ruser, ruserlen); in upap_rauthreq()
Dchap-new.c393 auth_peer_success(pcb, PPP_CHAP,
Dauth.c1046 void auth_peer_success(ppp_pcb *pcb, int protocol, int prot_flavor, const char *name, int namelen) { in auth_peer_success() function
Deap.c304 auth_peer_success(pcb, PPP_EAP, 0, in eap_send_success()