|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <winsock.h>

Public Attributes | |
| char * | h_name |
| char ** | h_aliases |
| short | h_addrtype |
| short | h_length |
| char ** | h_addr_list |
| char ** hostent::h_addr_list |
Definition at line 132 of file winsock.h.
Referenced by AddrStrToAddr(), BytesInHostent(), CopyHostentToBuffer(), do_host_lookup(), get_server(), GetHostByName(), GetHostEntry(), hookup(), Hostent_Init(), LookupCmd(), main(), mswBufferAppendBlob_Hostent(), netfinger(), OpenControlConnection(), QueryDNS(), SaBlob_CreateHostent(), START_TEST(), test_gethostbyname(), UnpackHostEnt(), and WspiapiQueryDNS().
| short hostent::h_addrtype |
Definition at line 130 of file winsock.h.
Referenced by AddrStrToAddr(), hookup(), Hostent_Init(), main(), mswBufferAppendBlob_Hostent(), netfinger(), OpenControlConnection(), QueryDNS(), and WspiapiQueryDNS().
| char ** hostent::h_aliases |
Definition at line 129 of file winsock.h.
Referenced by BytesInHostent(), CopyHostentToBuffer(), GetOurHostName(), Hostent_Init(), LookupCmd(), mswBufferAppendBlob_Hostent(), netfinger(), SaBlob_CreateHostent(), and UnpackHostEnt().
| short hostent::h_length |
Definition at line 131 of file winsock.h.
Referenced by AddrStrToAddr(), BytesInHostent(), do_host_lookup(), GetHostByName(), GetHostEntry(), getrpcport(), hookup(), Hostent_Init(), init_logger_addr(), main(), mswBufferAppendBlob_Hostent(), netfinger(), OpenControlConnection(), QueryDNS(), Setup(), START_TEST(), and WspiapiQueryDNS().
| char * hostent::h_name |
Definition at line 128 of file winsock.h.
Referenced by AddrToAddrStr(), BytesInHostent(), CopyHostentToBuffer(), GetOurHostName(), hookup(), LookupCmd(), main(), mswBufferAppendBlob_Hostent(), netfinger(), OpenControlConnection(), QueryDNS(), SaBlob_CreateHostent(), UnpackHostEnt(), WspiapiLegacyGetNameInfo(), and WspiapiQueryDNS().