Searched refs:hiePtr (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_sock.c331 struct hostent* hiePtr; /* Host Name Information Entry Pointer */ local
364 if ((hiePtr=gethostbyname(host)) != NULL)
365 bcopy (hiePtr->h_addr, (char*)&sin.sin_addr, hiePtr->h_length);

Completed in 57 milliseconds