OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 187 milliseconds