/*++ /* NAME /* known_tcp_ports 3 /* SUMMARY /* reduce dependency on the services(5) database /* SYNOPSIS /* #include <known_tcp_ports.h> /* /* const char *add_known_tcp_port( /* const char *name) /* const char *port) /* /* const char *filter_known_tcp_port( /* const char *name_or_port) /* /* void clear_known_tcp_ports(void) /* AUXILIARY FUNCTIONS /* char *export_known_tcp_ports( /* VSTRING *result) /* DESCRIPTION /* This module reduces dependency on the services(5) database. /* /* add_known_tcp_port() associates a symbolic name with a numerical /* port. The function returns a pointer to error text if the /* arguments are malformed or if the symbolic name already has /* an association. /* /* filter_known_tcp_port() returns the argument if it does not /* specify a symbolic name, or if the argument specifies a symbolic /* name that is not associated with a numerical port. Otherwise, /* it returns the associated numerical port. /* /* clear_known_tcp_ports() destroys all name-number associations. /* string. /* /* export_known_tcp_ports() overwrites a VSTRING with all known /* name=port associations, sorted by service name, and separated /* by whitespace. The result is pointer to the VSTRING payload. /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* 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.