/bind-9.6-ESV-R11/bin/tests/ |
H A D | gxba_test.c | 30 print_he(struct hostent *he, int error, const char *fun, const char *name) { argument 34 if (he != NULL) { 36 printf("\tname = %s\n", he->h_name); 37 printf("\taddrtype = %d\n", he->h_addrtype); 38 printf("\tlength = %d\n", he->h_length); 39 c = he->h_aliases; 46 c = he->h_addr_list; 50 inet_ntop(he->h_addrtype, *c, buf, sizeof(buf)); 63 struct hostent *he; local 88 he [all...] |
H A D | gxbn_test.c | 30 print_he(struct hostent *he, int error, const char *fun, const char *name) { argument 34 if (he != NULL) { 36 printf("\tname = %s\n", he->h_name); 37 printf("\taddrtype = %d\n", he->h_addrtype); 38 printf("\tlength = %d\n", he->h_length); 39 c = he->h_aliases; 46 c = he->h_addr_list; 50 inet_ntop(he->h_addrtype, *c, buf, sizeof(buf)); 63 struct hostent *he; local 69 he [all...] |
/bind-9.6-ESV-R11/lib/bind9/ |
H A D | getaddresses.c | 62 struct hostent *he; local 193 he = gethostbyname(hostname); 194 if (he == NULL) { 208 if (he->h_addrtype != AF_INET && he->h_addrtype != AF_INET6) 211 if (he->h_addrtype == AF_INET) { 213 inp = (struct in_addr *)(he->h_addr_list[i]); 219 in6p = (struct in6_addr *)(he->h_addr_list[i]);
|
/bind-9.6-ESV-R11/lib/lwres/ |
H A D | gethost.c | 166 static struct hostent *he = NULL; variable in typeref:struct:hostent 173 if (he != NULL) 174 lwres_freehostent(he); 176 he = lwres_getipnodebyname(name, AF_INET, 0, &lwres_h_errno); 177 return (he); 183 if (he != NULL) 184 lwres_freehostent(he); 186 he = lwres_getipnodebyname(name, af, 0, &lwres_h_errno); 187 return (he); 194 if (he ! 232 struct hostent *he; local 253 struct hostent *he; local 296 copytobuf(struct hostent *he, struct hostent *hptr, char *buf, int buflen) argument [all...] |
H A D | getipnode.c | 203 struct hostent he, *he1 = NULL, *he2 = NULL, *he3 = NULL; local 257 he.h_name = mappedname; 259 he.h_name = u.deconst_name; 260 he.h_addr_list = addr_list; 261 he.h_addr_list[0] = (v4 == 1) ? (char *)&in4 : (char *)&in6; 262 he.h_addr_list[1] = NULL; 263 he.h_aliases = aliases; 264 he.h_aliases[0] = NULL; 265 he.h_length = (v4 == 1) ? INADDRSZ : IN6ADDRSZ; 266 he 464 lwres_freehostent(struct hostent *he) argument 846 struct hostent *he = NULL; local 1011 struct hostent *he; local 1087 struct hostent *he; local [all...] |
/bind-9.6-ESV-R11/lib/dns/ |
H A D | openssl_link.c | 72 static ENGINE *he; variable 245 if (he == NULL) 246 he = e; 396 return (he); 467 if (he != NULL) 468 ENGINE_finish(he); 469 he = e;
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | parser.cpp | 240 read(impl::parser< header::tokenizer >& p, impl::header_entry& he) argument 246 he = impl::header_entry(); 274 he = impl::header_entry(hdr_name, hdr_value, attrs); 281 write(std::ostream& os, const impl::header_entry& he) argument 283 std::string line = he.name() + ": " + he.value(); 284 impl::attrs_map as = he.attrs(); 325 header_entry he; local 326 if (!header::read(p, he).good() || he 372 const header_entry& he = (*iter).second; local [all...] |
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/runidn/ |
H A D | resolver.c | 537 static struct hostent he; local 554 &he, buf.data, sizeof(buf), 565 static struct hostent he; local 582 &he, buf.data, sizeof(buf), 593 static struct hostent he; local 603 &he, buf.data, sizeof(buf), 622 struct hostent he; local 653 n = REAL(gethostbyname_r)(name, &he, data, datalen, rp, errp); 680 struct hostent he; local 710 n = REAL(gethostbyname2_r)(name, af, &he, dat 736 struct hostent he; local 789 struct hostent *hp, he; local 840 struct hostent *hp, he; local [all...] |