wut  v1.7.0
Wii U Toolchain
Functions
inet.h File Reference
#include <netinet/in.h>
#include <stdint.h>
Include dependency graph for inet.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

uint32_t htonl (uint32_t hostlong)
 
uint16_t htons (uint16_t hostshort)
 
uint32_t ntohl (uint32_t netlong)
 
uint16_t ntohs (uint16_t netshort)
 
in_addr_t inet_addr (const char *cp)
 
int inet_aton (const char *cp, struct in_addr *inp)
 
char * inet_ntoa (struct in_addr in)
 
char * inet_ntoa_r (struct in_addr in, char *buf)
 
const char * inet_ntop (int af, const void *src, char *dst, socklen_t size)
 
int inet_pton (int af, const char *src, void *dst)
 

Function Documentation

◆ htonl()

uint32_t htonl ( uint32_t  hostlong)

◆ htons()

uint16_t htons ( uint16_t  hostshort)

◆ ntohl()

uint32_t ntohl ( uint32_t  netlong)

◆ ntohs()

uint16_t ntohs ( uint16_t  netshort)

◆ inet_addr()

in_addr_t inet_addr ( const char *  cp)

◆ inet_aton()

int inet_aton ( const char *  cp,
struct in_addr inp 
)

◆ inet_ntoa()

char* inet_ntoa ( struct in_addr  in)

◆ inet_ntoa_r()

char* inet_ntoa_r ( struct in_addr  in,
char *  buf 
)

◆ inet_ntop()

const char* inet_ntop ( int  af,
const void *  src,
char *  dst,
socklen_t  size 
)

◆ inet_pton()

int inet_pton ( int  af,
const char *  src,
void *  dst 
)