silcnet.html
SILC Net Interface Header: silcnet.h
DESCRIPTION
SILC Net API provides various network routines for applications. It
can be used to create TCP/IP and UDP/IP connections and listeners.
Various utility functions for resolving various information is also
provided.
On WIN32 systems the SILC Net API must initialized by calling the
silc_net_win32_init and uninitialized when the application ends by
calling the silc_net_win32_uninit function. The initializing must be
done in order to assure that the SILC Net API works correctly.
SilcNetListener
SilcNetStatus
SilcNetCallback
silc_net_tcp_create_listener
silc_net_listener_get_port
silc_net_listener_get_ip
silc_net_listener_get_hostname
silc_net_close_listener
silc_net_tcp_connect
silc_net_udp_connect
silc_net_udp_receive
silc_net_udp_send
silc_net_get_error_string
silc_net_close_connection
silc_net_accept_connection
silc_net_set_socket_opt
silc_net_get_socket_opt
silc_net_set_socket_nonblock
silc_net_is_ip4
silc_net_is_ip6
silc_net_is_ip
silc_net_addr2bin
SilcNetResolveCallback
silc_net_gethostbyname
silc_net_gethostbyname_async
silc_net_gethostbyaddr
silc_net_gethostbyaddr_async
silc_net_check_host_by_sock
silc_net_check_local_by_sock
silc_net_get_remote_port
silc_net_get_local_port
silc_net_localhost
silc_net_localip
|