Home
last modified time | relevance | path

Searched refs:af (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/net/compatible/nsoc/
Dnsoc_user.h555 int af; /**< アドレスファミリ。NSOC_AF_INETまたはNSOC_AF_INET6、使用しない場合は0 */ member
622 extern int NSOC_Socket(int af, int type, int protocol);
623 extern int NSOC_SocketEx(int af, int type, int protocol, void *userInfo);
676 extern int NSOC_InetPtoN(int af, const char* src, void* dst);
677 extern const char* NSOC_InetNtoP(int af, const void* src, char* dst, unsigned len);
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/socket/
Dsocket_Berkeley.h59 inline s32 Socket(s32 af, s32 type, s32 protocol) in Socket() argument
62 Result result = detail::Socket(&rval, af, type, protocol); in Socket()
831 s32 InetPtoN(int af, const char* src, void* dst);
857 const char* InetNtoP(int af, const void* src, char* dst, unsigned len);
Dsocket_IpcWrapper.h36 Result Socket( s32* rval, s32 af, s32 type, s32 protocol );
64 Result IcmpSocket( s32* rval, s32 af );
Dsocket_User.h87 nn::Result Socket( s32* rval, s32 af, s32 type, s32 protocol );
112 nn::Result IcmpSocket( s32* rval, s32 af );
Dsocket_User.autogen.h552 int af; //!< アドレスファミリ。AF_INETまたはAF_INET6、使用しない場合は0 member