Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_spppsubr.c275 static void sppp_auth_send(const struct cp *cp,
4034 sppp_auth_send(&chap, sp, CHAP_RESPONSE, h->ident, in sppp_chap_input()
4157 sppp_auth_send(&chap, sp, CHAP_FAILURE, h->ident, in sppp_chap_input()
4166 sppp_auth_send(&chap, sp, CHAP_SUCCESS, h->ident, in sppp_chap_input()
4343 sppp_auth_send(&chap, sp, CHAP_CHALLENGE, sp->confid[IDX_CHAP], in sppp_chap_scr()
4424 sppp_auth_send(&pap, sp, PAP_NAK, h->ident, in sppp_pap_input()
4435 sppp_auth_send(&pap, sp, PAP_ACK, h->ident, in sppp_pap_input()
4651 sppp_auth_send(&pap, sp, PAP_REQ, sp->confid[IDX_PAP], in sppp_pap_scr()
4675 sppp_auth_send(const struct cp *cp, struct sppp *sp, in sppp_auth_send() function