Home | History | Annotate | Download | only in dns

Lines Matching defs:serial0

218 	unsigned char serial0[4]; /*%< SOA serial before update. */
228 unsigned char serial0[4];
266 uint32_t serial0;
485 xhdr->serial0 = decode_uint32(raw.serial0);
499 xhdr->serial0 = decode_uint32(raw.serial0);
512 uint32_t serial0, uint32_t serial1) {
516 encode_uint32(serial0, raw.serial0);
523 encode_uint32(serial0, raw.serial0);
851 if (xhdr->serial0 != serial ||
852 isc_serial_le(xhdr->serial1, xhdr->serial0))
879 * Handle <size, serial0, serial1, 0> transaction header.
896 isc_serial_gt(xhdr->serial0, xhdr->count))
901 xhdr->serial1 = xhdr->serial0;
902 xhdr->serial0 = xhdr->count;
960 if (xhdr.serial0 != pos->serial ||
961 isc_serial_le(xhdr.serial1, xhdr.serial0))
966 j->filename, pos->serial, xhdr.serial0);
1703 j->curxhdr.serial0, j->curxhdr.serial1);
1880 if (xhdr.serial0 != pos.serial ||
1881 isc_serial_le(xhdr.serial1, xhdr.serial0))
1970 if (xhdr.serial0 != j->it.current_serial ||
1971 isc_serial_le(xhdr.serial1, xhdr.serial0))
1977 xhdr.serial0);
2674 * The incorrect header was written as size, serial0,
2676 * count, serial0, and serial1.
2680 isc_serial_gt(xhdr.serial0, xhdr.count))
2682 xhdr.serial1 = xhdr.serial0;
2683 xhdr.serial0 = xhdr.count;
2690 if (xhdr.serial0 != serial ||
2691 isc_serial_le(xhdr.serial1, xhdr.serial0))
2704 xhdr.serial0, xhdr.serial1));