HomeSort by relevance Sort by last modified time
    Searched full:upap_sresp (Results 1 - 1 of 1) sorted by null

  /external/ppp/pppd/
upap.c 117 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);
581 * upap_sresp - Send a response (ack or nak).
584 upap_sresp(u, code, id, msg, msglen) function

Completed in 48 milliseconds