Home
last modified time | relevance | path

Searched refs:h_addrtype (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dmap_v4v6.c116 if (hp->h_addrtype != AF_INET || hp->h_length != INADDRSZ) in _map_v4v6_hostent()
118 hp->h_addrtype = AF_INET6; in _map_v4v6_hostent()
Dgethostbyht.c153 host.h_addrtype = af; in gethostent()
183 if (p->h_addrtype != af) in _gethostbyhtname()
203 if (p->h_addrtype == af && !bcmp(p->h_addr, addr, len)) in _gethostbyhtaddr()
Dgethostbydns.c507 host.h_addrtype = AF_INET6; in __dns_getanswer()
512 host.h_addrtype = AF_INET; in __dns_getanswer()
548 host.h_addrtype = af; in _gethostbydnsname()
744 hp->h_addrtype = af; in _gethostbydnsaddr()
751 hp->h_addrtype = AF_INET6; in _gethostbydnsaddr()
Dgethostbynis.c98 h.h_addrtype = AF_INET; in _gethostbynis()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetHostByDns/
DGetHostByDns.c64 pHost->h_addrtype, in main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetHostByName/
DGetHostByName.c67 pHost->h_addrtype, in main()
/device/linaro/bootloader/edk2/StdLib/Include/
Dnetdb.h126 int h_addrtype; /**< host address type */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsocketmodule.c3235 if (h->h_addrtype != af) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c3317 if (h->h_addrtype != af) {