PSPSDK 2024-10-31
Loading...
Searching...
No Matches
inet.h File Reference
#include <netinet/in.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.

Macros

#define inet_addr   sceNetInetInetAddr
 
#define inet_aton   sceNetInetInetAton
 
#define inet_ntop   sceNetInetInetNtop
 
#define inet_pton   sceNetInetInetPton
 

Functions

in_addr_t sceNetInetInetAddr (const char *ip)
 
int sceNetInetInetAton (const char *ip, struct in_addr *in)
 
const charsceNetInetInetNtop (int af, const void *src, char *dst, socklen_t cnt)
 
int sceNetInetInetPton (int af, const char *src, void *dst)
 
charinet_ntoa (struct in_addr in)
 

Macro Definition Documentation

◆ inet_addr

#define inet_addr   sceNetInetInetAddr

◆ inet_aton

#define inet_aton   sceNetInetInetAton

◆ inet_ntop

#define inet_ntop   sceNetInetInetNtop

◆ inet_pton

#define inet_pton   sceNetInetInetPton

Function Documentation

◆ inet_ntoa()

char * inet_ntoa ( struct in_addr  in)

◆ sceNetInetInetAddr()

in_addr_t sceNetInetInetAddr ( const char ip)

◆ sceNetInetInetAton()

int sceNetInetInetAton ( const char ip,
struct in_addr in 
)

◆ sceNetInetInetNtop()

const char * sceNetInetInetNtop ( int  af,
const void src,
char dst,
socklen_t  cnt 
)

◆ sceNetInetInetPton()

int sceNetInetInetPton ( int  af,
const char src,
void dst 
)