Home
last modified time | relevance | path

Searched defs:SilcClientConnectionInternalStruct (Results 1 – 1 of 1) sorted by relevance

/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/silcclient/
H A Dclient_internal.h124 struct SilcClientConnectionInternalStruct { struct
126 SilcFSMStruct fsm; /* Connection FSM */
130 SilcMutex lock; /* Connection lock */
131 SilcSKE ske; /* Key exchange protocol */
132 SilcSKERekeyMaterial rekey; /* Rekey material */
133 SilcList thread_pool; /* Packet thread pool */
135 SilcHash hash; /* Negotiated hash function */
138 SilcBuffer remote_idp; /* Remote ID Payload */
144 char *away_message; /* Away message */
152 SilcUInt8 retry_count; /* Packet retry counter */
[all …]