Lines Matching defs:id
432 int id, i, plen, toffs; in eap_figure_next_state() local
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()
1087 eap_srp_response(esp, id, subtypenum, str, lenstr) in eap_srp_response() argument
1129 eap_srpval_response(esp, id, flags, str) in eap_srpval_response() argument
1167 static void eap_send_nak(ppp_pcb *pcb, u_char id, u_char type) { in eap_send_nak()
1250 write_pseudonym(esp, inp, len, id) in write_pseudonym() argument
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()
2071 u_char code, id; in eap_input() local
2136 int code, id, len, rtype, vallen; in eap_printpkt() local