OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xhdr_version
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
journal.c
309
xhdr_version_t
xhdr_version
; /*%< Expected transaction header version */
member in struct:dns_journal
476
switch (j->
xhdr_version
) {
617
.
xhdr_version
= XHDR_VERSION2 };
663
* case we can lower
xhdr_version
to 1 if we find a
854
if (j->
xhdr_version
== XHDR_VERSION1 && xhdr->serial1 == serial)
860
j->
xhdr_version
= XHDR_VERSION2;
864
} else if (j->
xhdr_version
== XHDR_VERSION2 &&
871
j->
xhdr_version
= XHDR_VERSION1;
881
if (j->
xhdr_version
== XHDR_VERSION1) {
891
j->
xhdr_version
= XHDR_VERSION2
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
journal.c
327
xhdr_version_t
xhdr_version
; /*%< Expected transaction header version */
member in struct:dns_journal
494
switch (j->
xhdr_version
) {
636
.
xhdr_version
= XHDR_VERSION2 };
682
* case we can lower
xhdr_version
to 1 if we find a
872
if (j->
xhdr_version
== XHDR_VERSION1 && xhdr->serial1 == serial)
878
j->
xhdr_version
= XHDR_VERSION2;
882
} else if (j->
xhdr_version
== XHDR_VERSION2 &&
889
j->
xhdr_version
= XHDR_VERSION1;
899
if (j->
xhdr_version
== XHDR_VERSION1) {
909
j->
xhdr_version
= XHDR_VERSION2
[
all
...]
Completed in 14 milliseconds
Indexes created Tue Mar 17 00:23:13 UTC 2026