Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dlog.h38 #define LogDNS (8) macro
H A Dip.c541 if (log_IsKept(LogDNS)) { in ip_LogDNS()
547 log_Printf(LogDNS, "%sbound query %s %s %s\n", in ip_LogDNS()
578 logit = (log_IsKept(LogTCPIP) || log_IsKept(LogDNS)) && in PacketCheck()
903 if (filter && uh && ntohs(uh->uh_dport) == 53 && log_IsKept(LogDNS)) in PacketCheck()