|
Zephyr API Documentation 4.4.0
A Scalable Open Source RTOS
|
#include <stddef.h>#include <zephyr/posix/netinet/in.h>#include <zephyr/posix/sys/socket.h>#include <zephyr/net/socket.h>Go to the source code of this file.
Macros | |
| #define | ntohs(x) net_ntohs(x) |
| #define | ntohl(x) net_ntohl(x) |
| #define | ntohll(x) net_ntohll(x) |
| #define | htons(x) net_htons(x) |
| #define | htonl(x) net_htonl(x) |
| #define | htonll(x) net_htonll(x) |
Typedefs | |
| typedef uint32_t | in_addr_t |
Functions | |
| in_addr_t | inet_addr (const char *cp) |
| char * | inet_ntoa (struct in_addr in) |
| char * | inet_ntop (sa_family_t family, const void *src, char *dst, size_t size) |
| int | inet_pton (sa_family_t family, const char *src, void *dst) |
| #define htonl | ( | x | ) | net_htonl(x) |
| #define htonll | ( | x | ) | net_htonll(x) |
| #define htons | ( | x | ) | net_htons(x) |
| #define ntohl | ( | x | ) | net_ntohl(x) |
| #define ntohll | ( | x | ) | net_ntohll(x) |
| #define ntohs | ( | x | ) | net_ntohs(x) |
| in_addr_t inet_addr | ( | const char * | cp | ) |
| char * inet_ntoa | ( | struct in_addr | in | ) |
| char * inet_ntop | ( | sa_family_t | family, |
| const void * | src, | ||
| char * | dst, | ||
| size_t | size | ||
| ) |
| int inet_pton | ( | sa_family_t | family, |
| const char * | src, | ||
| void * | dst | ||
| ) |