RetroArch
Functions
inet.h File Reference
#include <netinet/in.h>
#include <sys/socket.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

char * inet_ntoa (struct in_addr in)
 
const char * inet_ntop (int af, const void *cp, char *buf, socklen_t len)
 
int inet_aton (const char *cp, struct in_addr *inp)
 
int inet_pton (int af, const char *cp, void *buf)
 

Function Documentation

◆ inet_aton()

int inet_aton ( const char *  cp,
struct in_addr inp 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ inet_ntoa()

char* inet_ntoa ( struct in_addr  in)

◆ inet_ntop()

const char* inet_ntop ( int  af,
const void cp,
char *  buf,
socklen_t  len 
)
Here is the caller graph for this function:

◆ inet_pton()

int inet_pton ( int  af,
const char *  cp,
void buf 
)
Here is the caller graph for this function: