RetroArch
Classes | Macros | Functions
in.h File Reference
#include <stdint.h>
Include dependency graph for in.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  in_addr
 
struct  sockaddr_in
 

Macros

#define IPPROTO_IP   0
 
#define IPPROTO_TCP   6
 
#define IPPROTO_UDP   17
 

Functions

uint32_t ntohl (uint32_t netlong)
 
uint16_t ntohs (uint16_t netshort)
 
uint32_t htonl (uint32_t hostlong)
 
uint16_t htons (uint16_t hostshort)
 

Macro Definition Documentation

◆ IPPROTO_IP

#define IPPROTO_IP   0

◆ IPPROTO_TCP

#define IPPROTO_TCP   6

◆ IPPROTO_UDP

#define IPPROTO_UDP   17

Function Documentation

◆ htonl()

uint32_t htonl ( uint32_t  hostlong)
Here is the caller graph for this function:

◆ htons()

uint16_t htons ( uint16_t  hostshort)
Here is the caller graph for this function:

◆ ntohl()

uint32_t ntohl ( uint32_t  netlong)
Here is the call graph for this function:

◆ ntohs()

uint16_t ntohs ( uint16_t  netshort)
Here is the call graph for this function: