OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xfrd_zone_type
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/nsd/dist/
xfrd.h
39
typedef struct xfrd_zone
xfrd_zone_type
;
typedef in typeref:struct:xfrd_zone
114
/* tree of zones, by apex name, contains
xfrd_zone_type
*. Only secondary zones. */
203
xfrd_zone_type
* tcp_waiting_next;
204
xfrd_zone_type
* tcp_waiting_prev;
208
xfrd_zone_type
* tcp_send_next;
209
xfrd_zone_type
* tcp_send_prev;
213
xfrd_zone_type
* udp_waiting_next;
214
xfrd_zone_type
* udp_waiting_prev;
218
xfrd_zone_type
* activated_next;
219
xfrd_zone_type
* activated_prev
[
all
...]
xfrd.c
76
static int xfrd_handle_incoming_notify(
xfrd_zone_type
* zone,
82
static void xfrd_set_zone_state(
xfrd_zone_type
* zone,
85
static void xfrd_set_timer_retry(
xfrd_zone_type
* zone);
87
static void xfrd_set_timer_refresh(
xfrd_zone_type
* zone);
97
static int xfrd_send_ixfr_request_udp(
xfrd_zone_type
* zone);
99
static void xfrd_udp_obtain(
xfrd_zone_type
* zone);
102
static void xfrd_udp_read(
xfrd_zone_type
* zone);
105
static int find_same_master_notify(
xfrd_zone_type
* zone, int acl_num_nfy);
110
static void xfrd_free_zone_xfr(
xfrd_zone_type
* zone, xfrd_xfr_type* xfr);
269
xfrd_zone_type
* zone
[
all
...]
xfrd-tcp.c
629
pipeline_find(struct xfrd_tcp_set* set,
xfrd_zone_type
* zone)
661
tcp_zone_waiting_list_popfirst(struct xfrd_tcp_set* set,
xfrd_zone_type
* zone)
674
tcp_pipe_sendlist_remove(struct xfrd_tcp_pipeline* tp,
xfrd_zone_type
* zone)
689
tcp_pipe_sendlist_popfirst(struct xfrd_tcp_pipeline* tp,
xfrd_zone_type
* zone)
700
tcp_pipe_id_remove(struct xfrd_tcp_pipeline* tp,
xfrd_zone_type
* zone,
724
xfrd_zone_type
* zone = zid->zone;
796
xfrd_zone_type
* zone)
829
xfrd_tcp_obtain(struct xfrd_tcp_set* set,
xfrd_zone_type
* zone)
908
xfrd_zone_type
* zone)
1098
xfrd_tcp_setup_write_packet(struct xfrd_tcp_pipeline* tp,
xfrd_zone_type
* zone
[
all
...]
xfrd-disk.c
191
xfrd_zone_type
* zone;
240
zone = (
xfrd_zone_type
*)rbtree_search(xfrd->zones, dname);
493
xfrd_zone_type
* zone = (
xfrd_zone_type
*)p;
xfrd-notify.c
530
xfrd_zone_type
* xz;
534
xz = (
xfrd_zone_type
*)rbtree_search(xfrd->zones, zone->apex);
remote.c
956
xfrd_zone_type
* zone;
960
zone = (
xfrd_zone_type
*)rbtree_search(xfrd->zones, (const
969
RBTREE_FOR(zone,
xfrd_zone_type
*, xfrd->zones) {
978
force_transfer_zone(
xfrd_zone_type
* zone)
997
xfrd_zone_type
* zone;
1001
zone = (
xfrd_zone_type
*)rbtree_search(xfrd->zones, (const
1010
RBTREE_FOR(zone,
xfrd_zone_type
*, xfrd->zones) {
1035
xfrd_zone_type
* xz = (
xfrd_zone_type
*)rbtree_search(xfrd->zones,
1764
zone_transfer_config_changed(
xfrd_zone_type
* xz, struct pattern_options* oldp, struct pattern_options* newp
[
all
...]
xfrd-catalog-zones.c
259
xfrd_zone_type
* zone = (
xfrd_zone_type
*)rbtree_search(
Completed in 34 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026