Searched refs:header (Results 1 - 24 of 24) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/system/resolver/ans2/
H A Dans.pl59 $packet->header->qr(1);
73 $packet->header->aa(1);
75 $packet->header->aa(1);
76 $packet->header->rcode(NXDOMAIN);
/bind-9.6-ESV-R11/lib/dns/
H A Drbtdb.c237 * If this is the top header for an rdataset, 'next' points
238 * to the top header for the next rdataset (i.e., the next type).
239 * Otherwise, it points up to the header whose down pointer points
240 * at this header.
245 * Points to the header for the next older version of
290 rdatasetheader_t *header; member in struct:acache_cbarg
308 #define EXISTS(header) \
309 (((header)->attributes & RDATASET_ATTR_NONEXISTENT) == 0)
310 #define NONEXISTENT(header) \
311 (((header)
697 update_rrsetstats(dns_rbtdb_t *rbtdb, rdatasetheader_t *header, isc_boolean_t increment) argument
725 set_ttl(dns_rbtdb_t *rbtdb, rdatasetheader_t *header, dns_ttl_t newttl) argument
1193 free_acachearray(isc_mem_t *mctx, rdatasetheader_t *header, acachectl_t *array) argument
1305 rdatasetheader_t *header, *dcurrent; local
2023 rdatasetheader_t *header, *header_next; local
2156 rdatasetheader_t *header; local
2567 rdatasetheader_t *header, *header_next; local
2709 bind_rdataset(dns_rbtdb_t *rbtdb, dns_rbtnode_t *node, rdatasetheader_t *header, isc_stdtime_t now, dns_rdataset_t *rdataset) argument
2843 rdatasetheader_t *header; local
2911 rdatasetheader_t *header; local
2968 rdatasetheader_t *header; local
3071 rdatasetheader_t *header; local
3222 matchparams(rdatasetheader_t *header, rbtdb_search_t *search) argument
3275 rdatasetheader_t *header, *header_next, *found, *foundsig; local
3453 rdatasetheader_t *header, *header_next, *found, *nsecheader; local
3970 rdatasetheader_t *header, *header_prev, *header_next; local
4090 rdatasetheader_t *header, *header_prev, *header_next; local
4263 rdatasetheader_t *header, *header_next, *header_prev; local
4389 rdatasetheader_t *header, *header_prev, *header_next; local
4732 rdatasetheader_t *header, *header_prev, *header_next; local
4968 rdatasetheader_t *header; local
5158 rdatasetheader_t *header, *header_next, *found, *foundsig; local
5245 rdatasetheader_t *header, *header_next, *found, *foundsig; local
5390 rdatasetheader_t *header, *header_next; local
5482 rdatasetheader_t *topheader, *topheader_prev, *header, *sigheader; local
6040 rdatasetheader_t *header; local
6200 rdatasetheader_t *topheader, *topheader_prev, *header, *newheader; local
6777 rdatasetheader_t *header; local
6817 rdatasetheader_t *header = NULL, *this; local
6871 rdatasetheader_t *header; local
7566 rdatasetheader_t *header = rdataset->private3; local
7580 rdatasetheader_t *header = rdataset->private3; local
7616 rdatasetheader_t *header, *top_next; local
7673 rdatasetheader_t *header, *top_next; local
7749 rdatasetheader_t *header; local
8290 rdatasetheader_t *header; local
8434 rdatasetheader_t *header; local
8564 rdatasetheader_t *header; local
8647 need_headerupdate(rdatasetheader_t *header, isc_stdtime_t now) argument
8682 update_header(dns_rbtdb_t *rbtdb, rdatasetheader_t *header, isc_stdtime_t now) argument
8709 rdatasetheader_t *header, *header_prev; local
8748 expire_header(dns_rbtdb_t *rbtdb, rdatasetheader_t *header, isc_boolean_t tree_locked) argument
[all...]
H A Djournal.c49 * \li A fixed-size header of type journal_rawheader_t.
62 * Each transaction begins with a transaction header of type
63 * journal_rawxhdr_t. The transaction header is followed by a
74 * to from the header or index. They may be preceded
78 * the "end" position in the header. The latter will
179 * These are used in the journal header to locate the beginning
197 * The header is of a fixed size, with some spare room for future
203 * The on-disk representation of the journal header.
214 /*% Number of index entries following the header. */
217 /* Pad the header t
305 journal_header_t header; /*%< In-core journal header */ member in struct:dns_journal
485 journal_header_t header; local
[all...]
H A Dtsig.c747 unsigned char header[DNS_MESSAGE_HEADERLEN]; local
792 * Digest the header.
794 isc_buffer_init(&headerbuf, header, sizeof(header));
984 unsigned char header[DNS_MESSAGE_HEADERLEN]; local
1172 * Extract the header.
1175 memmove(header, r.base, DNS_MESSAGE_HEADERLEN);
1181 memmove(&addcount, &header[DNS_MESSAGE_HEADERLEN - 2], 2);
1183 memmove(&header[DNS_MESSAGE_HEADERLEN - 2], &addcount, 2);
1189 memmove(&header[
1302 unsigned char header[DNS_MESSAGE_HEADERLEN]; local
[all...]
H A Ddnssec.c695 unsigned char header[DNS_MESSAGE_HEADERLEN]; local
763 * Digest the header.
765 isc_buffer_init(&headerbuf, header, sizeof(header));
833 unsigned char header[DNS_MESSAGE_HEADERLEN]; local
909 * Extract the header.
911 memmove(header, source_r.base, DNS_MESSAGE_HEADERLEN);
916 memmove(&addcount, &header[DNS_MESSAGE_HEADERLEN - 2], 2);
918 memmove(&header[DNS_MESSAGE_HEADERLEN - 2], &addcount, 2);
921 * Digest the modified header
[all...]
H A Dmaster.c77 * max message size - header - root - type - class - ttl - rdlen
2071 dns_masterrawheader_t header; local
2076 INSIST(hdrlen <= sizeof(header));
2077 isc_buffer_init(&target, &header, sizeof(header));
2079 result = isc_stdio_read(&header, 1, hdrlen, lctx->f, NULL);
2162 * header.
2184 * enough to store the "header part", owner name, and
/bind-9.6-ESV-R11/bin/tests/system/
H A Dans.pl125 my $id = $request->header->id;
128 $packet->header->qr(1);
129 $packet->header->aa(1);
130 $packet->header->id($id);
167 $packet->{"header"}{"arcount"} += 1
209 my $header;
220 ($header, $offset) = Net::DNS::Header->decode(\$data);
222 ($header, $offset) = Net::DNS::Header->parse(\$data);
225 for (1 .. $header->qdcount) {
234 for (1 .. $header
[all...]
/bind-9.6-ESV-R11/bin/tests/system/upforwd/ans4/
H A Dans.pl112 $packet->header->qr(1);
113 $packet->header->aa(1);
153 $packet->{"header"}{"arcount"} += 1;
195 my ($header, $offset) = Net::DNS::Header->parse(\$data);
196 for (1 .. $header->qdcount) {
199 for (1 .. $header->ancount) {
202 for (1 .. $header->nscount) {
205 for (1 .. $header->arcount) {
264 $packet->header->qr(1);
265 $packet->header
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dparser.cpp212 // The header tokenizer.
215 namespace header { namespace
239 impl::parser< header::tokenizer >&
240 read(impl::parser< header::tokenizer >& p, impl::header_entry& he)
242 using namespace header;
244 impl::token t = p.expect(text_type, nl_type, "a header name");
296 } // namespace header
312 // header = entry+ nl
319 header::tokenizer tkz(is, curline);
320 impl::parser< header
[all...]
/bind-9.6-ESV-R11/bin/tests/system/dnssec/
H A Ddnssec_update_test.pl81 my $rcode = $reply->header->rcode;
/bind-9.6-ESV-R11/bin/tests/system/resolver/ans3/
H A Dans.pl59 $packet->header->qr(1);
/bind-9.6-ESV-R11/bin/tests/system/stress/
H A Dupdate.pl86 my $rcode = $reply->header->rcode;
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestygen217 $parser->{error} = 'invalid test-header format';
239 $parser->{error} = "group defined twice in a header";
279 $parser->{error} = "title defined twice in a header";
294 $parser->{error} = "invalid test-header field";
305 $parser->{error} = "missing \`group' in the header";
310 $parser->{error} = "missing \`title' in the header";
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/rpm/
H A Didnkit.spec38 The header files and libraries (libidnkit.a and libidnkitlite.a)
/bind-9.6-ESV-R11/bin/tests/system/nsupdate/
H A Dupdate_test.pl86 my $rcode = $reply->header->rcode;
/bind-9.6-ESV-R11/win32utils/
H A DBuildSetup.bat39 rem Generate header files for lib/dns
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dconfigure191 --includedir=DIR C header files in DIR [PREFIX/include]
192 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
1948 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
1949 echo "configure:1950: checking for ANSI C header files" >&5
2242 /* System header to define __stub macros and hopefully few prototypes,
2298 /* System header to define __stub macros and hopefully few prototypes,
2353 /* System header to define __stub macros and hopefully few prototypes,
2408 /* System header to define __stub macros and hopefully few prototypes,
2463 /* System header to define __stub macros and hopefully few prototypes,
2518 /* System header t
[all...]
H A Dltconfig2294 /* System header to define __stub macros and hopefully few prototypes,
2381 /* System header to define __stub macros and hopefully few prototypes,
/bind-9.6-ESV-R11/contrib/zkt/
H A Dconfigure1223 --includedir=DIR C header files [PREFIX/include]
1224 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2724 # Use a header file that comes with gcc, so configuring glibc
2829 # Use a header file that comes with gcc, so configuring glibc
3096 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3097 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
3845 ### Checks for header files.
4087 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4088 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
4288 # Is the header compilabl
[all...]
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dconfigure163 --includedir=DIR C header files in DIR [PREFIX/include]
164 --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
1185 /* System header to define __stub macros and hopefully few prototypes,
1319 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
1320 echo "configure:1321: checking for ANSI C header files" >&5
/bind-9.6-ESV-R11/contrib/queryperf/
H A Dconfigure1207 --includedir=DIR C header files [PREFIX/include]
1208 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1419 /* System header to define __stub macros and hopefully few prototypes,
3555 --header=FILE[:TEMPLATE]
3556 instantiate the configuration header FILE
3624 --header | --heade | --head | --hea )
3632 # Conflict between --help and --header
/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dconfigure826 --includedir=DIR C header files [PREFIX/include]
827 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2012 # breaks some systems' header files.
2416 # Use a header file that comes with gcc, so configuring glibc
2523 # Use a header file that comes with gcc, so configuring glibc
2645 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
2646 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
2892 # Is the header compilable?
2936 # Is the header present?
2976 # So? What about this header
[all...]
/bind-9.6-ESV-R11/unit/atf-src/
H A Dconfigure1543 --includedir=DIR C header files [PREFIX/include]
1544 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1923 /* System header to define __stub macros and hopefully few prototypes,
2153 /* System header to define __stub macros and hopefully few prototypes,
6823 # Use a header file that comes with gcc, so configuring glibc
6882 # Use a header file that comes with gcc, so configuring glibc
6940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6941 $as_echo_n "checking for ANSI C header files... " >&6; }
12393 # Use a header file that comes with gcc, so configuring glibc
12452 # Use a header fil
[all...]
/bind-9.6-ESV-R11/
H A Dconfigure1550 --includedir=DIR C header files [PREFIX/include]
1551 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1946 /* System header to define __stub macros and hopefully few prototypes,
2068 # Is the header compilable?
2085 # Is the header present?
2101 # So? What about this header?
6896 # Use a header file that comes with gcc, so configuring glibc
6955 # Use a header file that comes with gcc, so configuring glibc
7013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7014 $as_echo_n "checking for ANSI C header file
[all...]

Completed in 172 milliseconds