#include <ansi.h>Include dependency graph for netdb.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | hostent |
| struct | netent |
| struct | servent |
| struct | protoent |
Defines | |
| #define | _PATH_HEQUIV "/etc/hosts.equiv" |
| #define | _PATH_HOSTS "/etc/hosts" |
| #define | _PATH_NETWORKS "/etc/networks" |
| #define | _PATH_PROTOCOLS "/etc/protocols" |
| #define | _PATH_SERVICES "/etc/services" |
| #define | _PATH_SERVACCES "/etc/serv.access" |
| #define | h_addr h_addr_list[0] |
| #define | HOST_NOT_FOUND 1 |
| #define | TRY_AGAIN 2 |
| #define | NO_RECOVERY 3 |
| #define | NO_DATA 4 |
| #define | NO_ADDRESS NO_DATA |
Functions | |
| void endhostent | _ARGS ((void)) |
| hostent *gethostbyaddr | _ARGS ((const char *, int, int)) |
| hostent *gethostbyname | _ARGS ((const char *)) |
| netent *getnetbyaddr | _ARGS ((long, int)) |
| protoent *getprotobynumber | _ARGS ((int)) |
| servent *getservbyname | _ARGS ((const char *, const char *)) |
| servent *getservbyport | _ARGS ((int, const char *)) |
Variables | |
| int | h_errno |
|
|
Definition at line 39 of file netdb.h. Referenced by iruserok(). |
|
|
|
|
|
Definition at line 41 of file netdb.h. Referenced by getnetent(), and setnetent(). |
|
|
Definition at line 42 of file netdb.h. Referenced by getprotoent(), and setprotoent(). |
|
|
Definition at line 44 of file netdb.h. Referenced by main(). |
|
|
Definition at line 43 of file netdb.h. Referenced by getservent(), and setservent(). |
|
|
|
|
|
Definition at line 90 of file netdb.h. Referenced by getanswer(), gethostbyname(), hperror(), printinfo(), res_query(), and res_search(). |
|
|
Definition at line 94 of file netdb.h. Referenced by hperror(). |
|
|
|
|
|
Definition at line 92 of file netdb.h. Referenced by getanswer(), getinfo(), hperror(), printinfo(), res_init(), and res_query(). |
|
|
Definition at line 91 of file netdb.h. Referenced by getanswer(), getinfo(), hperror(), main(), printinfo(), res_query(), and res_search(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 69 of file res_query.c. |
1.4.6