Symbol: waiting_tcp
sbin/unwind/libunbound/services/outside_network.c
1036
reuse_tree_by_id_delete(struct reuse_tcp* reuse, struct waiting_tcp* w)
sbin/unwind/libunbound/services/outside_network.c
1063
struct waiting_tcp* w;
sbin/unwind/libunbound/services/outside_network.c
1171
struct waiting_tcp* w = (struct waiting_tcp*)node->key;
sbin/unwind/libunbound/services/outside_network.c
1230
struct waiting_tcp* w = (struct waiting_tcp*)node->key;
sbin/unwind/libunbound/services/outside_network.c
1240
struct waiting_tcp* w = (struct waiting_tcp*)node->key;
sbin/unwind/libunbound/services/outside_network.c
1300
struct waiting_tcp* w = NULL;
sbin/unwind/libunbound/services/outside_network.c
182
struct waiting_tcp* w1 = (struct waiting_tcp*)key1;
sbin/unwind/libunbound/services/outside_network.c
183
struct waiting_tcp* w2 = (struct waiting_tcp*)key2;
sbin/unwind/libunbound/services/outside_network.c
1933
struct waiting_tcp* p = outnet->tcp_wait_first, *np;
sbin/unwind/libunbound/services/outside_network.c
195
waiting_tcp_delete(struct waiting_tcp* w)
sbin/unwind/libunbound/services/outside_network.c
213
pick_outgoing_tcp(struct pending_tcp* pend, struct waiting_tcp* w, int s)
sbin/unwind/libunbound/services/outside_network.c
2326
struct waiting_tcp* w = (struct waiting_tcp*)arg;
sbin/unwind/libunbound/services/outside_network.c
2433
struct waiting_tcp*
sbin/unwind/libunbound/services/outside_network.c
2439
struct waiting_tcp* w;
sbin/unwind/libunbound/services/outside_network.c
2470
w = (struct waiting_tcp*)malloc(sizeof(struct waiting_tcp)
sbin/unwind/libunbound/services/outside_network.c
2479
w->pkt = (uint8_t*)w + sizeof(struct waiting_tcp);
sbin/unwind/libunbound/services/outside_network.c
2709
reuse_tcp_remove_serviced_keep(struct waiting_tcp* w,
sbin/unwind/libunbound/services/outside_network.c
2768
struct waiting_tcp* w = (struct waiting_tcp*)
sbin/unwind/libunbound/services/outside_network.c
3094
struct waiting_tcp* w = (struct waiting_tcp*)sq->pending;
sbin/unwind/libunbound/services/outside_network.c
385
struct waiting_tcp*
sbin/unwind/libunbound/services/outside_network.c
3855
waiting_tcp_get_mem(struct waiting_tcp* w)
sbin/unwind/libunbound/services/outside_network.c
388
struct waiting_tcp* w = reuse->write_wait_first;
sbin/unwind/libunbound/services/outside_network.c
3895
struct waiting_tcp* w;
sbin/unwind/libunbound/services/outside_network.c
405
reuse_write_wait_remove(struct reuse_tcp* reuse, struct waiting_tcp* w)
sbin/unwind/libunbound/services/outside_network.c
430
reuse_write_wait_push_back(struct reuse_tcp* reuse, struct waiting_tcp* w)
sbin/unwind/libunbound/services/outside_network.c
450
reuse_tree_by_id_insert(struct reuse_tcp* reuse, struct waiting_tcp* w)
sbin/unwind/libunbound/services/outside_network.c
467
struct waiting_tcp*
sbin/unwind/libunbound/services/outside_network.c
470
struct waiting_tcp key_w;
sbin/unwind/libunbound/services/outside_network.c
477
return (struct waiting_tcp*)n->key;
sbin/unwind/libunbound/services/outside_network.c
484
struct waiting_tcp* w = (struct waiting_tcp*)node->key;
sbin/unwind/libunbound/services/outside_network.c
536
struct waiting_tcp key_w;
sbin/unwind/libunbound/services/outside_network.c
619
struct waiting_tcp* w)
sbin/unwind/libunbound/services/outside_network.c
646
outnet_tcp_take_into_use(struct waiting_tcp* w)
sbin/unwind/libunbound/services/outside_network.c
857
outnet_waiting_tcp_list_remove(struct outside_network* outnet, struct waiting_tcp* w)
sbin/unwind/libunbound/services/outside_network.c
859
struct waiting_tcp* p = outnet->tcp_wait_first, *prev = NULL;
sbin/unwind/libunbound/services/outside_network.c
881
struct waiting_tcp*
sbin/unwind/libunbound/services/outside_network.c
884
struct waiting_tcp* w = outnet->tcp_wait_first;
sbin/unwind/libunbound/services/outside_network.c
898
struct waiting_tcp* w, int set_timer)
sbin/unwind/libunbound/services/outside_network.c
922
struct waiting_tcp* w, int reset_timer)
sbin/unwind/libunbound/services/outside_network.c
948
waiting_tcp_callback(struct waiting_tcp* w, struct comm_point* c, int error,
sbin/unwind/libunbound/services/outside_network.c
961
struct waiting_tcp* w;
sbin/unwind/libunbound/services/outside_network.h
190
struct waiting_tcp* tcp_wait_first;
sbin/unwind/libunbound/services/outside_network.h
192
struct waiting_tcp* tcp_wait_last;
sbin/unwind/libunbound/services/outside_network.h
304
struct waiting_tcp* write_wait_first, *write_wait_last;
sbin/unwind/libunbound/services/outside_network.h
358
struct waiting_tcp* query;
sbin/unwind/libunbound/services/outside_network.h
374
struct waiting_tcp* next_waiting;
sbin/unwind/libunbound/services/outside_network.h
380
struct waiting_tcp* write_wait_prev, *write_wait_next;
sbin/unwind/libunbound/services/outside_network.h
55
struct waiting_tcp;
sbin/unwind/libunbound/services/outside_network.h
613
struct waiting_tcp* pending_tcp_query(struct serviced_query* sq,
sbin/unwind/libunbound/services/outside_network.h
698
struct waiting_tcp* reuse_tcp_by_id_find(struct reuse_tcp* reuse, uint16_t id);
sbin/unwind/libunbound/services/outside_network.h
701
void reuse_tree_by_id_insert(struct reuse_tcp* reuse, struct waiting_tcp* w);
sbin/unwind/libunbound/services/outside_network.h
723
struct waiting_tcp* w);
sbin/unwind/libunbound/services/outside_network.h
726
struct waiting_tcp* outnet_waiting_tcp_list_pop(struct outside_network* outnet);
sbin/unwind/libunbound/services/outside_network.h
730
struct waiting_tcp* w, int set_timer);
sbin/unwind/libunbound/services/outside_network.h
734
struct waiting_tcp* w, int reset_timer);
sbin/unwind/libunbound/services/outside_network.h
737
struct waiting_tcp* reuse_write_wait_pop(struct reuse_tcp* reuse);
sbin/unwind/libunbound/services/outside_network.h
740
void reuse_write_wait_remove(struct reuse_tcp* reuse, struct waiting_tcp* w);
sbin/unwind/libunbound/services/outside_network.h
743
void reuse_write_wait_push_back(struct reuse_tcp* reuse, struct waiting_tcp* w);
usr.sbin/unbound/services/outside_network.c
1036
reuse_tree_by_id_delete(struct reuse_tcp* reuse, struct waiting_tcp* w)
usr.sbin/unbound/services/outside_network.c
1063
struct waiting_tcp* w;
usr.sbin/unbound/services/outside_network.c
1171
struct waiting_tcp* w = (struct waiting_tcp*)node->key;
usr.sbin/unbound/services/outside_network.c
1230
struct waiting_tcp* w = (struct waiting_tcp*)node->key;
usr.sbin/unbound/services/outside_network.c
1240
struct waiting_tcp* w = (struct waiting_tcp*)node->key;
usr.sbin/unbound/services/outside_network.c
1300
struct waiting_tcp* w = NULL;
usr.sbin/unbound/services/outside_network.c
182
struct waiting_tcp* w1 = (struct waiting_tcp*)key1;
usr.sbin/unbound/services/outside_network.c
183
struct waiting_tcp* w2 = (struct waiting_tcp*)key2;
usr.sbin/unbound/services/outside_network.c
1933
struct waiting_tcp* p = outnet->tcp_wait_first, *np;
usr.sbin/unbound/services/outside_network.c
195
waiting_tcp_delete(struct waiting_tcp* w)
usr.sbin/unbound/services/outside_network.c
213
pick_outgoing_tcp(struct pending_tcp* pend, struct waiting_tcp* w, int s)
usr.sbin/unbound/services/outside_network.c
2326
struct waiting_tcp* w = (struct waiting_tcp*)arg;
usr.sbin/unbound/services/outside_network.c
2433
struct waiting_tcp*
usr.sbin/unbound/services/outside_network.c
2439
struct waiting_tcp* w;
usr.sbin/unbound/services/outside_network.c
2470
w = (struct waiting_tcp*)malloc(sizeof(struct waiting_tcp)
usr.sbin/unbound/services/outside_network.c
2479
w->pkt = (uint8_t*)w + sizeof(struct waiting_tcp);
usr.sbin/unbound/services/outside_network.c
2709
reuse_tcp_remove_serviced_keep(struct waiting_tcp* w,
usr.sbin/unbound/services/outside_network.c
2768
struct waiting_tcp* w = (struct waiting_tcp*)
usr.sbin/unbound/services/outside_network.c
3094
struct waiting_tcp* w = (struct waiting_tcp*)sq->pending;
usr.sbin/unbound/services/outside_network.c
385
struct waiting_tcp*
usr.sbin/unbound/services/outside_network.c
3855
waiting_tcp_get_mem(struct waiting_tcp* w)
usr.sbin/unbound/services/outside_network.c
388
struct waiting_tcp* w = reuse->write_wait_first;
usr.sbin/unbound/services/outside_network.c
3895
struct waiting_tcp* w;
usr.sbin/unbound/services/outside_network.c
405
reuse_write_wait_remove(struct reuse_tcp* reuse, struct waiting_tcp* w)
usr.sbin/unbound/services/outside_network.c
430
reuse_write_wait_push_back(struct reuse_tcp* reuse, struct waiting_tcp* w)
usr.sbin/unbound/services/outside_network.c
450
reuse_tree_by_id_insert(struct reuse_tcp* reuse, struct waiting_tcp* w)
usr.sbin/unbound/services/outside_network.c
467
struct waiting_tcp*
usr.sbin/unbound/services/outside_network.c
470
struct waiting_tcp key_w;
usr.sbin/unbound/services/outside_network.c
477
return (struct waiting_tcp*)n->key;
usr.sbin/unbound/services/outside_network.c
484
struct waiting_tcp* w = (struct waiting_tcp*)node->key;
usr.sbin/unbound/services/outside_network.c
536
struct waiting_tcp key_w;
usr.sbin/unbound/services/outside_network.c
619
struct waiting_tcp* w)
usr.sbin/unbound/services/outside_network.c
646
outnet_tcp_take_into_use(struct waiting_tcp* w)
usr.sbin/unbound/services/outside_network.c
857
outnet_waiting_tcp_list_remove(struct outside_network* outnet, struct waiting_tcp* w)
usr.sbin/unbound/services/outside_network.c
859
struct waiting_tcp* p = outnet->tcp_wait_first, *prev = NULL;
usr.sbin/unbound/services/outside_network.c
881
struct waiting_tcp*
usr.sbin/unbound/services/outside_network.c
884
struct waiting_tcp* w = outnet->tcp_wait_first;
usr.sbin/unbound/services/outside_network.c
898
struct waiting_tcp* w, int set_timer)
usr.sbin/unbound/services/outside_network.c
922
struct waiting_tcp* w, int reset_timer)
usr.sbin/unbound/services/outside_network.c
948
waiting_tcp_callback(struct waiting_tcp* w, struct comm_point* c, int error,
usr.sbin/unbound/services/outside_network.c
961
struct waiting_tcp* w;
usr.sbin/unbound/services/outside_network.h
190
struct waiting_tcp* tcp_wait_first;
usr.sbin/unbound/services/outside_network.h
192
struct waiting_tcp* tcp_wait_last;
usr.sbin/unbound/services/outside_network.h
304
struct waiting_tcp* write_wait_first, *write_wait_last;
usr.sbin/unbound/services/outside_network.h
358
struct waiting_tcp* query;
usr.sbin/unbound/services/outside_network.h
374
struct waiting_tcp* next_waiting;
usr.sbin/unbound/services/outside_network.h
380
struct waiting_tcp* write_wait_prev, *write_wait_next;
usr.sbin/unbound/services/outside_network.h
55
struct waiting_tcp;
usr.sbin/unbound/services/outside_network.h
613
struct waiting_tcp* pending_tcp_query(struct serviced_query* sq,
usr.sbin/unbound/services/outside_network.h
698
struct waiting_tcp* reuse_tcp_by_id_find(struct reuse_tcp* reuse, uint16_t id);
usr.sbin/unbound/services/outside_network.h
701
void reuse_tree_by_id_insert(struct reuse_tcp* reuse, struct waiting_tcp* w);
usr.sbin/unbound/services/outside_network.h
723
struct waiting_tcp* w);
usr.sbin/unbound/services/outside_network.h
726
struct waiting_tcp* outnet_waiting_tcp_list_pop(struct outside_network* outnet);
usr.sbin/unbound/services/outside_network.h
730
struct waiting_tcp* w, int set_timer);
usr.sbin/unbound/services/outside_network.h
734
struct waiting_tcp* w, int reset_timer);
usr.sbin/unbound/services/outside_network.h
737
struct waiting_tcp* reuse_write_wait_pop(struct reuse_tcp* reuse);
usr.sbin/unbound/services/outside_network.h
740
void reuse_write_wait_remove(struct reuse_tcp* reuse, struct waiting_tcp* w);
usr.sbin/unbound/services/outside_network.h
743
void reuse_write_wait_push_back(struct reuse_tcp* reuse, struct waiting_tcp* w);
usr.sbin/unbound/testcode/fake_event.c
1219
struct waiting_tcp*
usr.sbin/unbound/testcode/fake_event.c
1266
return (struct waiting_tcp*)pend;
usr.sbin/unbound/testcode/unittcpreuse.c
234
struct waiting_tcp* first, struct waiting_tcp* last, size_t total)
usr.sbin/unbound/testcode/unittcpreuse.c
237
struct waiting_tcp* w = outnet->tcp_wait_first;
usr.sbin/unbound/testcode/unittcpreuse.c
238
struct waiting_tcp* n = NULL;
usr.sbin/unbound/testcode/unittcpreuse.c
257
struct waiting_tcp* w = outnet->tcp_wait_first, *n = NULL;
usr.sbin/unbound/testcode/unittcpreuse.c
264
w->next_waiting = (struct waiting_tcp*)1; /* In purpose faux value */
usr.sbin/unbound/testcode/unittcpreuse.c
274
struct outside_network* outnet, struct waiting_tcp* store,
usr.sbin/unbound/testcode/unittcpreuse.c
278
struct waiting_tcp* w;
usr.sbin/unbound/testcode/unittcpreuse.c
318
struct waiting_tcp* w, *t = NULL;
usr.sbin/unbound/testcode/unittcpreuse.c
319
struct waiting_tcp store[MAX_TCP_WAITING_NODES];
usr.sbin/unbound/testcode/unittcpreuse.c
360
struct waiting_tcp* first, struct waiting_tcp* last, size_t total)
usr.sbin/unbound/testcode/unittcpreuse.c
363
struct waiting_tcp* w = reuse->write_wait_first;
usr.sbin/unbound/testcode/unittcpreuse.c
364
struct waiting_tcp* n = NULL;
usr.sbin/unbound/testcode/unittcpreuse.c
397
struct waiting_tcp* w = reuse->write_wait_first, *n = NULL;
usr.sbin/unbound/testcode/unittcpreuse.c
404
w->write_wait_next = (struct waiting_tcp*)1; /* In purpose faux value */
usr.sbin/unbound/testcode/unittcpreuse.c
405
w->write_wait_prev = (struct waiting_tcp*)1; /* In purpose faux value */
usr.sbin/unbound/testcode/unittcpreuse.c
415
struct reuse_tcp* reuse, struct waiting_tcp* store,
usr.sbin/unbound/testcode/unittcpreuse.c
419
struct waiting_tcp* w;
usr.sbin/unbound/testcode/unittcpreuse.c
454
struct waiting_tcp store[MAX_TCP_WAITING_NODES];
usr.sbin/unbound/testcode/unittcpreuse.c
455
struct waiting_tcp* w;
usr.sbin/unbound/testcode/unittcpreuse.c
54
struct waiting_tcp* w;