Home
last modified time | relevance | path

Searched refs:digest_code (Results 1 – 2 of 2) sorted by relevance

/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() argument
173 if (dp->code == digest_code) in chap_auth_peer()
177 digest_code); in chap_auth_peer()
193 void chap_auth_with_peer(ppp_pcb *pcb, const char *our_name, int digest_code) { in chap_auth_with_peer() argument
205 if (dp->code == digest_code) in chap_auth_with_peer()
210 digest_code); in chap_auth_with_peer()
/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);
190 extern void chap_auth_with_peer(ppp_pcb *pcb, const char *our_name, int digest_code);