Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Dpap.c116 SendPapCode(struct authinfo *authp, int code, const char *message) in SendPapCode() function
152 SendPapCode(authp, PAP_ACK, bundle->radius.repstr); in pap_Success()
155 SendPapCode(authp, PAP_ACK, "Greetings!!"); in pap_Success()
171 SendPapCode(authp, PAP_NAK, "Login incorrect"); in pap_Failure()