SILC Core Library
    SILC Auth API
    SILC Channel API
    SILC Command API
    SILC ID API
    SILC ID Cache API
    SILC Modes
    SILC Notify API
    SILC Packet API
    SILC Argument API
    SILC Private API
SILC Math Library
    SILC Math API
    SILC MP API
SILC SFTP Library
    SILC SFTP API
    SILC SFTP Filesystems
SILC Utility Library
    SILC Buffer API
    SILC Buffer Format API
    SILC Buffer Utility API
    SILC Hash Table API
    SILC Log and Debug API
    SILC Memory API
    SILC Mutex API
    SILC Thread API
    SILC Net API
    SILC Schedule API
    SILC Socket Connection API
    SILC Protocol API
    SILC Util API
    SILC Zip API
    SILC List API
    SILC Dynamic List API
SILC Key Exchange Library
    SILC SKE API
    SILC SKE Status
SILC Client Library
    SILC Client API
SILC Crypto Library
    SILC Cipher API
    SILC Hash API
    SILC HMAC API
    SILC PKCS API
    SILC RNG API
silcid.html
SilcIDAPI

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
  • SilcIDPayload
  • SilcArgumentPayload
  • 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
  • SilcIDIP
  • SilcServerID
  • SilcClientID
  • SilcChannelID
  • SILC_ID_COMPARE
  • SILC_ID_CLIENT_COMPARE
  • SILC_ID_SERVER_COMPARE
  • SILC_ID_CHANNEL_COMPARE
  • SILC_ID_COMPARE_TYPE
  • SILC_ID_COMPARE_HASH
  • silc_id_id2str
  • silc_id_str2id
  • silc_id_get_len
  • silc_id_dup