Searched refs:avp_length (Results 1 – 2 of 2) sorted by relevance
14 be32 avp_length; /* 8-bit flags, 24-bit length; member22 be32 avp_length; /* 8-bit flags, 24-bit length; member
162 avp->avp_length = host_to_be32((flags << 24) | (u32) (hdrlen + len)); in eap_ttls_avp_hdr()846 u32 avp_code, avp_length, vendor_id = 0; in eap_ttls_parse_avp() local852 avp_length = be_to_host32(avp->avp_length); in eap_ttls_parse_avp()853 avp_flags = (avp_length >> 24) & 0xff; in eap_ttls_parse_avp()854 avp_length &= 0xffffff; in eap_ttls_parse_avp()857 (int) avp_length); in eap_ttls_parse_avp()859 if (avp_length > left) { in eap_ttls_parse_avp()862 (int) avp_length, (unsigned long) left); in eap_ttls_parse_avp()866 if (avp_length < sizeof(*avp)) { in eap_ttls_parse_avp()868 avp_length); in eap_ttls_parse_avp()[all …]