Lines Matching defs:eap
80 #define EAP_TYPE_TTLS 21 /* RFC 5281, draft-funk-eap-ttls-v0-01.txt */
156 ndo->ndo_protocol = "eap";
305 const struct eap_frame_t *eap;
308 ndo->ndo_protocol = "eap";
309 eap = (const struct eap_frame_t *)cp;
310 ND_TCHECK_SIZE(eap);
311 eap_type = GET_U_1(eap->type);
316 GET_U_1(eap->version),
317 GET_BE_U_2(eap->length));
322 eap_len = GET_BE_U_2(eap->length);