Home
last modified time | relevance | path

Searched refs:SYSLOG_FACILITY_MASK (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-syslog.c34 #define SYSLOG_FACILITY_MASK 0x03f8 /* 0000 0011 1111 1000 */ macro
107 facility = (pri & SYSLOG_FACILITY_MASK) >> 3; in syslog_print()