SilcSKEStatus
NAME
typedef enum { ... } SilcSKEStatus;
DESCRIPTION
Status types returned in SKE callbacks. This tell the status of
the SKE session, and if an error occurred. Application can map the
status to human readable string with silc_ske_map_status function.
SOURCE
typedef enum {
/* These are defined by the protocol */
SILC_SKE_STATUS_OK = 0, /* No error */
SILC_SKE_STATUS_ERROR = 1, /* Unknowncellpadding="2" cellspacing="6" width="100%">
Function silc_list_count
SYNOPSIS
#define silc_list_count(list) ...
DESCRIPTION
Returns the number of entries in the list indicated by `list'.
|
|