Searched refs:af (Results 1 – 5 of 5) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/net/compatible/nsoc/ |
| D | nsoc_user.h | 555 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-1.0.0/CTR_SDK/include/nn/socket/ |
| D | socket_Berkeley.h | 59 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);
|
| D | socket_IpcWrapper.h | 36 Result Socket( s32* rval, s32 af, s32 type, s32 protocol ); 64 Result IcmpSocket( s32* rval, s32 af );
|
| D | socket_User.h | 87 nn::Result Socket( s32* rval, s32 af, s32 type, s32 protocol ); 112 nn::Result IcmpSocket( s32* rval, s32 af );
|
| D | socket_User.autogen.h | 552 int af; //!< アドレスファミリ。AF_INETまたはAF_INET6、使用しない場合は0 member
|