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