Searched refs:serial (Results 1 - 25 of 68) sorted by relevance

123

/bind-9.11.3/lib/dns/tests/
H A Dupdate_test.c20 #include <isc/serial.h>
53 isc_uint32_t serial; local
60 serial = dns_update_soaserial(old, dns_updatemethod_increment);
61 ATF_REQUIRE_EQ(isc_serial_lt(old, serial), ISC_TRUE);
62 ATF_CHECK_MSG(serial != 0, "serial (%d) should not equal 0", serial);
63 ATF_REQUIRE_EQ(serial, 51);
74 isc_uint32_t serial; local
81 serial
94 isc_uint32_t serial; local
117 isc_uint32_t serial; local
140 isc_uint32_t serial; local
163 isc_uint32_t serial; local
187 isc_uint32_t serial; local
211 isc_uint32_t serial; local
234 isc_uint32_t serial; local
256 isc_uint32_t old, serial; local
280 isc_uint32_t serial; local
303 isc_uint32_t serial; local
[all...]
/bind-9.11.3/lib/dns/rdata/generic/
H A Dcsync_62.h19 isc_uint32_t serial; member in struct:dns_rdata_csync
H A Dsoa_6.h20 isc_uint32_t serial; /*%< host order */ member in struct:dns_rdata_soa
/bind-9.11.3/bin/tests/startperf/
H A Dmkzonefile.pl21 2011080201 ; serial
/bind-9.11.3/lib/lwres/
H A Dcontext_p.h33 lwres_uint32_t serial; /*%< serial number state */ member in struct:lwres_context
H A Dlwresutil.c241 lwres_uint32_t serial; local
255 serial = lwres_context_nextserial(ctx);
276 pkt.serial = serial;
303 if (pkt.serial != serial)
357 lwres_uint32_t serial; local
370 serial = lwres_context_nextserial(ctx);
386 pkt.serial = serial;
464 lwres_uint32_t serial; local
[all...]
H A Dlwpacket.c79 lwres_buffer_putuint32(b, pkt->serial);
112 pkt->serial = lwres_buffer_getuint32(b);
H A Dcontext.c37 The context holds a serial number that is used to identify resolver
39 requests. This serial number is controlled using
41 lwres_context_initserial() sets the serial number for context *ctx to
42 serial. lwres_context_nextserial() increments the serial number and
176 ctx->serial = time(NULL); /* XXXMLG or BEW */
178 ctx->serial = _time32(NULL);
226 /*% Increments the serial number and returns the previous value. */
231 return (ctx->serial++);
234 /*% Sets the serial numbe
236 lwres_context_initserial(lwres_context_t *ctx, lwres_uint32_t serial) argument
[all...]
/bind-9.11.3/lib/lwres/include/lwres/
H A Dlwpacket.h51 * If two packets from the same source have the same serial
57 lwres_uint32_t serial; member in struct:lwres_lwpacket
H A Dcontext.h98 lwres_context_initserial(lwres_context_t *ctx, lwres_uint32_t serial);
/bind-9.11.3/lib/dns/
H A Djournal.c48 * serial number. Unused index entries have an "offset"
64 * whose serial number is current-(2^31-1) to current
75 * SOA serial number does not change (BIND 8 sends such
182 unsigned char serial[4]; /*%< SOA serial before update. */ member in struct:__anon154
214 /*% Source serial number. */
228 unsigned char serial0[4]; /*%< SOA serial before update. */
229 unsigned char serial1[4]; /*%< SOA serial after update. */
244 isc_uint32_t serial; member in struct:__anon159
249 #define POS_INVALIDATE(pos) ((pos).offset = 0, (pos).serial
848 index_find(dns_journal_t *j, isc_uint32_t serial, journal_pos_t *best_guess) argument
909 index_invalidate(dns_journal_t *j, isc_uint32_t serial) argument
939 journal_find(dns_journal_t *j, isc_uint32_t serial, journal_pos_t *pos) argument
2083 dns_journal_compact(isc_mem_t *mctx, char *filename, isc_uint32_t serial, isc_uint32_t target_size) argument
[all...]
H A Dsoa.c60 isc_uint32_t serial, isc_uint32_t refresh,
76 soa.serial = serial;
58 dns_soa_buildrdata(dns_name_t *origin, dns_name_t *contact, dns_rdataclass_t rdclass, isc_uint32_t serial, isc_uint32_t refresh, isc_uint32_t retry, isc_uint32_t expire, isc_uint32_t minimum, unsigned char *buffer, dns_rdata_t *rdata) argument
/bind-9.11.3/lib/dns/include/dns/
H A Dsoa.h39 isc_uint32_t serial, isc_uint32_t refresh,
H A Dupdate.h38 dns_update_soaserial(isc_uint32_t serial, dns_updatemethod_t method);
40 * Return the next serial number after 'serial', depending on the
43 *\li * dns_updatemethod_increment increments the serial number by one
44 *\li * dns_updatemethod_unixtime sets the serial number to the current
H A Dsdb.h198 isc_uint32_t serial);
204 * driver to increment the serial number between responses if necessary.
/bind-9.11.3/lib/isc/
H A Dserial.c9 /* $Id: serial.c,v 1.12 2007/06/19 23:47:17 tbox Exp $ */
15 #include <isc/serial.h>
/bind-9.11.3/bin/tests/
H A Dserial_test.c16 #include <isc/serial.h>
/bind-9.11.3/bin/tests/system/checkconf/
H A Dbad-many.conf42 serial-queries 10;
43 serial-query-rate 100;
H A Dgood.conf60 serial-queries 10;
61 serial-query-rate 100;
/bind-9.11.3/bin/tests/system/dyndb/driver/
H A Dzone.c149 isc_uint32_t serial; local
157 CHECK(dns_zone_getserial2(zone, &serial));
158 dns_zone_log(zone, ISC_LOG_INFO, "loaded serial %u", serial);
/bind-9.11.3/bin/tests/system/catz/ns2/
H A Dnamed.conf.in25 serial-query-rate 100;
/bind-9.11.3/bin/tests/system/stress/
H A Dsetup.pl29 2000042100 ; serial
/bind-9.11.3/bin/tests/system/masterformat/
H A Dclean.sh12 rm -f ns1/example.db.serial.raw
/bind-9.11.3/bin/tests/system/nsupdate/ns2/
H A Dnamed.conf24 serial-query-rate 1; // workaround for KB AA-01213
/bind-9.11.3/lib/isccc/include/isccc/
H A Dcc.h71 isc_uint32_t serial, isccc_time_t now,

Completed in 172 milliseconds

123