MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / LookupHostNumeric

Function LookupHostNumeric

src/netbase.cpp:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134bool LookupHostNumeric(const char* pszName, vector<CNetAddr>& vIP, unsigned int nMaxSolutions) {
135 return LookupHost(pszName, vIP, nMaxSolutions, false);
136}
137
138bool Lookup(const char* pszName, vector<CService>& vAddr, int portDefault, bool fAllowLookup,
139 unsigned int nMaxSolutions) {

Callers

nothing calls this directly

Calls 1

LookupHostFunction · 0.85

Tested by

no test coverage detected