#include <sys/cdefs.h>
#include <rtems/bsdnet/_types.h>
#include <rtems/endian.h>
Go to the source code of this file.
|
#define | INET_ADDRSTRLEN 16 |
|
#define | INET6_ADDRSTRLEN 46 |
|
#define | _IN_ADDR_T_DECLARED |
|
#define | _IN_PORT_T_DECLARED |
|
#define | _SOCKLEN_T_DECLARED |
|
#define | _STRUCT_IN_ADDR_DECLARED |
|
|
typedef uint32_t | in_addr_t |
|
typedef uint16_t | in_port_t |
|
typedef __socklen_t | socklen_t |
|
|
__BEGIN_DECLS in_addr_t | inet_addr (const char *) |
|
char * | inet_ntoa (struct in_addr) |
|
const char * | inet_ntop (int, const void *__restrict, char *__restrict, socklen_t) |
|
int | inet_pton (int, const char *__restrict, void *__restrict) |
|