Searched refs:log_buf (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sys/netinet/ |
| HD | siftr.c | 335 struct ale *log_buf; in siftr_process_pkt() local 431 log_buf = alq_getn(siftr_alq, MAX_LOG_MSG_LEN, ALQ_WAITOK); in siftr_process_pkt() 433 if (log_buf == NULL) in siftr_process_pkt() 449 log_buf->ae_bytesused = snprintf(log_buf->ae_data, in siftr_process_pkt() 509 log_buf->ae_bytesused = snprintf(log_buf->ae_data, in siftr_process_pkt() 552 alq_post_flags(siftr_alq, log_buf, 0); in siftr_process_pkt()
|
| /NextBSD/contrib/unbound/util/ |
| HD | log.h | 167 void log_buf(enum verbosity_value level, const char* msg, struct sldns_buffer* buf);
|
| HD | log.c | 379 void log_buf(enum verbosity_value level, const char* msg, sldns_buffer* buf) in log_buf() function
|
| /NextBSD/contrib/unbound/services/ |
| HD | outside_network.c | 430 log_buf(VERB_ALGO, "dropped message", c->buffer); 447 log_buf(VERB_ALGO, "udp message", c->buffer); 1524 log_buf(VERB_DETAIL, "for packet", c->buffer); 1533 log_buf(VERB_DETAIL, "for packet", c->buffer);
|
| /NextBSD/contrib/unbound/daemon/ |
| HD | worker.c | 758 log_buf(VERB_ALGO, "refuse", c->buffer); in deny_refuse()
|