• Home
  • Raw
  • Download

Lines Matching defs:pcb

196 static void eap_init(ppp_pcb *pcb) {  in eap_init()
209 ppp_pcb *pcb = (ppp_pcb*)arg; in eap_client_timeout() local
225 void eap_authwithpeer(ppp_pcb *pcb, const char *localname) { in eap_authwithpeer()
250 static void eap_send_failure(ppp_pcb *pcb) { in eap_send_failure()
281 static void eap_send_success(ppp_pcb *pcb) { in eap_send_success()
425 static void eap_figure_next_state(ppp_pcb *pcb, int status) { in eap_figure_next_state()
638 static void eap_send_request(ppp_pcb *pcb) { in eap_send_request()
876 void eap_authpeer(ppp_pcb *pcb, const char *localname) { in eap_authpeer()
902 ppp_pcb *pcb = (ppp_pcb*)arg; in eap_server_timeout() local
917 ppp_pcb *pcb = (ppp_pcb*)arg; in eap_rechallenge() local
931 ppp_pcb *pcb = (ppp_pcb*)arg; in srp_lwrechallenge() local
952 static void eap_lowerup(ppp_pcb *pcb) { in eap_lowerup()
964 static void eap_lowerdown(ppp_pcb *pcb) { in eap_lowerdown()
997 static void eap_protrej(ppp_pcb *pcb) { in eap_protrej()
1015 static void eap_send_response(ppp_pcb *pcb, u_char id, u_char typenum, const u_char *str, int lenst… in eap_send_response()
1048 static void eap_chap_response(ppp_pcb *pcb, u_char id, u_char *hash, const char *name, int namelen)… in eap_chap_response()
1094 ppp_pcb *pcb = &ppp_pcb_list[pcb->eap.es_unit]; local
1135 ppp_pcb *pcb = &ppp_pcb_list[pcb->eap.es_unit]; local
1167 static void eap_send_nak(ppp_pcb *pcb, u_char id, u_char type) { in eap_send_nak()
1311 static void eap_request(ppp_pcb *pcb, u_char *inp, int id, int len) { in eap_request()
1725 static void eap_response(ppp_pcb *pcb, u_char *inp, int id, int len) { in eap_response()
2017 static void eap_success(ppp_pcb *pcb, u_char *inp, int id, int len) { in eap_success()
2043 static void eap_failure(ppp_pcb *pcb, u_char *inp, int id, int len) { in eap_failure()
2070 static void eap_input(ppp_pcb *pcb, u_char *inp, int inlen) { in eap_input()