Searched refs:h_name (Results 1 – 12 of 12) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | gethostbydns.c | 213 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 …]
|
D | gethostbyht.c | 156 host.h_name = cp; in gethostent() 185 if (strcasecmp(p->h_name, name) == 0) in _gethostbyhtname()
|
D | getnameinfo.c | 333 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()
|
D | gethostbynis.c | 101 h.h_name = cp; in _gethostbynis()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | getnameinfo.c | 197 p = strchr(hp->h_name, '.'); 200 if (strlen(hp->h_name) > hostlen) { 206 strcpy(host, hp->h_name);
|
D | getaddrinfo.c | 505 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);
|
D | socketmodule.c | 3337 rtn_tuple = Py_BuildValue("sOO", h->h_name, name_list, addr_list);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetHostByDns/ |
D | GetHostByDns.c | 63 pHost->h_name, in main()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetHostByName/ |
D | GetHostByName.c | 68 pHost->h_name ); in main()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetHostByAddr/ |
D | GetHostByAddr.c | 85 pHost->h_name ); in main()
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | netdb.h | 124 char *h_name; /**< official name of host */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | socketmodule.c | 3419 rtn_tuple = Py_BuildValue("sOO", h->h_name, name_list, addr_list);
|