Home
last modified time | relevance | path

Searched refs:protocol (Results 1 – 9 of 9) sorted by relevance

/CTR-SDK-2.4.0/include/nn/net/compatible/nnet/
Dnnet_ext.h77 NNETProtocolInfo* NNET_GetProtocolInfo(NNETProtocolList* pProtocolList, u16 protocol);
79 NOSMessageBuf* NNET_ConvertFrameToMbuf(const u8* dstMac, const u8* srcMac, u16 protocol, const u8* …
/CTR-SDK-2.4.0/include/nn/socket/
Dsocket_Types.h64 s32 protocol; /* Please see man pages for details */ member
Dsocket_Berkeley.h62 inline s32 Socket(s32 af, s32 type, s32 protocol) in Socket() argument
65 Result result = detail::Socket(&rval, af, type, protocol); in Socket()
Dsocket_IpcWrapper.h36 Result Socket( s32* rval, s32 af, s32 type, s32 protocol );
Dsocket_User.h87 nn::Result Socket( s32* rval, s32 af, s32 type, s32 protocol );
Dsocket_User.autogen.h511 int protocol; // member
/CTR-SDK-2.4.0/include/nn/net/compatible/nsoc/
Dnsoc_user.h514 int protocol; /* Please see man pages for details */ 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);
/CTR-SDK-2.4.0/include/nn/net/compatible/
Dpeth.h78 u16 protocol; /* IP, ARP, etc. */ member
/CTR-SDK-2.4.0/include/nn/net/osl/
Dosl_Mbuf.h285 void SetProtocol(u32 protocol) in SetProtocol() argument
286 { m_protocol = protocol; } in SetProtocol()