Home
last modified time | relevance | path

Searched defs:UDPSocket (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Host/common/
DUDPSocket.cpp32 UDPSocket::UDPSocket(NativeSocket socket) : Socket(ProtocolUdp, true, true) { in UDPSocket() function in UDPSocket
36 UDPSocket::UDPSocket(bool should_close, bool child_processes_inherit) in UDPSocket() function in UDPSocket
/external/llvm-project/lldb/include/lldb/Host/
DSocket.h40 class UDPSocket; variable
/external/autotest/client/deps/lansim/src/py/
Dhost.py248 class UDPSocket(object): class
/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h456 typedef struct UDPSocket_struct UDPSocket; typedef