Lines Matching refs:msg
395 char *msg; in upap_rauthreq() local
442 retcode = check_passwd(u->us_unit, ruser, ruserlen, rpasswd, rpasswdlen, &msg, &msglen); in upap_rauthreq()
446 upap_sresp(u, retcode, id, msg, msglen); in upap_rauthreq()
469 char *msg; in upap_rauthack() local
493 msg = (char *) inp; in upap_rauthack()
494 PRINTMSG(msg, msglen); in upap_rauthack()
511 char *msg; in upap_rauthnak() local
534 msg = (char *) inp; in upap_rauthnak()
535 PRINTMSG(msg, msglen); in upap_rauthnak()
584 upap_sresp(upap_state *u, u_char code, u_char id, char *msg, int msglen) in upap_sresp() argument
597 BCOPY(msg, outp, msglen); in upap_sresp()