Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/net/compatible/nsoc/
Dnsoc_user.h551 int af; /**< アドレスファミリ。NSOC_AF_INETまたはNSOC_AF_INET6、使用しない場合は0 */ member
618 extern int NSOC_Socket(int af, int type, int protocol);
619 extern int NSOC_SocketEx(int af, int type, int protocol, void *userInfo);
672 extern int NSOC_InetPtoN(int af, const char* src, void* dst);
673 extern const char* NSOC_InetNtoP(int af, const void* src, char* dst, unsigned len);
/CTR-SDK-0.13.2/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()
834 s32 InetPtoN(int af, const char* src, void* dst);
860 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