Home
last modified time | relevance | path

Searched refs:htonl (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/porting/include/os/
Dendian.h77 #ifndef htonl
78 #define htonl(x) ((uint32_t)(x)) macro
153 #ifndef htonl
154 #define htonl ntohl
/hal_espressif-latest/components/mbedtls/port/
Dnet_sockets.c152 p->sin_addr.s_addr = htonl(INADDR_ANY); /* Any incoming interface */ in mbedtls_net_bind()
/hal_espressif-latest/components/esp_wifi/wifi_apps/src/
Dnan_app.c90 ip6->addr[0] = htonl(0xfe800000ul); in esp_wifi_nan_get_ipv6_linklocal_from_mac()
94 ip6->addr[2] = htonl((((uint32_t)(mac_addr[0] ^ 0x02)) << 24) | in esp_wifi_nan_get_ipv6_linklocal_from_mac()
98 ip6->addr[3] = htonl((uint32_t)(0xfeul << 24) | in esp_wifi_nan_get_ipv6_linklocal_from_mac()
/hal_espressif-latest/components/esp_netif/lwip/
Desp_netif_lwip.c2240 softap_ip = htonl(info.ip.addr); in esp_netif_dhcps_option_api()
2241 start_ip = htonl(poll->start_ip.addr); in esp_netif_dhcps_option_api()
2242 end_ip = htonl(poll->end_ip.addr); in esp_netif_dhcps_option_api()