Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:be_to_host16

618 	size_t len = be_to_host16(hdr->length);
811 be_to_host16(hdr->length) == 5 &&
852 if ((be_to_host16(tlv->tlv_type) & 0x3fff) !=
858 if (sizeof(*tlv) + be_to_host16(tlv->length) >
866 if (be_to_host16(hdr->length) > be_to_host16(tlv->length)) {
873 nmsg = wpabuf_alloc(be_to_host16(hdr->length));
879 wpabuf_put_data(nmsg, hdr, be_to_host16(hdr->length));
892 len = be_to_host16(hdr->length);