Go to the source code of this file.
◆ SYSLOG_FAC
◆ SYSLOG_FACILITY_CODE
| #define SYSLOG_FACILITY_CODE |
( |
|
n | ) |
((n) << 3) |
◆ SYSLOG_FACMASK
| #define SYSLOG_FACMASK 0x03f8 /* mask to extract facility part */ |
◆ SYSLOG_PRI
◆ SYSLOG_PRIMASK
| #define SYSLOG_PRIMASK 0x07 /* mask to extract priority part (internal) */ |
◆ SYSLOG_SEVERITY_CODE
| #define SYSLOG_SEVERITY_CODE |
( |
|
n | ) |
((n) & 7) |
◆ syslog_make_range()
| guint32 syslog_make_range |
( |
guint32 |
r1, |
|
|
guint32 |
r2 |
|
) |
| |
◆ syslog_name_lookup_id_by_name()
| int syslog_name_lookup_id_by_name |
( |
const char * |
name, |
|
|
struct sl_name |
names[] |
|
) |
| |
◆ syslog_name_lookup_name_by_value()
| const char* syslog_name_lookup_name_by_value |
( |
int |
value, |
|
|
struct sl_name |
names[] |
|
) |
| |
◆ syslog_name_lookup_severity_by_name_alias()
| gint syslog_name_lookup_severity_by_name_alias |
( |
const gchar * |
name, |
|
|
gssize |
name_len |
|
) |
| |
◆ syslog_name_lookup_value_by_name()
| int syslog_name_lookup_value_by_name |
( |
const char * |
name, |
|
|
struct sl_name |
names[] |
|
) |
| |
◆ sl_facilities
◆ sl_severities