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

/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng.cpp2154 struct hostent *hp; local
2155 hp = gethostbyname(host_addr);
2156 if (hp != NULL) /* DNS OK */
2158 memcpy(in_addr_ptr, hp->h_addr_list[0], hp->h_length);
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng.cpp2484 struct hostent *hp; local
2485 hp = gethostbyname(host_addr);
2486 if (hp != NULL) /* DNS OK */
2488 memcpy(in_addr_ptr, hp->h_addr_list[0], hp->h_length);
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng.cpp2486 struct hostent *hp; local
2487 hp = gethostbyname(host_addr);
2488 if (hp != NULL) /* DNS OK */
2490 memcpy(in_addr_ptr, hp->h_addr_list[0], hp->h_length);
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng.cpp2511 struct hostent *hp; local
2512 hp = gethostbyname(host_addr);
2513 if (hp != NULL) /* DNS OK */
2515 memcpy(in_addr_ptr, hp->h_addr_list[0], hp->h_length);
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng.cpp2485 struct hostent *hp; local
2486 hp = gethostbyname(host_addr);
2487 if (hp != NULL) /* DNS OK */
2489 memcpy(in_addr_ptr, hp->h_addr_list[0], hp->h_length);
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng.cpp2508 struct hostent *hp; local
2509 hp = gethostbyname(host_addr);
2510 if (hp != NULL) /* DNS OK */
2512 memcpy(in_addr_ptr, hp->h_addr_list[0], hp->h_length);
/hardware/qcom/gps/msm8998/gnss/
H A DGnssAdapter.cpp454 struct hostent* hp; local
455 hp = gethostbyname(hostAddress);
456 if (hp != NULL) { /* DNS OK */
457 memcpy(inAddress, hp->h_addr_list[0], hp->h_length);
/hardware/qcom/gps/sdm845/gnss/
H A DGnssAdapter.cpp452 struct hostent* hp; local
453 hp = gethostbyname(hostAddress);
454 if (hp != NULL) { /* DNS OK */
455 memcpy(inAddress, hp->h_addr_list[0], hp->h_length);

Completed in 236 milliseconds