RTEMS CPU Kit with SuperCore  4.11.3
Data Structures | Macros | Typedefs | Functions
inet.h File Reference
#include <sys/cdefs.h>
#include <rtems/bsdnet/_types.h>
#include <rtems/endian.h>
Include dependency graph for inet.h:

Go to the source code of this file.

Data Structures

struct  in_addr
 

Macros

#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
 

Typedefs

typedef uint32_t in_addr_t
 
typedef uint16_t in_port_t
 
typedef __socklen_t socklen_t
 

Functions

__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)