Home | History | Annotate | Download | only in eap_server

Lines Matching refs:be_to_host16

1120 		if ((be_to_host16(tlv->tlv_type) & EAP_TLV_TYPE_MASK) !=
1126 if (sizeof(*tlv) + be_to_host16(tlv->length) >
1134 if (be_to_host16(hdr->length) > be_to_host16(tlv->length)) {
1141 nmsg = wpabuf_alloc(be_to_host16(hdr->length));
1147 wpabuf_put_data(nmsg, hdr, be_to_host16(hdr->length));
1161 len = be_to_host16(hdr->length);