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

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

Completed in 93 milliseconds