Home | History | Annotate | Download | only in net

Lines Matching defs:hbuf

600 android_read_hostent(FILE* proxy, struct hostent* hp, char* hbuf, size_t hbuflen, int *he)
619 char *ptr = hbuf;
620 char *hbuf_end = hbuf + hbuflen;
711 char hbuf[MAXHOSTNAMELEN];
746 hbuf, sizeof(hbuf))))
824 gethostbyname_internal(const char *name, int af, res_state res, struct hostent *hp, char *hbuf,
831 return gethostbyname_internal_real(name, af, res, hp, hbuf, hbuflen, errorp);
851 struct hostent* result = android_read_hostent(proxy, hp, hbuf, hbuflen, errorp);
932 struct hostent *hp, char *hbuf, size_t hbuflen, int *he,
938 return android_gethostbyaddrfornetcontext_real(addr,len, af, hp, hbuf, hbuflen, he, netcontext);
961 struct hostent *result = android_read_hostent(proxy, hp, hbuf, hbuflen, he);