Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/netif/ppp/
H A Dchap-new.h190 extern void chap_auth_with_peer(ppp_pcb *pcb, const char *our_name, int digest_code);
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dchap-new.c193 void chap_auth_with_peer(ppp_pcb *pcb, const char *our_name, int digest_code) { in chap_auth_with_peer() function
H A Dauth.c837 chap_auth_with_peer(pcb, pcb->settings.user, CHAP_DIGEST(ho->chap_mdtype)); in link_established()