Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/pppd/
Dupap.c94 static void upap_sresp(upap_state *, int, int, char *, int);
354 upap_sresp(u, UPAP_AUTHACK, id, "", 0); /* return auth-ack */ in upap_rauthreq()
358 upap_sresp(u, UPAP_AUTHNAK, id, "", 0); /* return auth-nak */ in upap_rauthreq()
391 upap_sresp(u, retcode, id, msg, msglen); in upap_rauthreq()
515 upap_sresp(upap_state *u, int code, int id, char *msg, int msglen) in upap_sresp() function