OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxxfrout
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
zone.c
369
uint32_t
maxxfrout
;
member in struct:dns_zone
1187
.
maxxfrout
= MAX_XFER_TIME,
16287
dns_zone_setmaxxfrout(dns_zone_t *zone, uint32_t
maxxfrout
) {
16289
zone->
maxxfrout
=
maxxfrout
;
16296
return zone->
maxxfrout
;
/src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c
378
uint32_t
maxxfrout
;
member in struct:dns_zone
1131
.
maxxfrout
= MAX_XFER_TIME,
16126
dns_zone_setmaxxfrout(dns_zone_t *zone, uint32_t
maxxfrout
) {
16128
zone->
maxxfrout
=
maxxfrout
;
16135
return (zone->
maxxfrout
);
Completed in 29 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026