Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of OmniWheels by
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
fnet_ip4_addr_t s_addr |
32-bit IPv4 address (in network byte order).
Definition at line 200 of file fnet_socket.h.
Generated on Fri Jul 22 2022 04:54:13 by
