Home
last modified time | relevance | path

Searched refs:ntohs (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/porting/include/os/
Dendian.h81 #ifndef ntohs
82 #define ntohs(x) ((uint16_t)(x)) macro
161 #ifndef ntohs
162 #define ntohs htons
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_util.c313 ntohl(uuid0), ntohs(uuid1), in uuid_to_string_legacy()
314 ntohs(uuid2), ntohs(uuid3), in uuid_to_string_legacy()
315 ntohl(uuid4), ntohs(uuid5)); in uuid_to_string_legacy()
/hal_espressif-latest/components/esp_netif/vfs_l2tap/
Desp_vfs_l2tap.c177 uint16_t eth_type = ntohs(eth_header->type); in esp_vfs_l2tap_eth_filter()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_utils.c1026 uuid16_bo = ntohs(uuid16); in sdpu_uuid16_to_uuid128()
/hal_espressif-latest/components/bt/host/bluedroid/bta/sdp/
Dbta_sdp_act.c98 su.uu.uuid16 = ntohs(u16); in shorten_sdp_uuid()
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c928 su.uu.uuid16 = ntohs(u16); in shorten_sdp_uuid()
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_registrar.c3553 ntohs(sa->saddr.sin_port)); in wps_registrar_sel_reg_union()