IPv4 address representation.
More...
#include <socket.h>
IPv4 address representation.
This structure is used as a placeholder for IPV4 address in other structures.
- See also
- sockaddr_in
Definition at line 417 of file socket.h.
◆ s_addr
Network Byte Order representation of the IPv4 address. For example, the address "192.168.0.10" is represented as 0x0A00A8C0.
Definition at line 418 of file socket.h.
The documentation for this struct was generated from the following file: