|
Zephyr Project API
3.2.0
A Scalable Open Source RTOS
|
#include <zephyr/net/socket.h>Go to the source code of this file.
Macros | |
| #define | addrinfo zsock_addrinfo |
Functions | |
| static int | getaddrinfo (const char *host, const char *service, const struct zsock_addrinfo *hints, struct zsock_addrinfo **res) |
| static void | freeaddrinfo (struct zsock_addrinfo *ai) |
| static const char * | gai_strerror (int errcode) |
| static int | getnameinfo (const struct sockaddr *addr, socklen_t addrlen, char *host, socklen_t hostlen, char *serv, socklen_t servlen, int flags) |
| #define addrinfo zsock_addrinfo |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |