PSPSDK 2024-10-31
|
#include <netinet/in.h>
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 char * | sceNetInetInetNtop (int af, const void *src, char *dst, socklen_t cnt) |
int | sceNetInetInetPton (int af, const char *src, void *dst) |
char * | inet_ntoa (struct in_addr in) |
#define inet_addr sceNetInetInetAddr |
#define inet_aton sceNetInetInetAton |
#define inet_ntop sceNetInetInetNtop |
#define inet_pton sceNetInetInetPton |