Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
HDip.c495 char namewithdot[MAXHOSTNAMELEN + 1], *n; in ip_LogDNS() local
499 n = namewithdot; in ip_LogDNS()
501 if (end - ptr >= (int)sizeof namewithdot) in ip_LogDNS()
502 end = ptr + sizeof namewithdot - 1; in ip_LogDNS()
507 if (n != namewithdot) in ip_LogDNS()
522 direction, qclass, qtype, namewithdot); in ip_LogDNS()