IPv4 address representation.
This structure is used as a placeholder for IPV4 address in other structures.
#include <socket.h>
Data Fields | |
uint32 | s_addr |
uint32 in_addr::s_addr |
Network Byte Order representation of the IPv4 address. For example, the address "192.168.0.10" is represented as 0x0A00A8C0.
Referenced by AppServerCb(), connect_cmd_handler(), connect_to_server(), ConnectNetwork(), demo_start(), handle_dns_found(), handle_start_connect(), http_client_send_request(), http_client_socket_resolve_handler(), iot_tls_connect(), IperfSocketEventHandler(), IperfStart(), IperfTCP_ClientStart(), IperfTCP_ServerStart(), IperfUDP_ClientStart(), IperfUDP_ServerStart(), m2m_ip_cb(), m2m_wifi_socket_handler(), main(), run_udp_client(), sendto(), setup_android_sockets(), smtpConnect(), sslConnect(), test_init(), and wifi_ap_provision().