Lines Matching defs:hp
200 register const HEADER *hp;
230 hp = &answer->hdr;
231 ancount = ntohs(hp->ancount);
232 qdcount = ntohs(hp->qdcount);
642 register struct hostent *hp;
706 if ( NULL == (hp = gethostanswer(&buf, n, qbuf, T_PTR)))
714 strncpy(hname2, hp->h_name, MAXDNAME);
744 hp->h_addrtype = af;
745 hp->h_length = len;
751 hp->h_addrtype = AF_INET6;
752 hp->h_length = IN6ADDRSZ;
755 return (hp);
783 char *hp;
789 hp = ap[j];
791 ap[j+1] = hp;