Searched refs:Socket (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/src/core/net/ |
D | udp6.cpp | 75 Udp::Socket::Socket(Instance &aInstance, ReceiveHandler aHandler, void *aContext) in Socket() function in ot::Ip6::Udp::Socket 83 Message *Udp::Socket::NewMessage(void) { return NewMessage(0); } in NewMessage() 85 Message *Udp::Socket::NewMessage(uint16_t aReserved) { return NewMessage(aReserved, Message::Settin… in NewMessage() 87 Message *Udp::Socket::NewMessage(uint16_t aReserved, const Message::Settings &aSettings) in NewMessage() 92 Error Udp::Socket::Open(NetifIdentifier aNetifId) { return Get<Udp>().Open(*this, aNetifId, mHandle… in Open() 94 bool Udp::Socket::IsOpen(void) const { return Get<Udp>().IsOpen(*this); } in IsOpen() 96 Error Udp::Socket::Bind(const SockAddr &aSockAddr) { return Get<Udp>().Bind(*this, aSockAddr); } in Bind() 98 Error Udp::Socket::Bind(uint16_t aPort) { return Bind(SockAddr(aPort)); } in Bind() 100 Error Udp::Socket::Connect(const SockAddr &aSockAddr) { return Get<Udp>().Connect(*this, aSockAddr)… in Connect() 102 Error Udp::Socket::Connect(uint16_t aPort) { return Connect(SockAddr(aPort)); } in Connect() [all …]
|
D | udp6.hpp | 176 class Socket : public InstanceLocator, public SocketHandle class in ot::Ip6::Udp 188 Socket(Instance &aInstance, ReceiveHandler aHandler, void *aContext); 342 class SocketIn : public Socket 352 : Socket(aInstance, HandleUdpReceive, &aOwner) in SocketIn()
|
D | srp_server.cpp | 647 Ip6::Udp::Socket &dnsSocket = Get<Dns::ServiceDiscovery::Server>().mSocket; in PrepareSocket() 675 Ip6::Udp::Socket &Server::GetSocket(void) in GetSocket() 677 Ip6::Udp::Socket *socket = &mSocket; in GetSocket() 680 Ip6::Udp::Socket &dnsSocket = Get<Dns::ServiceDiscovery::Server>().mSocket; in GetSocket()
|
D | srp_server.hpp | 913 Ip6::Udp::Socket &GetSocket(void);
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | tcp_client.pl | 13 use IO::Socket::INET; 25 my $socket = IO::Socket::INET->new(PeerAddr => $host,
|
/openthread-latest/tests/unit/ |
D | test_srp_server.cpp | 1071 Ip6::Udp::Socket udpSocket(*sInstance, HandleServerUdpReceive, nullptr); in TestSrpClientDelayedResponse()
|
/openthread-latest/src/cli/ |
D | README.md | 3965 | No | Ext MAC Address | Ext PAN Id | IPv6 Socket Address |
|