upap_sresp
upap_sresp(u, UPAP_AUTHACK, id, "", 0); /* return auth-ack */
upap_sresp(u, UPAP_AUTHNAK, id, "", 0); /* return auth-nak */
upap_sresp(u, retcode, id, msg, msglen);
static void upap_sresp(upap_state *, int, int, char *, int);