Home
last modified time | relevance | path

Searched refs:szHost (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/win32/
H A Dsendmail.h47 static unsigned long GetAddr(LPSTR szHost);
H A Dsendmail.c987 static unsigned long GetAddr(LPSTR szHost) in GetAddr() argument
993 if (*szHost) { in GetAddr()
996 lAddr = inet_addr(szHost); in GetAddr()
999 if ((lAddr == INADDR_NONE) && (strcmp(szHost, "255.255.255.255"))) { in GetAddr()
1001 lpstHost = gethostbyname(szHost); in GetAddr()

Completed in 6 milliseconds