Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/
Dnetdb.h123 struct hostent { struct
124 char *h_name; /**< official name of host */
125 char **h_aliases; /**< alias list */
126 int h_addrtype; /**< host address type */
127 int h_length; /**< length of address */
128 char **h_addr_list; /**< list of addresses from name server */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py336 class hostent(Structure): class