Symbol: shared_ports
sbin/unwind/libunbound/libunbound/libworker.c
108
shared_ports_delete(w->shared_ports);
sbin/unwind/libunbound/libunbound/libworker.c
223
if(!(w->shared_ports = shared_ports_create(cfg->out_ifs,
sbin/unwind/libunbound/libunbound/libworker.c
241
cfg->tcp_auth_query_timeout, w->shared_ports);
sbin/unwind/libunbound/libunbound/libworker.h
63
struct shared_ports;
sbin/unwind/libunbound/libunbound/libworker.h
89
struct shared_ports* shared_ports;
sbin/unwind/libunbound/services/outside_network.c
1484
shared_ports_return_port(outnet->shared_ports, pif->shpif, pc->number);
sbin/unwind/libunbound/services/outside_network.c
1699
struct shared_ports* shp)
sbin/unwind/libunbound/services/outside_network.c
1729
int tcp_auth_query_timeout, struct shared_ports* shared_ports)
sbin/unwind/libunbound/services/outside_network.c
1764
outnet->shared_ports = shared_ports;
sbin/unwind/libunbound/services/outside_network.c
1836
num_ports, outnet->shared_ports)) {
sbin/unwind/libunbound/services/outside_network.c
1842
num_ports, outnet->shared_ports)) {
sbin/unwind/libunbound/services/outside_network.c
1853
num_ports, outnet->shared_ports)){
sbin/unwind/libunbound/services/outside_network.c
1862
num_ports, outnet->shared_ports)){
sbin/unwind/libunbound/services/outside_network.c
2179
if(!shared_ports_fetch_random(outnet->shared_ports,
sbin/unwind/libunbound/services/outside_network.c
2205
shared_ports_return_port(outnet->shared_ports,
sbin/unwind/libunbound/services/outside_network.c
2226
outnet->shared_ports,
sbin/unwind/libunbound/services/outside_network.c
2251
shared_ports_return_port(outnet->shared_ports, pif->shpif,
sbin/unwind/libunbound/services/outside_network.c
3682
if(!shared_ports_fetch_random(outnet->shared_ports,
sbin/unwind/libunbound/services/outside_network.c
3712
shared_ports_return_port(outnet->shared_ports,
sbin/unwind/libunbound/services/outside_network.c
4056
static int shared_ports_alloc_ifs(struct shared_ports* shp, char** ifs,
sbin/unwind/libunbound/services/outside_network.c
4106
struct shared_ports* shared_ports_create(char** ifs, int num_ifs, int do_ip4,
sbin/unwind/libunbound/services/outside_network.c
4109
struct shared_ports* shp = calloc(1, sizeof(*shp));
sbin/unwind/libunbound/services/outside_network.c
4142
void shared_ports_delete(struct shared_ports* shp)
sbin/unwind/libunbound/services/outside_network.c
4163
struct shared_ports_if* shared_ports_find_if(struct shared_ports* shp,
sbin/unwind/libunbound/services/outside_network.c
4194
int shared_ports_fetch_random(struct shared_ports* shp,
sbin/unwind/libunbound/services/outside_network.c
4253
void shared_ports_return_port(struct shared_ports* shp,
sbin/unwind/libunbound/services/outside_network.h
126
struct shared_ports* shared_ports;
sbin/unwind/libunbound/services/outside_network.h
617
int tcp_auth_query_timeout, struct shared_ports* shared_ports);
sbin/unwind/libunbound/services/outside_network.h
73
struct shared_ports;
sbin/unwind/libunbound/services/outside_network.h
870
struct shared_ports* shared_ports_create(char** ifs, int num_ifs, int do_ip4,
sbin/unwind/libunbound/services/outside_network.h
877
void shared_ports_delete(struct shared_ports* shp);
sbin/unwind/libunbound/services/outside_network.h
880
struct shared_ports_if* shared_ports_find_if(struct shared_ports* shp,
sbin/unwind/libunbound/services/outside_network.h
894
int shared_ports_fetch_random(struct shared_ports* shp,
sbin/unwind/libunbound/services/outside_network.h
904
void shared_ports_return_port(struct shared_ports* shp,
usr.sbin/unbound/daemon/daemon.c
1209
shared_ports_delete(daemon->shared_ports);
usr.sbin/unbound/daemon/daemon.c
1210
daemon->shared_ports = NULL;
usr.sbin/unbound/daemon/daemon.c
817
if(!(daemon->shared_ports = shared_ports_create(daemon->cfg->out_ifs,
usr.sbin/unbound/daemon/daemon.h
102
struct shared_ports* shared_ports;
usr.sbin/unbound/daemon/daemon.h
65
struct shared_ports;
usr.sbin/unbound/daemon/worker.c
2358
cfg->tcp_auth_query_timeout, worker->daemon->shared_ports);
usr.sbin/unbound/libunbound/libworker.c
108
shared_ports_delete(w->shared_ports);
usr.sbin/unbound/libunbound/libworker.c
223
if(!(w->shared_ports = shared_ports_create(cfg->out_ifs,
usr.sbin/unbound/libunbound/libworker.c
241
cfg->tcp_auth_query_timeout, w->shared_ports);
usr.sbin/unbound/libunbound/libworker.h
63
struct shared_ports;
usr.sbin/unbound/libunbound/libworker.h
89
struct shared_ports* shared_ports;
usr.sbin/unbound/services/outside_network.c
1484
shared_ports_return_port(outnet->shared_ports, pif->shpif, pc->number);
usr.sbin/unbound/services/outside_network.c
1699
struct shared_ports* shp)
usr.sbin/unbound/services/outside_network.c
1729
int tcp_auth_query_timeout, struct shared_ports* shared_ports)
usr.sbin/unbound/services/outside_network.c
1764
outnet->shared_ports = shared_ports;
usr.sbin/unbound/services/outside_network.c
1836
num_ports, outnet->shared_ports)) {
usr.sbin/unbound/services/outside_network.c
1842
num_ports, outnet->shared_ports)) {
usr.sbin/unbound/services/outside_network.c
1853
num_ports, outnet->shared_ports)){
usr.sbin/unbound/services/outside_network.c
1862
num_ports, outnet->shared_ports)){
usr.sbin/unbound/services/outside_network.c
2179
if(!shared_ports_fetch_random(outnet->shared_ports,
usr.sbin/unbound/services/outside_network.c
2205
shared_ports_return_port(outnet->shared_ports,
usr.sbin/unbound/services/outside_network.c
2226
outnet->shared_ports,
usr.sbin/unbound/services/outside_network.c
2251
shared_ports_return_port(outnet->shared_ports, pif->shpif,
usr.sbin/unbound/services/outside_network.c
3682
if(!shared_ports_fetch_random(outnet->shared_ports,
usr.sbin/unbound/services/outside_network.c
3712
shared_ports_return_port(outnet->shared_ports,
usr.sbin/unbound/services/outside_network.c
4056
static int shared_ports_alloc_ifs(struct shared_ports* shp, char** ifs,
usr.sbin/unbound/services/outside_network.c
4106
struct shared_ports* shared_ports_create(char** ifs, int num_ifs, int do_ip4,
usr.sbin/unbound/services/outside_network.c
4109
struct shared_ports* shp = calloc(1, sizeof(*shp));
usr.sbin/unbound/services/outside_network.c
4142
void shared_ports_delete(struct shared_ports* shp)
usr.sbin/unbound/services/outside_network.c
4163
struct shared_ports_if* shared_ports_find_if(struct shared_ports* shp,
usr.sbin/unbound/services/outside_network.c
4194
int shared_ports_fetch_random(struct shared_ports* shp,
usr.sbin/unbound/services/outside_network.c
4253
void shared_ports_return_port(struct shared_ports* shp,
usr.sbin/unbound/services/outside_network.h
126
struct shared_ports* shared_ports;
usr.sbin/unbound/services/outside_network.h
617
int tcp_auth_query_timeout, struct shared_ports* shared_ports);
usr.sbin/unbound/services/outside_network.h
73
struct shared_ports;
usr.sbin/unbound/services/outside_network.h
870
struct shared_ports* shared_ports_create(char** ifs, int num_ifs, int do_ip4,
usr.sbin/unbound/services/outside_network.h
877
void shared_ports_delete(struct shared_ports* shp);
usr.sbin/unbound/services/outside_network.h
880
struct shared_ports_if* shared_ports_find_if(struct shared_ports* shp,
usr.sbin/unbound/services/outside_network.h
894
int shared_ports_fetch_random(struct shared_ports* shp,
usr.sbin/unbound/services/outside_network.h
904
void shared_ports_return_port(struct shared_ports* shp,
usr.sbin/unbound/testcode/fake_event.c
1138
struct shared_ports* ATTR_UNUSED(shared_ports))
usr.sbin/unbound/testcode/fake_event.c
1984
struct shared_ports* shared_ports_create(char** ATTR_UNUSED(ifs),
usr.sbin/unbound/testcode/fake_event.c
1989
return calloc(1, sizeof(struct shared_ports));
usr.sbin/unbound/testcode/fake_event.c
1992
void shared_ports_delete(struct shared_ports* shp)
usr.sbin/unbound/testcode/unittcpreuse.c
485
struct shared_ports* shp;
usr.sbin/unbound/testcode/unittcpreuse.c
549
struct shared_ports* shp;