posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
in.h File Reference

Internet address types (<netinet/in.h>) More...

#include <stdint.h>
#include <zephyr/net/socket.h>
Include dependency graph for in.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef uint16_t in_port_t
 Unsigned 16-bit Internet port number.
 
typedef uint32_t in_addr_t
 Unsigned 32-bit IPv4 address.
 

Detailed Description

Internet address types (<netinet/in.h>)

Provides the fundamental Internet address and port types used across the BSD socket API and the IP protocol family headers.

See also
POSIX.1-2017 <netinet/in.h>

Definition in file in.h.