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

/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-syslog.c41 #define SYSLOG_FACILITY_MASK 0x03f8 /* 0000 0011 1111 1000 */ macro
127 facility = (pri & SYSLOG_FACILITY_MASK) >> 3;

Completed in 54 milliseconds