Symbol: pending_tcp
sbin/unwind/libunbound/services/outside_network.c
1055
struct pending_tcp* pend)
sbin/unwind/libunbound/services/outside_network.c
1188
struct pending_tcp* pend)
sbin/unwind/libunbound/services/outside_network.c
1258
struct pending_tcp* pend, int error)
sbin/unwind/libunbound/services/outside_network.c
1276
reuse_tcp_setup_timeout(struct pending_tcp* pend_tcp, int tcp_reuse_timeout)
sbin/unwind/libunbound/services/outside_network.c
1284
reuse_tcp_setup_read_and_timeout(struct pending_tcp* pend_tcp, int tcp_reuse_timeout)
sbin/unwind/libunbound/services/outside_network.c
1298
struct pending_tcp* pend = (struct pending_tcp*)arg;
sbin/unwind/libunbound/services/outside_network.c
1631
if(!(outnet->tcp_conns = (struct pending_tcp **)calloc(
sbin/unwind/libunbound/services/outside_network.c
1632
outnet->num_tcp, sizeof(struct pending_tcp*))))
sbin/unwind/libunbound/services/outside_network.c
1635
if(!(outnet->tcp_conns[i] = (struct pending_tcp*)calloc(1,
sbin/unwind/libunbound/services/outside_network.c
1636
sizeof(struct pending_tcp))))
sbin/unwind/libunbound/services/outside_network.c
1918
struct pending_tcp* pend;
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
2336
struct pending_tcp* pend=(struct pending_tcp*)w->next_waiting;
sbin/unwind/libunbound/services/outside_network.c
2437
struct pending_tcp* pend = sq->outnet->tcp_free;
sbin/unwind/libunbound/services/outside_network.c
2712
struct pending_tcp* pend_tcp = (struct pending_tcp*)w->next_waiting;
sbin/unwind/libunbound/services/outside_network.c
2775
struct pending_tcp* pend =
sbin/unwind/libunbound/services/outside_network.c
2776
(struct pending_tcp*)w->next_waiting;
sbin/unwind/libunbound/services/outside_network.c
2784
struct pending_tcp* pend =
sbin/unwind/libunbound/services/outside_network.c
2785
(struct pending_tcp*)w->next_waiting;
sbin/unwind/libunbound/services/outside_network.c
3095
struct pending_tcp* pend_tcp = NULL;
sbin/unwind/libunbound/services/outside_network.c
3098
pend_tcp = (struct pending_tcp*)w->next_waiting;
sbin/unwind/libunbound/services/outside_network.c
3914
s += sizeof(struct pending_tcp*)*outnet->num_tcp;
sbin/unwind/libunbound/services/outside_network.c
3916
s += sizeof(struct pending_tcp);
sbin/unwind/libunbound/services/outside_network.c
490
reuse_tcp_insert(struct outside_network* outnet, struct pending_tcp* pend_tcp)
sbin/unwind/libunbound/services/outside_network.c
537
struct pending_tcp key_p;
sbin/unwind/libunbound/services/outside_network.c
618
outnet_tcp_take_query_setup(int s, struct pending_tcp* pend,
sbin/unwind/libunbound/services/outside_network.c
648
struct pending_tcp* pend = w->outnet->tcp_free;
sbin/unwind/libunbound/services/outside_network.c
964
struct pending_tcp* pend_tcp = NULL;
sbin/unwind/libunbound/services/outside_network.c
999
struct pending_tcp* pend = w->outnet->tcp_free;
sbin/unwind/libunbound/services/outside_network.h
161
struct pending_tcp **tcp_conns;
sbin/unwind/libunbound/services/outside_network.h
188
struct pending_tcp* tcp_free;
sbin/unwind/libunbound/services/outside_network.h
279
struct pending_tcp* pending;
sbin/unwind/libunbound/services/outside_network.h
352
struct pending_tcp* next_free;
sbin/unwind/libunbound/services/outside_network.h
54
struct pending_tcp;
sbin/unwind/libunbound/services/outside_network.h
705
struct pending_tcp* pend_tcp);
usr.sbin/unbound/services/outside_network.c
1055
struct pending_tcp* pend)
usr.sbin/unbound/services/outside_network.c
1188
struct pending_tcp* pend)
usr.sbin/unbound/services/outside_network.c
1258
struct pending_tcp* pend, int error)
usr.sbin/unbound/services/outside_network.c
1276
reuse_tcp_setup_timeout(struct pending_tcp* pend_tcp, int tcp_reuse_timeout)
usr.sbin/unbound/services/outside_network.c
1284
reuse_tcp_setup_read_and_timeout(struct pending_tcp* pend_tcp, int tcp_reuse_timeout)
usr.sbin/unbound/services/outside_network.c
1298
struct pending_tcp* pend = (struct pending_tcp*)arg;
usr.sbin/unbound/services/outside_network.c
1631
if(!(outnet->tcp_conns = (struct pending_tcp **)calloc(
usr.sbin/unbound/services/outside_network.c
1632
outnet->num_tcp, sizeof(struct pending_tcp*))))
usr.sbin/unbound/services/outside_network.c
1635
if(!(outnet->tcp_conns[i] = (struct pending_tcp*)calloc(1,
usr.sbin/unbound/services/outside_network.c
1636
sizeof(struct pending_tcp))))
usr.sbin/unbound/services/outside_network.c
1918
struct pending_tcp* pend;
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
2336
struct pending_tcp* pend=(struct pending_tcp*)w->next_waiting;
usr.sbin/unbound/services/outside_network.c
2437
struct pending_tcp* pend = sq->outnet->tcp_free;
usr.sbin/unbound/services/outside_network.c
2712
struct pending_tcp* pend_tcp = (struct pending_tcp*)w->next_waiting;
usr.sbin/unbound/services/outside_network.c
2775
struct pending_tcp* pend =
usr.sbin/unbound/services/outside_network.c
2776
(struct pending_tcp*)w->next_waiting;
usr.sbin/unbound/services/outside_network.c
2784
struct pending_tcp* pend =
usr.sbin/unbound/services/outside_network.c
2785
(struct pending_tcp*)w->next_waiting;
usr.sbin/unbound/services/outside_network.c
3095
struct pending_tcp* pend_tcp = NULL;
usr.sbin/unbound/services/outside_network.c
3098
pend_tcp = (struct pending_tcp*)w->next_waiting;
usr.sbin/unbound/services/outside_network.c
3914
s += sizeof(struct pending_tcp*)*outnet->num_tcp;
usr.sbin/unbound/services/outside_network.c
3916
s += sizeof(struct pending_tcp);
usr.sbin/unbound/services/outside_network.c
490
reuse_tcp_insert(struct outside_network* outnet, struct pending_tcp* pend_tcp)
usr.sbin/unbound/services/outside_network.c
537
struct pending_tcp key_p;
usr.sbin/unbound/services/outside_network.c
618
outnet_tcp_take_query_setup(int s, struct pending_tcp* pend,
usr.sbin/unbound/services/outside_network.c
648
struct pending_tcp* pend = w->outnet->tcp_free;
usr.sbin/unbound/services/outside_network.c
964
struct pending_tcp* pend_tcp = NULL;
usr.sbin/unbound/services/outside_network.c
999
struct pending_tcp* pend = w->outnet->tcp_free;
usr.sbin/unbound/services/outside_network.h
161
struct pending_tcp **tcp_conns;
usr.sbin/unbound/services/outside_network.h
188
struct pending_tcp* tcp_free;
usr.sbin/unbound/services/outside_network.h
279
struct pending_tcp* pending;
usr.sbin/unbound/services/outside_network.h
352
struct pending_tcp* next_free;
usr.sbin/unbound/services/outside_network.h
54
struct pending_tcp;
usr.sbin/unbound/services/outside_network.h
705
struct pending_tcp* pend_tcp);
usr.sbin/unbound/testcode/unittcpreuse.c
129
if(!(outnet->tcp_conns = (struct pending_tcp **)calloc(
usr.sbin/unbound/testcode/unittcpreuse.c
130
outnet->num_tcp, sizeof(struct pending_tcp*))))
usr.sbin/unbound/testcode/unittcpreuse.c
133
if(!(outnet->tcp_conns[i] = (struct pending_tcp*)calloc(1,
usr.sbin/unbound/testcode/unittcpreuse.c
134
sizeof(struct pending_tcp))))
usr.sbin/unbound/testcode/unittcpreuse.c
82
struct pending_tcp pend;