Symbol: port_if
sbin/unwind/libunbound/services/outside_network.c
1425
struct port_if* pif;
sbin/unwind/libunbound/services/outside_network.c
1650
static int setup_if(struct port_if* pif, const char* addrstr,
sbin/unwind/libunbound/services/outside_network.c
1737
if(!(outnet->ip4_ifs = (struct port_if*)calloc(
sbin/unwind/libunbound/services/outside_network.c
1738
(size_t)outnet->num_ip4, sizeof(struct port_if)))) {
sbin/unwind/libunbound/services/outside_network.c
1745
if(!(outnet->ip6_ifs = (struct port_if*)calloc(
sbin/unwind/libunbound/services/outside_network.c
1746
(size_t)outnet->num_ip6, sizeof(struct port_if)))) {
sbin/unwind/libunbound/services/outside_network.c
2113
int num_if, struct port_if* ifs)
sbin/unwind/libunbound/services/outside_network.c
2116
struct port_if* pif;
sbin/unwind/libunbound/services/outside_network.c
215
struct port_if* pi = NULL;
sbin/unwind/libunbound/services/outside_network.c
3096
struct port_if* pi = NULL;
sbin/unwind/libunbound/services/outside_network.c
3583
struct port_if* pif;
sbin/unwind/libunbound/services/outside_network.c
3867
if_get_mem(struct port_if* pif)
sbin/unwind/libunbound/services/outside_network.h
120
struct port_if* ip4_ifs;
sbin/unwind/libunbound/services/outside_network.h
125
struct port_if* ip6_ifs;
sbin/unwind/libunbound/services/outside_network.h
235
struct port_if* pif;
sbin/unwind/libunbound/services/outside_network.h
354
struct port_if* pi;
sbin/unwind/libunbound/services/outside_network.h
60
struct port_if;
usr.sbin/unbound/services/outside_network.c
1425
struct port_if* pif;
usr.sbin/unbound/services/outside_network.c
1650
static int setup_if(struct port_if* pif, const char* addrstr,
usr.sbin/unbound/services/outside_network.c
1737
if(!(outnet->ip4_ifs = (struct port_if*)calloc(
usr.sbin/unbound/services/outside_network.c
1738
(size_t)outnet->num_ip4, sizeof(struct port_if)))) {
usr.sbin/unbound/services/outside_network.c
1745
if(!(outnet->ip6_ifs = (struct port_if*)calloc(
usr.sbin/unbound/services/outside_network.c
1746
(size_t)outnet->num_ip6, sizeof(struct port_if)))) {
usr.sbin/unbound/services/outside_network.c
2113
int num_if, struct port_if* ifs)
usr.sbin/unbound/services/outside_network.c
2116
struct port_if* pif;
usr.sbin/unbound/services/outside_network.c
215
struct port_if* pi = NULL;
usr.sbin/unbound/services/outside_network.c
3096
struct port_if* pi = NULL;
usr.sbin/unbound/services/outside_network.c
3583
struct port_if* pif;
usr.sbin/unbound/services/outside_network.c
3867
if_get_mem(struct port_if* pif)
usr.sbin/unbound/services/outside_network.h
120
struct port_if* ip4_ifs;
usr.sbin/unbound/services/outside_network.h
125
struct port_if* ip6_ifs;
usr.sbin/unbound/services/outside_network.h
235
struct port_if* pif;
usr.sbin/unbound/services/outside_network.h
354
struct port_if* pi;
usr.sbin/unbound/services/outside_network.h
60
struct port_if;