Searched defs:hostent (Results 1 – 6 of 6) sorted by relevance
72 struct hostent { struct73 char *h_name; /* Official name of the host. */74 char **h_aliases; /* A pointer to an array of pointers to alternative host names,76 int h_addrtype; /* Address type. */100 struct hostent *lwip_gethostbyname(const char *name); argument
460 struct hostent *hostent) in query_completed_cb()
390 typedef struct hostent hostent; typedef505 hostent * hostent; member
101 struct hostent hostent; /* Host entry for IP address */ member
336 class hostent(Structure): class