Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ GetSockName
Method
GetSockName
src/util/sock.cpp:108–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
int Sock::GetSockName(sockaddr* name, socklen_t* name_len) const
109
{
110
return getsockname(m_socket, name, name_len);
111
}
112
113
bool Sock::SetNonBlocking() const
114
{
Callers
3
GetBindAddress
Function · 0.45
NATPMPRequestPortMap
Function · 0.45
PCPRequestPortMap
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected