MCPcopy Create free account
hub / github.com/SIPp/sipp / addrinfo

Class addrinfo

src/socket.cpp:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 const char *service, int flags, int family)
78{
79 const struct addrinfo hints = {flags, family,};
80 struct addrinfo* res;
81
82 int error = getaddrinfo(host, service, &hints, &res);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected