Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dip.c521 char namewithdot[MAXHOSTNAMELEN + 1], *n; in ip_LogDNS() local
525 n = namewithdot; in ip_LogDNS()
527 if (end - ptr >= (int)sizeof namewithdot) in ip_LogDNS()
528 end = ptr + sizeof namewithdot - 1; in ip_LogDNS()
533 if (n != namewithdot) in ip_LogDNS()
548 direction, qclass, qtype, namewithdot); in ip_LogDNS()