Home
last modified time | relevance | path

Searched refs:kDomain (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DUDPSocket.cpp25 static const int kDomain = AF_INET; variable
69 hints.ai_family = kDomain; in CreateConnected()
108 ? bind_addr.SetToLocalhost(kDomain, host_port->port) in CreateConnected()
109 : bind_addr.SetToAnyAddress(kDomain, host_port->port); in CreateConnected()
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DDomainSocket.cpp28 static const int kDomain = AF_UNIX; variable
37 saddr_un->sun_family = kDomain; in SetSockAddr()
113 m_socket = CreateSocket(kDomain, kType, 0, error); in Connect()
133 m_socket = CreateSocket(kDomain, kType, 0, error); in Listen()