MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / length

Method length

src/remote/SockAddr.h:93–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 const struct sockaddr_in6* ptrIn6() const { return &data.inet6; }
92
93 unsigned length() const { return len; }
94 unsigned short family() const;
95 unsigned short port() const;
96 void setPort(unsigned short x);

Callers 11

INET_connectFunction · 0.45
aux_requestFunction · 0.45
get_peer_infoFunction · 0.45
inet_try_connectFunction · 0.45
resetClntMethod · 0.45
addServerKeysMethod · 0.45
execWithCheckMethod · 0.45
initFunction · 0.45
XNET_analyzeFunction · 0.45
extractPluginNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected