Searched refs:LLQ_OPT_RDLEN (Results 1 – 2 of 2) sorted by relevance
1864 #define LLQ_OPT_RDLEN ((2 * sizeof(mDNSu16)) + LLQ_OPTLEN) macro
2903 opt->rdlength = LLQ_OPT_RDLEN; in putLLQ()2904 opt->rdestimate = LLQ_OPT_RDLEN; in putLLQ()2934 if (lcr.r.resrec.rdlength < (index + 1) * LLQ_OPT_RDLEN) return mDNSfalse; // rdata too small in getLLQAtIndex()