Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/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-4.2.5/include/nn/socket/
Dsocket_Types.h64 s32 protocol; /* Please see man pages for details */ member
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.h507 int protocol; // member
/CTR-SDK-4.2.5/include/nn/net/compatible/
Dpeth.h78 u16 protocol; /* IP, ARP, etc. */ member
/CTR-SDK-4.2.5/include/nn/net/osl/
Dosl_Mbuf.h285 void SetProtocol(u32 protocol) in SetProtocol() argument
286 { m_protocol = protocol; } in SetProtocol()