Home
last modified time | relevance | path

Searched refs:chap_auth_peer (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/netif/ppp/
Dchap-new.h186 extern void chap_auth_peer(ppp_pcb *pcb, const char *our_name, int digest_code);
/third_party/lwip/src/netif/ppp/
Dchap-new.c164 void chap_auth_peer(ppp_pcb *pcb, const char *our_name, int digest_code) { in chap_auth_peer() function
Dauth.c816 chap_auth_peer(pcb, PPP_OUR_NAME, CHAP_DIGEST(go->chap_mdtype)); in link_established()