![]() ![]() | ![]() |
Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
version 1.15, 2015/02/24 17:56:20 | version 1.16, 2017/09/28 23:32:01 | ||
---|---|---|---|
|
|
||
hp->id = htons(statp->id); | hp->id = htons(statp->id); | ||
hp->opcode = op; | hp->opcode = op; | ||
hp->rd = (statp->options & RES_RECURSE) != 0U; | hp->rd = (statp->options & RES_RECURSE) != 0U; | ||
hp->ad = (statp->options & RES_USE_DNSSEC) != 0U; | |||
hp->rcode = NOERROR; | hp->rcode = NOERROR; | ||
cp = buf + HFIXEDSZ; | cp = buf + HFIXEDSZ; | ||
ep = buf + buflen; | ep = buf + buflen; |