Lines Matching refs:host_to_be16
609 result->tlv_type = host_to_be16( in eap_fast_build_crypto_binding()
612 result->length = host_to_be16(2); in eap_fast_build_crypto_binding()
613 result->status = host_to_be16(EAP_TLV_RESULT_SUCCESS); in eap_fast_build_crypto_binding()
621 result->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY | in eap_fast_build_crypto_binding()
623 result->length = host_to_be16(2); in eap_fast_build_crypto_binding()
624 result->status = host_to_be16(EAP_TLV_RESULT_SUCCESS); in eap_fast_build_crypto_binding()
629 binding->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY | in eap_fast_build_crypto_binding()
631 binding->length = host_to_be16(sizeof(*binding) - in eap_fast_build_crypto_binding()
762 pac_tlv->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY | in eap_fast_build_pac()
774 pac_info->type = host_to_be16(PAC_TYPE_PAC_INFO); in eap_fast_build_pac()
800 pac_info->len = host_to_be16(pos - (u8 *) (pac_info + 1)); in eap_fast_build_pac()
801 pac_tlv->length = host_to_be16(pos - (u8 *) (pac_tlv + 1)); in eap_fast_build_pac()