Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-syslog.c36 #define SYSLOG_FACILITY_MASK 0x03f8 /* 0000 0011 1111 1000 */ macro
114 facility = (pri & SYSLOG_FACILITY_MASK) >> 3; in syslog_print()