Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Dsyslogc.c56 static unsigned short syslog_port = SYSLOG_PORT;
98 syslog_port = (se == NULL)? SYSLOG_PORT: se->s_port; in init_syslog()
103 syslog_port = SYSLOG_PORT; in init_syslog()
148 syslog_hostaddr.sin_port = htons( SYSLOG_PORT ); in init_logger_addr()
Dsyslog.hin195 #define SYSLOG_PORT 514
237 and SYSLOG_PORT respectively.
/netbsd/src/external/bsd/tcpdump/dist/
Dudp.h88 #ifndef SYSLOG_PORT
89 #define SYSLOG_PORT 514 /* rfc3164 */ macro
Dprint-udp.c623 else if (IS_SRC_OR_DST_PORT(SYSLOG_PORT)) in udp_print()