Home | History | Annotate | Download | only in libevent

Lines Matching defs:hp

139 			struct hostent *hp;
140 hp = gethostbyaddr((char *)&sin->sin_addr,
142 if (hp == NULL)
145 if (strlcpy(host, hp->h_name, hostlen) >= hostlen)