Home
last modified time | relevance | path

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

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