Searched refs:upap_rauthreq (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/core/lwip/src/netif/ppp/ |
D | pap.c | 125 static void upap_rauthreq (upap_state *, u_char *, u_char, int); 368 upap_rauthreq(u, inp, id, len); in upap_input() 390 upap_rauthreq(upap_state *u, u_char *inp, u_char id, int len) in upap_rauthreq() function
|
/external/ppp/pppd/ |
D | upap.c | 113 static void upap_rauthreq __P((upap_state *, u_char *, int, int)); 350 upap_rauthreq(u, inp, id, len); 371 upap_rauthreq(u, inp, id, len) in upap_rauthreq() function
|