Searched refs:h_name (Results 1 - 22 of 22) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/GetHostByDns/
H A DGetHostByDns.c72 pHost->h_name,
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgethostbydns.c213 host.h_name = NULL;
257 host.h_name = bp;
260 /* The qname can be abbreviated, but h_name is now absolute. */
261 qname = host.h_name;
325 host.h_name = bp;
385 host.h_name = bp;
401 host.h_name = bp;
417 if (strcasecmp(host.h_name, bp) != 0) {
420 AskedForGot, host.h_name, bp);
432 host.h_name
[all...]
H A Dgethostbyht.c156 host.h_name = cp;
185 if (strcasecmp(p->h_name, name) == 0)
H A Dgethostbynis.c101 h.h_name = cp;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_hash.c119 hep->h_name = name;
158 ctsp = &fp->ctf_str[CTF_NAME_STID(hep->h_name)];
159 str = ctsp->cts_strs + CTF_NAME_OFFSET(hep->h_name);
H A Dctf_impl.h77 uint_t h_name; /* reference to name in string table */ member in struct:ctf_helem
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/GetHostByName/
H A DGetHostByName.c77 pHost->h_name );
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dnetdb.h73 char *h_name; /* Official name of the host. */ member in struct:hostent
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/GetHostByAddr/
H A DGetHostByAddr.c87 pHost->h_name );
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dnetdb.c108 s_hostent.h_name = (char*)name;
116 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_name == %s\n", s_hostent.h_name));
215 ret->h_name = hostname;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dnetdb.h122 char *h_name; /*%< official name of host */ member in struct:hostent
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_dns.c153 c = (addr_off == (uint16_t)~0 ? pHostent->h_name : *cstr);
394 if (isDnsMappingEntryMatchOrEqual2Str(pDNSMapingEntry, pHostent->h_name))
414 pDnsMapping->pszCName = RTStrDup(pHostent->h_name);
417 LogFunc(("Can't allocate enough room for %s\n", pHostent->h_name));
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprnetdb.h94 char *h_name; /* official name of host */ member in struct:PRHostEnt
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacsocket.h86 char *h_name; /* official name of host */ member in struct:hostent
H A Dmacsockotpt.c2183 sHostEnt.h_name = sHostInfo.name;
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXos_r.h412 char h_name[MAXHOSTNAMELEN]; member in struct:__anon9655
426 strcpy((hp).h_name, (hp).hptr->h_name), \
427 ((hp).hent.h_name = (hp).h_name), \
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprnetdb.c537 if (!from->h_name) return PR_FAILURE;
538 len = strlen(from->h_name) + 1;
539 to->h_name = Alloc(len, buf, bufsize, 0);
540 if (!to->h_name) return PR_FAILURE;
541 memcpy(to->h_name, from->h_name, len);
2181 return fb->has_cname ? fb->hostent.h_name : NULL;
2187 return fb->has_cname ? fb->hostent.h_name : NULL;
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dgethost.c71 printf("h_name: %s\n", he->h_name);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_printf.c578 return (dt_printf(dtp, fp, format, host->h_name));
582 return (dt_printf(dtp, fp, format, host->h_name));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinsock.h389 char* h_name; /* official name of host */ local
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dtcpip.c567 conn->hostname = crStrdup( host->h_name );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinsock.h391 char* h_name; /* official name of host */ local

Completed in 93 milliseconds