Lines Matching defs:h1
923 char h1[NI_MAXHOST], h2[NI_MAXHOST];
930 h1[0] = '\0';
931 if (getnameinfo(raddr, salen, h1, (socklen_t)sizeof(h1), NULL, 0,
952 if (strcmp(h1, h2) == 0) {
972 char h1[NI_MAXHOST], h2[NI_MAXHOST];
979 h1[0] = remotehost[0] = '\0';
983 if (getnameinfo(raddr, salen, h1, (socklen_t)sizeof(h1), NULL, 0,
1005 if (strcmp(h1, h2) == 0) {
1016 h1, res->ai_canonname ? res->ai_canonname : remotehost);