MCPcopy 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
200inline 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
210inline int SockAddr::getpeername(SOCKET s)

Callers 1

aux_requestFunction · 0.80

Calls 1

clearClass · 0.50

Tested by

no test coverage detected