Lines Matching refs:SocketHandle
44 bool Udp::SocketHandle::Matches(const MessageInfo &aMessageInfo) const in Matches()
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()
276 Error Udp::Connect(SocketHandle &aSocket, const SockAddr &aSockAddr) in Connect()
295 Error Udp::Close(SocketHandle &aSocket) in Close()
313 Error Udp::SendTo(SocketHandle &aSocket, Message &aMessage, const MessageInfo &aMessageInfo) in SendTo()
368 void Udp::AddSocket(SocketHandle &aSocket) { IgnoreError(mSockets.Add(aSocket)); } in AddSocket()
370 void Udp::RemoveSocket(SocketHandle &aSocket) in RemoveSocket()
372 SocketHandle *prev; in RemoveSocket()
468 SocketHandle *socket; in HandlePayload()
485 for (const SocketHandle &socket : mSockets) in IsPortInUse()