Home
last modified time | relevance | path

Searched refs:h_aliases (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgethostbyht.c157 q = host.h_aliases = host_aliases; in gethostent()
187 for (cp = p->h_aliases; *cp != 0; cp++) in _gethostbyhtname()
Dgethostbynis.c102 q = h.h_aliases = host_aliases; in _gethostbynis()
Dgethostbydns.c265 host.h_aliases = host_aliases; in gethostanswer()
582 host.h_aliases = host_aliases; in _gethostbydnsname()
615 host.h_aliases = host_aliases; in _gethostbydnsname()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetHostByName/
DGetHostByName.c81 ppName = pHost->h_aliases; in main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetHostByAddr/
DGetHostByAddr.c102 ppName = pHost->h_aliases; in main()
/device/linaro/bootloader/edk2/StdLib/Include/
Dnetdb.h125 char **h_aliases; /**< alias list */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c3348 if (h->h_aliases) {
3349 for (pch = h->h_aliases; *pch != NULL; pch++) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsocketmodule.c3266 if (h->h_aliases) {
3267 for (pch = h->h_aliases; *pch != NULL; pch++) {