Symbol: shared_ports_if
sbin/unwind/libunbound/services/outside_network.c
4036
static int shared_ports_setup_if(struct shared_ports_if* shpif, char* str,
sbin/unwind/libunbound/services/outside_network.c
4066
if(!(shp->ip4_ifs = (struct shared_ports_if*)calloc(
sbin/unwind/libunbound/services/outside_network.c
4068
sizeof(struct shared_ports_if))))
sbin/unwind/libunbound/services/outside_network.c
4072
if(!(shp->ip6_ifs = (struct shared_ports_if*)calloc(
sbin/unwind/libunbound/services/outside_network.c
4074
sizeof(struct shared_ports_if))))
sbin/unwind/libunbound/services/outside_network.c
4134
static void shared_ports_if_delete(struct shared_ports_if* shpif)
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
4167
struct shared_ports_if* ret, *ifs = NULL;
sbin/unwind/libunbound/services/outside_network.c
4195
struct shared_ports_if* shpif, struct ub_randstate* rnd,
sbin/unwind/libunbound/services/outside_network.c
4254
struct shared_ports_if* shpif, int port)
sbin/unwind/libunbound/services/outside_network.h
220
struct shared_ports_if* shpif;
sbin/unwind/libunbound/services/outside_network.h
257
struct shared_ports_if* ip4_ifs;
sbin/unwind/libunbound/services/outside_network.h
261
struct shared_ports_if* ip6_ifs;
sbin/unwind/libunbound/services/outside_network.h
74
struct shared_ports_if;
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
895
struct shared_ports_if* shpif, struct ub_randstate* rnd,
sbin/unwind/libunbound/services/outside_network.h
905
struct shared_ports_if* shpif, int port);
usr.sbin/unbound/services/outside_network.c
4036
static int shared_ports_setup_if(struct shared_ports_if* shpif, char* str,
usr.sbin/unbound/services/outside_network.c
4066
if(!(shp->ip4_ifs = (struct shared_ports_if*)calloc(
usr.sbin/unbound/services/outside_network.c
4068
sizeof(struct shared_ports_if))))
usr.sbin/unbound/services/outside_network.c
4072
if(!(shp->ip6_ifs = (struct shared_ports_if*)calloc(
usr.sbin/unbound/services/outside_network.c
4074
sizeof(struct shared_ports_if))))
usr.sbin/unbound/services/outside_network.c
4134
static void shared_ports_if_delete(struct shared_ports_if* shpif)
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
4167
struct shared_ports_if* ret, *ifs = NULL;
usr.sbin/unbound/services/outside_network.c
4195
struct shared_ports_if* shpif, struct ub_randstate* rnd,
usr.sbin/unbound/services/outside_network.c
4254
struct shared_ports_if* shpif, int port)
usr.sbin/unbound/services/outside_network.h
220
struct shared_ports_if* shpif;
usr.sbin/unbound/services/outside_network.h
257
struct shared_ports_if* ip4_ifs;
usr.sbin/unbound/services/outside_network.h
261
struct shared_ports_if* ip6_ifs;
usr.sbin/unbound/services/outside_network.h
74
struct shared_ports_if;
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
895
struct shared_ports_if* shpif, struct ub_randstate* rnd,
usr.sbin/unbound/services/outside_network.h
905
struct shared_ports_if* shpif, int port);
usr.sbin/unbound/testcode/unittcpreuse.c
486
struct shared_ports_if* shpif;
usr.sbin/unbound/testcode/unittcpreuse.c
520
pif_list_contains(struct shared_ports_if* shpif, int item)
usr.sbin/unbound/testcode/unittcpreuse.c
533
pif_list_contains_items(struct shared_ports_if* shpif, int item1,
usr.sbin/unbound/testcode/unittcpreuse.c
550
struct shared_ports_if* shpif;