Searched refs:addcount (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/lib/dns/ |
H A D | tsig.c | 1164 isc_uint16_t addcount, id; local 1342 memmove(&addcount, &header[DNS_MESSAGE_HEADERLEN - 2], 2); 1343 addcount_n = ntohs(addcount); 1344 addcount = htons((isc_uint16_t)(addcount_n - 1)); 1345 memmove(&header[DNS_MESSAGE_HEADERLEN - 2], &addcount, 2); 1523 isc_uint16_t addcount, id; local 1663 memmove(&addcount, &header[DNS_MESSAGE_HEADERLEN - 2], 2); 1664 addcount_n = ntohs(addcount); 1665 addcount = htons((isc_uint16_t)(addcount_n - 1)); 1666 memmove(&header[DNS_MESSAGE_HEADERLEN - 2], &addcount, [all...] |
H A D | dnssec.c | 1063 isc_uint16_t addcount, addcount_n; local 1142 memmove(&addcount, &header[DNS_MESSAGE_HEADERLEN - 2], 2); 1143 addcount_n = ntohs(addcount); 1144 addcount = htons((isc_uint16_t)(addcount_n - 1)); 1145 memmove(&header[DNS_MESSAGE_HEADERLEN - 2], &addcount, 2);
|
Completed in 282 milliseconds