Home
last modified time | relevance | path

Searched refs:inet_ntoa_r (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.6.0/examples/protocols/http_server/captive_portal/main/
Ddns_server.c180 inet_ntoa_r(dest_addr.sin_addr, addr_str, sizeof(addr_str) - 1); in dns_server_task()
211inet_ntoa_r(((struct sockaddr_in *)&source_addr)->sin_addr.s_addr, addr_str, sizeof(addr_str) - 1); in dns_server_task()
Dmain.c75 inet_ntoa_r(ip_info.ip.addr, ip_addr, 16); in wifi_init_softap()
/hal_espressif-3.6.0/examples/protocols/sockets/udp_multicast/main/
Dudp_multicast_example_main.c380 inet_ntoa_r(((struct sockaddr_in *)&raddr)->sin_addr, in mcast_example_task()
437inet_ntoa_r(((struct sockaddr_in *)res->ai_addr)->sin_addr, addrbuf, sizeof(addrbuf)-1); in mcast_example_task()
/hal_espressif-3.6.0/examples/protocols/sockets/udp_server/main/
Dudp_server.c92inet_ntoa_r(((struct sockaddr_in *)&source_addr)->sin_addr, addr_str, sizeof(addr_str) - 1); in udp_server_task()
/hal_espressif-3.6.0/examples/protocols/sockets/tcp_server/main/
Dtcp_server.c140inet_ntoa_r(((struct sockaddr_in *)&source_addr)->sin_addr, addr_str, sizeof(addr_str) - 1); in tcp_server_task()
/hal_espressif-3.6.0/examples/protocols/slip/slip_udp/main/
Dslip_client_main.c51inet_ntoa_r(((struct sockaddr_in *)&source_addr)->sin_addr.s_addr, addr_str, sizeof(addr_str) - 1); in udp_rx_tx_task()
/hal_espressif-3.6.0/components/mdns/
Dmdns_networking_socket.c134 static char* inet_ntoa_r(struct in_addr addr, char* ptr, size_t size) in inet_ntoa_r() function
150 …res = inet_ntoa_r(((struct sockaddr_in *)source_addr)->sin_addr, address_str, sizeof(address_str)); in get_string_address()
/hal_espressif-3.6.0/tools/test_apps/protocols/pppos/main/
Dpppos_client_main.c101 inet_ntoa_r(dest_addr.sin_addr, addr_str, sizeof(addr_str) - 1); in test_tcp_client_ipv4()
/hal_espressif-3.6.0/examples/protocols/sockets/non_blocking/main/
Dnon_blocking_socket_example.c217 …res = inet_ntoa_r(((struct sockaddr_in *)source_addr)->sin_addr, address_str, sizeof(address_str) … in get_clients_address()
/hal_espressif-3.6.0/components/freemodbus/tcp_slave/port/
Dport_tcp_slave.c199inet_ntoa_r(((struct sockaddr_in *)&xSrcAddr)->sin_addr.s_addr, cAddrStr, sizeof(cAddrStr) - 1); in xMBTCPPortAcceptConnection()