|
| | VITASDK_BUILD_ASSERT_EQ (0xC, SceNetInitParam) |
| |
| | VITASDK_BUILD_ASSERT_EQ (0xE0, SceNetEmulationData) |
| |
| | VITASDK_BUILD_ASSERT_EQ (0x200, SceNetEmulationParam) |
| |
| | VITASDK_BUILD_ASSERT_EQ (8, SceNetEpollDataExt) |
| |
| | VITASDK_BUILD_ASSERT_EQ (8, SceNetEpollData) |
| |
| | VITASDK_BUILD_ASSERT_EQ (0x10, SceNetEpollSystemData) |
| |
| | VITASDK_BUILD_ASSERT_EQ (0x20, SceNetEpollEvent) |
| |
| | VITASDK_BUILD_ASSERT_EQ (0xC, SceNetResolverParam) |
| |
| int | sceNetInit (SceNetInitParam *param) |
| |
| int | sceNetTerm (void) |
| |
| int | sceNetShowIfconfig (void *p, int b) |
| |
| int | sceNetShowRoute (void) |
| |
| int | sceNetShowNetstat (void) |
| |
| int | sceNetEmulationSet (SceNetEmulationParam *param, int flags) |
| |
| int | sceNetEmulationGet (SceNetEmulationParam *param, int flags) |
| |
| int | sceNetResolverCreate (const char *name, SceNetResolverParam *param, int flags) |
| |
| int | sceNetResolverStartNtoa (int rid, const char *hostname, SceNetInAddr *addr, int timeout, int retry, int flags) |
| |
| int | sceNetResolverStartAton (int rid, const SceNetInAddr *addr, char *hostname, int len, int timeout, int retry, int flags) |
| |
| int | sceNetResolverGetError (int rid, int *result) |
| |
| int | sceNetResolverDestroy (int rid) |
| |
| int | sceNetResolverAbort (int rid, int flags) |
| |
| int | sceNetDumpCreate (const char *name, int len, int flags) |
| |
| int | sceNetDumpRead (int id, void *buf, int len, int *pflags) |
| |
| int | sceNetDumpDestroy (int id) |
| |
| int | sceNetDumpAbort (int id, int flags) |
| |
| int | sceNetEpollCreate (const char *name, int flags) |
| |
| int | sceNetEpollControl (int eid, int op, int id, SceNetEpollEvent *event) |
| |
| int | sceNetEpollWait (int eid, SceNetEpollEvent *events, int maxevents, int timeout) |
| |
| int | sceNetEpollWaitCB (int eid, SceNetEpollEvent *events, int maxevents, int timeout) |
| |
| int | sceNetEpollDestroy (int eid) |
| |
| int | sceNetEpollAbort (int eid, int flags) |
| |
| int | sceNetEtherStrton (const char *str, SceNetEtherAddr *n) |
| |
| int | sceNetEtherNtostr (const SceNetEtherAddr *n, char *str, unsigned int len) |
| |
| int | sceNetGetMacAddress (SceNetEtherAddr *addr, int flags) |
| |
| int | sceNetSocket (const char *name, int domain, int type, int protocol) |
| |
| int | sceNetAccept (int s, SceNetSockaddr *addr, unsigned int *addrlen) |
| |
| int | sceNetBind (int s, const SceNetSockaddr *addr, unsigned int addrlen) |
| |
| int | sceNetConnect (int s, const SceNetSockaddr *name, unsigned int namelen) |
| |
| int | sceNetGetpeername (int s, SceNetSockaddr *name, unsigned int *namelen) |
| |
| int | sceNetGetsockname (int s, SceNetSockaddr *name, unsigned int *namelen) |
| |
| int | sceNetGetsockopt (int s, int level, int optname, void *optval, unsigned int *optlen) |
| |
| int | sceNetListen (int s, int backlog) |
| |
| int | sceNetRecv (int s, void *buf, unsigned int len, int flags) |
| |
| int | sceNetRecvfrom (int s, void *buf, unsigned int len, int flags, SceNetSockaddr *from, unsigned int *fromlen) |
| |
| int | sceNetRecvmsg (int s, SceNetMsghdr *msg, int flags) |
| |
| int | sceNetSend (int s, const void *msg, unsigned int len, int flags) |
| |
| int | sceNetSendto (int s, const void *msg, unsigned int len, int flags, const SceNetSockaddr *to, unsigned int tolen) |
| |
| int | sceNetSendmsg (int s, const SceNetMsghdr *msg, int flags) |
| |
| int | sceNetSetsockopt (int s, int level, int optname, const void *optval, unsigned int optlen) |
| |
| int | sceNetShutdown (int s, int how) |
| |
| int | sceNetSocketClose (int s) |
| |
| int | sceNetSocketAbort (int s, int flags) |
| |
| int | sceNetGetSockInfo (int s, SceNetSockInfo *info, int n, int flags) |
| |
| int | sceNetGetSockIdInfo (SceNetFdSet *fds, int sockinfoflags, int flags) |
| |
| int | sceNetGetStatisticsInfo (SceNetStatisticsInfo *info, int flags) |
| |
| int | sceNetSetDnsInfo (SceNetDnsInfo *info, int flags) |
| |
| int | sceNetClearDnsCache (int flags) |
| |
| const char * | sceNetInetNtop (int af, const void *src, char *dst, unsigned int size) |
| |
| int | sceNetInetPton (int af, const char *src, void *dst) |
| |
| long long unsigned int | sceNetHtonll (unsigned long long int host64) |
| |
| unsigned int | sceNetHtonl (unsigned int host32) |
| |
| unsigned short int | sceNetHtons (unsigned short int host16) |
| |
| unsigned long long int | sceNetNtohll (unsigned long long int net64) |
| |
| unsigned int | sceNetNtohl (unsigned int net32) |
| |
| unsigned short int | sceNetNtohs (unsigned short int net16) |
| |
| int * | sceNetErrnoLoc (void) |
| | Get pointer to last network errno.
|
| |