Home | History | Annotate | Download | only in libevent

Lines Matching defs:hp

127 						struct hostent *hp;
128 hp = gethostbyaddr((char *)&sin->sin_addr,
130 if (hp == NULL)
133 if (strlcpy(host, hp->h_name, hostlen) >= hostlen)