silcid.html
SILC ID Interface Header: silcid.h
DESCRIPTION
These are important ID types used in SILC. SILC server creates these
but SILC client has to handle these as well since these are used in
packet sending and reception. However, client never creates these
but it receives the correct ID's from server. Clients, servers and
channels are identified by the these ID's.
The ID's are based on IP addresses. The IP address provides a good
way to distinguish the ID's from other ID's. The ID's supports both
IPv4 and IPv6.
This file also includes the implementation of the SILC ID Payload
parsing and encoding.
SilcIdType
SilcIDIP
SilcServerID
SilcClientID
SilcChannelID
SilcID
SILC_ID_GET_ID
SILC_ID_COMPARE
SILC_ID_CLIENT_COMPARE
SILC_ID_SERVER_COMPARE
SILC_ID_CHANNEL_COMPARE
SILC_ID_COMPARE_TYPE
SILC_ID_COMPARE_HASH
SilcIDPayload
silc_id_payload_parse
silc_id_payload_parse_id
silc_id_payload_encode
silc_id_payload_encode_data
silc_id_payload_free
silc_id_payload_get_type
silc_id_payload_get_id
silc_id_payload_get_data
silc_id_payload_get_len
silc_id_id2str
silc_id_str2id
silc_id_str2id2
silc_id_get_len
silc_id_dup
|