Lines Matching defs:pcb
137 static void upap_init(ppp_pcb *pcb) { in upap_init()
155 void upap_authwithpeer(ppp_pcb *pcb, const char *user, const char *password) { in upap_authwithpeer()
183 void upap_authpeer(ppp_pcb *pcb) { in upap_authpeer()
202 ppp_pcb *pcb = (ppp_pcb*)arg; in upap_timeout() local
224 ppp_pcb *pcb = (ppp_pcb*)arg; in upap_reqtimeout() local
240 static void upap_lowerup(ppp_pcb *pcb) { in upap_lowerup()
265 static void upap_lowerdown(ppp_pcb *pcb) { in upap_lowerdown()
286 static void upap_protrej(ppp_pcb *pcb) { in upap_protrej()
305 static void upap_input(ppp_pcb *pcb, u_char *inpacket, int l) { in upap_input()
359 static void upap_rauthreq(ppp_pcb *pcb, u_char *inp, int id, int len) { in upap_rauthreq()
458 static void upap_rauthack(ppp_pcb *pcb, u_char *inp, int id, int len) { in upap_rauthack()
493 static void upap_rauthnak(ppp_pcb *pcb, u_char *inp, int id, int len) { in upap_rauthnak()
529 static void upap_sauthreq(ppp_pcb *pcb) { in upap_sauthreq()
567 static void upap_sresp(ppp_pcb *pcb, u_char code, u_char id, const char *msg, int msglen) { in upap_sresp()