Home
last modified time | relevance | path

Searched defs:hostent (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dnetdb.h72 struct hostent { struct
73 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
/external/curl/lib/
Dasyn-ares.c460 struct hostent *hostent) in query_completed_cb()
/external/mdnsresponder/mDNSPosix/
Dnss_mdns.c390 typedef struct hostent hostent; typedef
505 hostent * hostent; member
/external/libcups/cups/
Dcups-private.h101 struct hostent hostent; /* Host entry for IP address */ member
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py336 class hostent(Structure): class
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py336 class hostent(Structure): class