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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dupap.c117 static void upap_sresp __P((upap_state *, int, int, char *, int));
392 upap_sresp(u, UPAP_AUTHACK, id, "", 0); /* return auth-ack */
396 upap_sresp(u, UPAP_AUTHNAK, id, "", 0); /* return auth-nak */
445 upap_sresp(u, retcode, id, msg, msglen);
580 * upap_sresp - Send a response (ack or nak).
583 upap_sresp(u, code, id, msg, msglen) function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dupap.c94 static void upap_sresp __P((upap_state *, int, int, char *, int));
368 upap_sresp(u, UPAP_AUTHACK, id, "", 0); /* return auth-ack */
372 upap_sresp(u, UPAP_AUTHNAK, id, "", 0); /* return auth-nak */
408 upap_sresp(u, retcode, id, msg, msglen);
538 * upap_sresp - Send a response (ack or nak).
541 upap_sresp(u, code, id, msg, msglen) function

Completed in 172 milliseconds