Searched refs:szHost (Results 1 – 2 of 2) sorted by relevance
49 static unsigned long GetAddr(LPSTR szHost);
940 static unsigned long GetAddr(LPSTR szHost) in GetAddr() argument946 if (*szHost) { in GetAddr()949 lAddr = inet_addr(szHost); in GetAddr()952 if ((lAddr == INADDR_NONE) && (strcmp(szHost, "255.255.255.255"))) { in GetAddr()954 lpstHost = gethostbyname(szHost); in GetAddr()
Completed in 7 milliseconds