Searched refs:hostName (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dgethost.c89 const char *hostName = DEFAULT_HOST_NAME; local
102 hostName = opt->value;
112 if (PR_GetHostByName(hostName, buf, sizeof(buf), &he) == PR_FAILURE) {
135 if (PR_GetIPNodeByName(hostName, PR_AF_INET, PR_AI_DEFAULT,
142 if (PR_GetIPNodeByName(hostName, PR_AF_INET6, PR_AI_DEFAULT,

Completed in 196 milliseconds