Home
last modified time | relevance | path

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

/third_party/musl/src/misc/
H A Dgethostid.c18 struct hostent *hst = NULL; in gethostid() local
27 hst = gethostbyname(host); in gethostid()
28 if (hst == NULL) { in gethostid()
32 p = hst->h_addr_list; in gethostid()
/third_party/musl/porting/liteos_a/user/src/misc/
H A Dgethostid.c13 struct hostent *hst = NULL; in gethostid() local
22 hst = gethostbyname(host); in gethostid()
23 if (hst == NULL) { in gethostid()
27 p = hst->h_addr_list; in gethostid()

Completed in 1 milliseconds