Home
last modified time | relevance | path

Searched refs:h_name (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgethostbydns.c213 host.h_name = NULL; in gethostanswer()
257 host.h_name = bp; in gethostanswer()
261 qname = host.h_name; in gethostanswer()
325 host.h_name = bp; in gethostanswer()
385 host.h_name = bp; in gethostanswer()
401 host.h_name = bp; in gethostanswer()
417 if (strcasecmp(host.h_name, bp) != 0) { in gethostanswer()
420 AskedForGot, host.h_name, bp); in gethostanswer()
432 host.h_name = bp; in gethostanswer()
483 if (!host.h_name) { in gethostanswer()
[all …]
Dgethostbyht.c156 host.h_name = cp; in gethostent()
185 if (strcasecmp(p->h_name, name) == 0) in _gethostbyhtname()
Dgetnameinfo.c333 p = strchr(hp->h_name, '.'); in getnameinfo_inet()
338 if (strlen(hp->h_name) + 1 > hostlen) { in getnameinfo_inet()
341 strlcpy(host, hp->h_name, hostlen); in getnameinfo_inet()
Dgethostbynis.c101 h.h_name = cp; in _gethostbynis()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgetnameinfo.c197 p = strchr(hp->h_name, '.');
200 if (strlen(hp->h_name) > hostlen) {
206 strcpy(host, hp->h_name);
Dgetaddrinfo.c505 if (hp && hp->h_name && hp->h_name[0] && hp->h_addr_list[0]) {
507 GET_CANONNAME(cur, hp->h_name);
575 if ((hp->h_name == NULL) || (hp->h_name[0] == 0) ||
619 GET_CANONNAME(top, hp->h_name);
Dsocketmodule.c3337 rtn_tuple = Py_BuildValue("sOO", h->h_name, name_list, addr_list);
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetHostByDns/
DGetHostByDns.c63 pHost->h_name, in main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetHostByName/
DGetHostByName.c68 pHost->h_name ); in main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetHostByAddr/
DGetHostByAddr.c85 pHost->h_name ); in main()
/device/linaro/bootloader/edk2/StdLib/Include/
Dnetdb.h124 char *h_name; /**< official name of host */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c3419 rtn_tuple = Py_BuildValue("sOO", h->h_name, name_list, addr_list);