Home
last modified time | relevance | path

Searched refs:h_addr (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgethostbynis.c95 h.h_addr = hostaddr; in _gethostbynis()
96 *((u_long *)h.h_addr) = inet_addr(result); in _gethostbynis()
Dgethostbyht.c203 if (p->h_addrtype == af && !bcmp(p->h_addr, addr, len)) in _gethostbyhtaddr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetHostByDns/
DGetHostByDns.c61 pIpAddress = (UINT8 *)pHost->h_addr; in main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetHostByName/
DGetHostByName.c61 pIpAddress = (UINT8 *)pHost->h_addr; in main()
/device/linaro/bootloader/edk2/StdLib/Include/
Dnetdb.h130 #define h_addr h_addr_list[0] /**< address, for backward compatiblity */ macro