Home
last modified time | relevance | path

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

/netbsd/src/sys/net/
Dif_spppsubr.c379 static void sppp_auth_send(const struct cp *, struct sppp *,
4959 sppp_auth_send(&chap, sp, CHAP_CHALLENGE, sp->scp[IDX_CHAP].confid, in sppp_chap_scr()
4970 sppp_auth_send(&chap, sp, CHAP_RESPONSE, sp->scp[IDX_CHAP].rconfid, in sppp_chap_scr()
5236 sppp_auth_send(&pap, sp, PAP_REQ, sp->scp[IDX_PAP].confid, in sppp_pap_scr()
5262 sppp_auth_send(const struct cp *cp, struct sppp *sp, in sppp_auth_send() function
5446 sppp_auth_send(cp, sp, type, ident, mlen, (const u_char *)msg, 0); in sppp_auth_screply()