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

/freebsd-10.0-release/include/arpa/
H A Dnameser_compat.h102 #define QFIXEDSZ NS_QFIXEDSZ macro
/freebsd-10.0-release/lib/libc/resolv/
H A Dres_mkquery.c140 if (ep - cp < QFIXEDSZ)
142 if ((n = dn_comp(dname, cp, ep - cp - QFIXEDSZ, dnptrs,
/freebsd-10.0-release/contrib/tcpdump/
H A Dnameser.h70 #define QFIXEDSZ 4 macro
/freebsd-10.0-release/lib/libc/net/
H A Dhesiod.c407 if (skip < 0 || p + skip + QFIXEDSZ > eom) {
411 p += skip + QFIXEDSZ;
H A Dgetnetbydns.c198 cp += __dn_skipname(cp, eom) + QFIXEDSZ;
H A Dgethostbydns.c193 BOUNDED_INCR(n + QFIXEDSZ);
H A Dgetaddrinfo.c1913 cp += n + QFIXEDSZ;
/freebsd-10.0-release/contrib/sendmail/contrib/
H A Dbitdomain.c273 for (qdcount = ntohs(hp->qdcount); qdcount--; ap += ret + QFIXEDSZ)
/freebsd-10.0-release/contrib/sendmail/src/
H A Ddomain.c314 cp += n + QFIXEDSZ)
972 ap += ret + QFIXEDSZ)
/freebsd-10.0-release/contrib/ntp/arlib/
H A Darlib.c654 cp += dn_skipname(cp, eob) + QFIXEDSZ;

Completed in 199 milliseconds