Embed: (wiki syntax)

« Back to documentation index

in_addr Struct Reference

in_addr Struct Reference
[Fnet_socket]

IPv4 address structure. More...

#include <fnet_socket.h>

Data Fields

fnet_ip4_addr_t s_addr
 32-bit IPv4 address (in network byte order).

Detailed Description

IPv4 address structure.

See also:
sockaddr_in

Actually, it represents an IPv4 address (in network endian).

Definition at line 58 of file inet.h.


Field Documentation

32-bit IPv4 address (in network byte order).

Definition at line 200 of file fnet_socket.h.