MCPcopy 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
108int Sock::GetSockName(sockaddr* name, socklen_t* name_len) const
109{
110 return getsockname(m_socket, name, name_len);
111}
112
113bool Sock::SetNonBlocking() const
114{

Callers 3

GetBindAddressFunction · 0.45
NATPMPRequestPortMapFunction · 0.45
PCPRequestPortMapFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected