Searched defs:aSocket (Results 1 – 4 of 4) sorted by relevance
/external/openthread/examples/platforms/simulation/ |
D | simul_utils.c | 79 static void InitRxSocket(utilsSocket *aSocket, const struct in_addr *aIp4Address, unsigned int aIfI… in InitRxSocket() 153 void InitTxSocketIp6(utilsSocket *aSocket, const struct in6_addr *aAddress, unsigned int aIfIndex) in InitTxSocketIp6() 190 static void InitTxSocketIp4(utilsSocket *aSocket, const struct in_addr *aAddress) in InitTxSocketIp4() 226 static bool TryInitSocketIfname(utilsSocket *aSocket, const char *aLocalInterface) in TryInitSocketIfname() 295 static bool TryInitSocketIp4(utilsSocket *aSocket, const char *aLocalInterface) in TryInitSocketIp4() 310 static bool TryInitSocketIp6(utilsSocket *aSocket, const char *aLocalInterface) in TryInitSocketIp6() 358 void utilsInitSocket(utilsSocket *aSocket, uint16_t aPortBase) in utilsInitSocket() 374 void utilsDeinitSocket(utilsSocket *aSocket) in utilsDeinitSocket() 384 void utilsAddSocketRxFd(const utilsSocket *aSocket, fd_set *aFdSet, int *aMaxFd) in utilsAddSocketRxFd() 393 void utilsAddSocketTxFd(const utilsSocket *aSocket, fd_set *aFdSet, int *aMaxFd) in utilsAddSocketTxFd() [all …]
|
/external/openthread/src/core/net/ |
D | udp6.cpp | 152 Error Udp::Plat::Open(SocketHandle &aSocket) in Open() 157 Error Udp::Plat::Close(SocketHandle &aSocket) in Close() 162 Error Udp::Plat::Bind(SocketHandle &aSocket) in Bind() 167 Error Udp::Plat::BindToNetif(SocketHandle &aSocket) in BindToNetif() 172 Error Udp::Plat::Connect(SocketHandle &aSocket) in Connect() 177 Error Udp::Plat::Send(SocketHandle &aSocket, Message &aMessage, const MessageInfo &aMessageInfo) in Send() 184 Error Udp::Plat::JoinMulticastGroup(SocketHandle &aSocket, NetifIdentifier aNetifId, const Address … in JoinMulticastGroup() 190 Error Udp::Plat::LeaveMulticastGroup(SocketHandle &aSocket, NetifIdentifier aNetifId, const Address… in LeaveMulticastGroup() 220 Error Udp::Open(SocketHandle &aSocket, NetifIdentifier aNetifId, ReceiveHandler aHandler, void *aCo… in Open() 242 Error Udp::Bind(SocketHandle &aSocket, const SockAddr &aSockAddr) in Bind() [all …]
|
/external/openthread/src/core/api/ |
D | udp_api.cpp | 45 otError otUdpOpen(otInstance *aInstance, otUdpSocket *aSocket, otUdpReceive aCallback, void *aConte… in otUdpOpen() 50 bool otUdpIsOpen(otInstance *aInstance, const otUdpSocket *aSocket) in otUdpIsOpen() 55 otError otUdpClose(otInstance *aInstance, otUdpSocket *aSocket) in otUdpClose() 60 otError otUdpBind(otInstance *aInstance, otUdpSocket *aSocket, const otSockAddr *aSockName, otNetif… in otUdpBind() 67 otError otUdpConnect(otInstance *aInstance, otUdpSocket *aSocket, const otSockAddr *aSockName) in otUdpConnect() 72 otError otUdpSend(otInstance *aInstance, otUdpSocket *aSocket, otMessage *aMessage, const otMessage… in otUdpSend()
|
/external/openthread/src/posix/platform/ |
D | trel.cpp | 269 static void ReceivePacket(int aSocket, otInstance *aInstance) in ReceivePacket()
|