Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getsockname
Method
getsockname
src/remote/SockAddr.h:200–207 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
199
200
inline int SockAddr::getsockname(SOCKET s)
201
{
202
len = MAX_LEN;
203
int R = ::getsockname(s, ptr(), &len);
204
if (R < 0)
205
clear();
206
return R;
207
}
208
209
210
inline int SockAddr::getpeername(SOCKET s)
Callers
1
aux_request
Function · 0.80
Calls
1
clear
Class · 0.50
Tested by
no test coverage detected