Symbol: pending_tcp
sbin/unwind/libunbound/services/outside_network.c
1008
struct pending_tcp* pend_tcp = NULL;
sbin/unwind/libunbound/services/outside_network.c
1043
struct pending_tcp* pend = w->outnet->tcp_free;
sbin/unwind/libunbound/services/outside_network.c
1099
struct pending_tcp* pend)
sbin/unwind/libunbound/services/outside_network.c
1232
struct pending_tcp* pend)
sbin/unwind/libunbound/services/outside_network.c
1306
struct pending_tcp* pend, int error)
sbin/unwind/libunbound/services/outside_network.c
1324
reuse_tcp_setup_timeout(struct pending_tcp* pend_tcp, int tcp_reuse_timeout)
sbin/unwind/libunbound/services/outside_network.c
1332
reuse_tcp_setup_read_and_timeout(struct pending_tcp* pend_tcp, int tcp_reuse_timeout)
sbin/unwind/libunbound/services/outside_network.c
1346
struct pending_tcp* pend = (struct pending_tcp*)arg;
sbin/unwind/libunbound/services/outside_network.c
1679
if(!(outnet->tcp_conns = (struct pending_tcp **)calloc(
sbin/unwind/libunbound/services/outside_network.c
1680
outnet->num_tcp, sizeof(struct pending_tcp*))))
sbin/unwind/libunbound/services/outside_network.c
1683
if(!(outnet->tcp_conns[i] = (struct pending_tcp*)calloc(1,
sbin/unwind/libunbound/services/outside_network.c
1684
sizeof(struct pending_tcp))))
sbin/unwind/libunbound/services/outside_network.c
1961
struct pending_tcp* pend;
sbin/unwind/libunbound/services/outside_network.c
227
pick_outgoing_tcp(struct pending_tcp* pend, struct waiting_tcp* w, int s)
sbin/unwind/libunbound/services/outside_network.c
2389
struct pending_tcp* pend=(struct pending_tcp*)w->next_waiting;
sbin/unwind/libunbound/services/outside_network.c
2490
struct pending_tcp* pend = sq->outnet->tcp_free;
sbin/unwind/libunbound/services/outside_network.c
2774
struct pending_tcp* pend_tcp = (struct pending_tcp*)w->next_waiting;
sbin/unwind/libunbound/services/outside_network.c
2837
struct pending_tcp* pend =
sbin/unwind/libunbound/services/outside_network.c
2838
(struct pending_tcp*)w->next_waiting;
sbin/unwind/libunbound/services/outside_network.c
2846
struct pending_tcp* pend =
sbin/unwind/libunbound/services/outside_network.c
2847
(struct pending_tcp*)w->next_waiting;
sbin/unwind/libunbound/services/outside_network.c
3157
struct pending_tcp* pend_tcp = NULL;
sbin/unwind/libunbound/services/outside_network.c
3160
pend_tcp = (struct pending_tcp*)w->next_waiting;
sbin/unwind/libunbound/services/outside_network.c
3985
s += sizeof(struct pending_tcp*)*outnet->num_tcp;
sbin/unwind/libunbound/services/outside_network.c
3987
s += sizeof(struct pending_tcp);
sbin/unwind/libunbound/services/outside_network.c
504
reuse_tcp_insert(struct outside_network* outnet, struct pending_tcp* pend_tcp)
sbin/unwind/libunbound/services/outside_network.c
551
struct pending_tcp key_p;
sbin/unwind/libunbound/services/outside_network.c
634
outnet_tcp_take_query_setup(int s, struct pending_tcp* pend,
sbin/unwind/libunbound/services/outside_network.c
664
struct pending_tcp* pend = w->outnet->tcp_free;
sbin/unwind/libunbound/services/outside_network.h
170
struct pending_tcp **tcp_conns;
sbin/unwind/libunbound/services/outside_network.h
197
struct pending_tcp* tcp_free;
sbin/unwind/libunbound/services/outside_network.h
324
struct pending_tcp* pending;
sbin/unwind/libunbound/services/outside_network.h
397
struct pending_tcp* next_free;
sbin/unwind/libunbound/services/outside_network.h
58
struct pending_tcp;
sbin/unwind/libunbound/services/outside_network.h
749
struct pending_tcp* pend_tcp);
usr.sbin/unbound/services/outside_network.c
1008
struct pending_tcp* pend_tcp = NULL;
usr.sbin/unbound/services/outside_network.c
1043
struct pending_tcp* pend = w->outnet->tcp_free;
usr.sbin/unbound/services/outside_network.c
1099
struct pending_tcp* pend)
usr.sbin/unbound/services/outside_network.c
1232
struct pending_tcp* pend)
usr.sbin/unbound/services/outside_network.c
1306
struct pending_tcp* pend, int error)
usr.sbin/unbound/services/outside_network.c
1324
reuse_tcp_setup_timeout(struct pending_tcp* pend_tcp, int tcp_reuse_timeout)
usr.sbin/unbound/services/outside_network.c
1332
reuse_tcp_setup_read_and_timeout(struct pending_tcp* pend_tcp, int tcp_reuse_timeout)
usr.sbin/unbound/services/outside_network.c
1346
struct pending_tcp* pend = (struct pending_tcp*)arg;
usr.sbin/unbound/services/outside_network.c
1679
if(!(outnet->tcp_conns = (struct pending_tcp **)calloc(
usr.sbin/unbound/services/outside_network.c
1680
outnet->num_tcp, sizeof(struct pending_tcp*))))
usr.sbin/unbound/services/outside_network.c
1683
if(!(outnet->tcp_conns[i] = (struct pending_tcp*)calloc(1,
usr.sbin/unbound/services/outside_network.c
1684
sizeof(struct pending_tcp))))
usr.sbin/unbound/services/outside_network.c
1961
struct pending_tcp* pend;
usr.sbin/unbound/services/outside_network.c
227
pick_outgoing_tcp(struct pending_tcp* pend, struct waiting_tcp* w, int s)
usr.sbin/unbound/services/outside_network.c
2389
struct pending_tcp* pend=(struct pending_tcp*)w->next_waiting;
usr.sbin/unbound/services/outside_network.c
2490
struct pending_tcp* pend = sq->outnet->tcp_free;
usr.sbin/unbound/services/outside_network.c
2774
struct pending_tcp* pend_tcp = (struct pending_tcp*)w->next_waiting;
usr.sbin/unbound/services/outside_network.c
2837
struct pending_tcp* pend =
usr.sbin/unbound/services/outside_network.c
2838
(struct pending_tcp*)w->next_waiting;
usr.sbin/unbound/services/outside_network.c
2846
struct pending_tcp* pend =
usr.sbin/unbound/services/outside_network.c
2847
(struct pending_tcp*)w->next_waiting;
usr.sbin/unbound/services/outside_network.c
3157
struct pending_tcp* pend_tcp = NULL;
usr.sbin/unbound/services/outside_network.c
3160
pend_tcp = (struct pending_tcp*)w->next_waiting;
usr.sbin/unbound/services/outside_network.c
3985
s += sizeof(struct pending_tcp*)*outnet->num_tcp;
usr.sbin/unbound/services/outside_network.c
3987
s += sizeof(struct pending_tcp);
usr.sbin/unbound/services/outside_network.c
504
reuse_tcp_insert(struct outside_network* outnet, struct pending_tcp* pend_tcp)
usr.sbin/unbound/services/outside_network.c
551
struct pending_tcp key_p;
usr.sbin/unbound/services/outside_network.c
634
outnet_tcp_take_query_setup(int s, struct pending_tcp* pend,
usr.sbin/unbound/services/outside_network.c
664
struct pending_tcp* pend = w->outnet->tcp_free;
usr.sbin/unbound/services/outside_network.h
170
struct pending_tcp **tcp_conns;
usr.sbin/unbound/services/outside_network.h
197
struct pending_tcp* tcp_free;
usr.sbin/unbound/services/outside_network.h
324
struct pending_tcp* pending;
usr.sbin/unbound/services/outside_network.h
397
struct pending_tcp* next_free;
usr.sbin/unbound/services/outside_network.h
58
struct pending_tcp;
usr.sbin/unbound/services/outside_network.h
749
struct pending_tcp* pend_tcp);
usr.sbin/unbound/testcode/unittcpreuse.c
130
if(!(outnet->tcp_conns = (struct pending_tcp **)calloc(
usr.sbin/unbound/testcode/unittcpreuse.c
131
outnet->num_tcp, sizeof(struct pending_tcp*))))
usr.sbin/unbound/testcode/unittcpreuse.c
134
if(!(outnet->tcp_conns[i] = (struct pending_tcp*)calloc(1,
usr.sbin/unbound/testcode/unittcpreuse.c
135
sizeof(struct pending_tcp))))
usr.sbin/unbound/testcode/unittcpreuse.c
83
struct pending_tcp pend;