Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/syslogd/
Dsyslogd.c1006 DPRINTF(D_DATA, "format error\n"); \
1129 DPRINTF((D_CALL|D_BUFFER|D_DATA), "printline_syslogprotocol(" in printline_syslogprotocol()
1136 DPRINTF(D_DATA, "Got timestamp \"%s\"\n", buffer->timestamp); in printline_syslogprotocol()
1160 DPRINTF(D_DATA, "Got host \"%s\"\n", buffer->host); in printline_syslogprotocol()
1177 DPRINTF(D_DATA, "Got prog \"%s\"\n", buffer->prog); in printline_syslogprotocol()
1195 DPRINTF(D_DATA, "Got pid \"%s\"\n", buffer->pid); in printline_syslogprotocol()
1214 DPRINTF(D_DATA, "Got msgid \"%s\"\n", buffer->msgid); in printline_syslogprotocol()
1220 DPRINTF(D_DATA, "check_sd(\"%s\") returned %d\n", p, sdlen); in printline_syslogprotocol()
1229 DPRINTF(D_DATA, "format error\n"); in printline_syslogprotocol()
1233 DPRINTF(D_DATA, "Got SD \"%s\"\n", buffer->sd); in printline_syslogprotocol()
[all …]
Dtls.c1584 DPRINTF((D_TLS|D_CALL|D_DATA), "tls_split_messages() -- " in tls_split_messages()
1599 DPRINTF(D_DATA, "move inbuf of length %zu by %zu chars\n", in tls_split_messages()
1630 DPRINTF(D_DATA, "Reallocated inbuf\n"); in tls_split_messages()
1671 DPRINTF(D_DATA, "move inbuf of length %zu by %zu " in tls_split_messages()
1686 DPRINTF(D_DATA, "Shrink inbuf\n"); in tls_split_messages()
1694 DPRINTF(D_DATA, "return with status: msg_start %zu, msg_len %zu, " in tls_split_messages()
1737 DPRINTF(D_DATA, "now sending line: \"%.*s\"\n", in tls_send()
1743 DPRINTF(D_DATA, "connection not ready to send: \"%.*s\"\n", in tls_send()
1809 DPRINTF((D_TLS|D_DATA), "TLS: SSL_write() wrote %d out of %zu " in dispatch_tls_send()
1818 DPRINTF((D_TLS|D_DATA), "TLS: SSL_write() complete\n"); in dispatch_tls_send()
[all …]
Dsyslogd.h134 #define D_DATA 2 /* syslog message reading/formatting */ macro
145 #define D_ALL (D_CALL | D_DATA | D_NET | D_FILE | D_TLS | D_PARSE | \