/*++ /* NAME /* inet_addr_host 3 /* SUMMARY /* determine all host internet interface addresses /* SYNOPSIS /* #include <inet_addr_host.h> /* /* int inet_addr_host(addr_list, hostname) /* INET_ADDR_LIST *addr_list; /* const char *hostname; /* DESCRIPTION /* inet_addr_host() determines all interface addresses of the /* named host. The host may be specified as a symbolic name, /* or as a numerical address. An empty host expands as the /* wild-card address. Address results are appended to /* the specified address list. The result value is the number /* of addresses appended to the list. /* DIAGNOSTICS /* Fatal errors: out of memory. /* BUGS /* This code uses the name service, so it talks to the network, /* and that may not be desirable. /* SEE ALSO /* inet_addr_list(3) address list management /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* Wietse Venema /* IBM T.J. Watson Research /* P.O. Box 704 /* Yorktown Heights, NY 10598, USA /* /* Wietse Venema /* Google, Inc. /* 111 8th Avenue /* New York, NY 10011, USA
/*--*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.