18#define inet_addr sceNetInetInetAddr
19#define inet_aton sceNetInetInetAton
20#define inet_ntop sceNetInetInetNtop
21#define inet_pton sceNetInetInetPton
uint32_t in_addr_t
Definition in.h:48
char * inet_ntoa(struct in_addr in)
in_addr_t sceNetInetInetAddr(const char *ip)
int sceNetInetInetAton(const char *ip, struct in_addr *in)
int sceNetInetInetPton(int af, const char *src, void *dst)
const char * sceNetInetInetNtop(int af, const void *src, char *dst, socklen_t cnt)
float x
Definition psptypes.h:0
uint32_t socklen_t
Definition socket.h:75