Searched refs:h_addr (Results 1 – 5 of 5) sorted by relevance
95 h.h_addr = hostaddr; in _gethostbynis()96 *((u_long *)h.h_addr) = inet_addr(result); in _gethostbynis()
203 if (p->h_addrtype == af && !bcmp(p->h_addr, addr, len)) in _gethostbyhtaddr()
61 pIpAddress = (UINT8 *)pHost->h_addr; in main()
130 #define h_addr h_addr_list[0] /**< address, for backward compatiblity */ macro