Home
last modified time | relevance | path

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

/NextBSD/lib/libc/resolv/
HDres_mkquery.c159 if ((ep - cp) < RRFIXEDSZ) in res_nmkquery()
161 n = dn_comp((const char *)data, cp, ep - cp - RRFIXEDSZ, in res_nmkquery()
181 if (ep - cp < 1 + RRFIXEDSZ + datalen) in res_nmkquery()
228 if ((ep - cp) < 1 + RRFIXEDSZ) in res_nopt()
/NextBSD/include/arpa/
HDnameser_compat.h103 #define RRFIXEDSZ NS_RRFIXEDSZ macro
/NextBSD/contrib/tcpdump/
HDnameser.h71 #define RRFIXEDSZ 10 macro