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

/freebsd-11-stable/usr.sbin/ppp/
H A Dip.c523 char namewithdot[MAXHOSTNAMELEN + 1], *n; local
527 n = namewithdot;
529 if (end - ptr >= (int)sizeof namewithdot)
530 end = ptr + sizeof namewithdot - 1;
535 if (n != namewithdot)
550 direction, qclass, qtype, namewithdot);

Completed in 155 milliseconds