Searched refs:szHost (Results 1 – 2 of 2) sorted by relevance
47 static unsigned long GetAddr(LPSTR szHost);
988 static unsigned long GetAddr(LPSTR szHost) in GetAddr() argument994 if (*szHost) { in GetAddr()997 lAddr = inet_addr(szHost); in GetAddr()1000 if ((lAddr == INADDR_NONE) && (strcmp(szHost, "255.255.255.255"))) { in GetAddr()1002 lpstHost = gethostbyname(szHost); in GetAddr()
Completed in 8 milliseconds