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/ |
D | dns_server.c | 180 inet_ntoa_r(dest_addr.sin_addr, addr_str, sizeof(addr_str) - 1); in dns_server_task() 211 …inet_ntoa_r(((struct sockaddr_in *)&source_addr)->sin_addr.s_addr, addr_str, sizeof(addr_str) - 1); in dns_server_task()
|
D | main.c | 75 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/ |
D | udp_multicast_example_main.c | 380 inet_ntoa_r(((struct sockaddr_in *)&raddr)->sin_addr, in mcast_example_task() 437 … inet_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/ |
D | udp_server.c | 92 … inet_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/ |
D | tcp_server.c | 140 … inet_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/ |
D | slip_client_main.c | 51 …inet_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/ |
D | mdns_networking_socket.c | 134 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/ |
D | pppos_client_main.c | 101 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/ |
D | non_blocking_socket_example.c | 217 …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/ |
D | port_tcp_slave.c | 199 … inet_ntoa_r(((struct sockaddr_in *)&xSrcAddr)->sin_addr.s_addr, cAddrStr, sizeof(cAddrStr) - 1); in xMBTCPPortAcceptConnection()
|