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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dresource.c593 struct addrinfo *otherhostaddr; local
616 if (getaddrinfo(tmp_display, NULL, NULL, &otherhostaddr) != 0)
621 for (j = otherhostaddr; j != NULL && badhost; j = j->ai_next) {
651 freeaddrinfo(otherhostaddr);
/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Ddga_Xrequests.c212 struct addrinfo *otherhostaddr; local
260 if (getaddrinfo(host, NULL, NULL, &otherhostaddr) != 0) {
266 for (j = otherhostaddr; j != NULL && equiv == 0; j = j->ai_next) {
296 freeaddrinfo(otherhostaddr);

Completed in 15 milliseconds