HomeSort by relevance Sort by last modified time
    Searched full:h_ent (Results 1 - 1 of 1) sorted by null

  /external/iproute2/lib/
utils.c 553 struct hostent *h_ent; local
585 if ((h_ent = gethostbyaddr(addr, len, af)) != NULL)
586 n->name = strdup(h_ent->h_name);

Completed in 292 milliseconds