Home
last modified time | relevance | path

Searched refs:GetSocket (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DProtocolServer.h35 virtual Socket *GetSocket() const = 0;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProtocolServer.cpp90 if (Socket *socket = server->GetSocket()) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DProtocolServerMCP.h41 Socket *GetSocket() const override { return m_listener.get(); } in GetSocket() function
/freebsd/sys/netinet/libalias/
H A Dalias_db.h417 static u_short GetSocket(struct libalias *, u_short, int *, int);
H A Dalias_db.c302 if (!GetSocket(la, port, &lnk->sockfd, lnk->link_type)) { in GetNewPort()
314 GetSocket(struct libalias *la, u_short port_net, int *sockfd, int link_type) in GetSocket() function