Searched refs:chap_auth_with_peer (Results 1 - 5 of 5) sorted by relevance

/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dchap-new.h186 extern void chap_auth_with_peer(ppp_pcb *pcb, const char *our_name, int digest_code);
H A Dchap-new.c190 * chap_auth_with_peer - Prepare to authenticate ourselves to the peer.
193 void chap_auth_with_peer(ppp_pcb *pcb, const char *our_name, int digest_code) { function
H A Dauth.c837 chap_auth_with_peer(pcb, pcb->settings.user, CHAP_DIGEST(ho->chap_mdtype));
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dchap-new.c190 * chap_auth_with_peer - Prepare to authenticate ourselves to the peer.
193 void chap_auth_with_peer(ppp_pcb *pcb, const char *our_name, int digest_code) { function
H A Dauth.c837 chap_auth_with_peer(pcb, pcb->settings.user, CHAP_DIGEST(ho->chap_mdtype));

Completed in 94 milliseconds