Symbol: port_if
sbin/unwind/libunbound/services/outside_network.c
1473
struct port_if* pif;
sbin/unwind/libunbound/services/outside_network.c
1698
static int setup_if(struct port_if* pif, const char* addrstr, size_t numfd,
sbin/unwind/libunbound/services/outside_network.c
1786
if(!(outnet->ip4_ifs = (struct port_if*)calloc(
sbin/unwind/libunbound/services/outside_network.c
1787
(size_t)outnet->num_ip4, sizeof(struct port_if)))) {
sbin/unwind/libunbound/services/outside_network.c
1794
if(!(outnet->ip6_ifs = (struct port_if*)calloc(
sbin/unwind/libunbound/services/outside_network.c
1795
(size_t)outnet->num_ip6, sizeof(struct port_if)))) {
sbin/unwind/libunbound/services/outside_network.c
2160
int num_if, struct port_if* ifs)
sbin/unwind/libunbound/services/outside_network.c
2166
struct port_if* pif;
sbin/unwind/libunbound/services/outside_network.c
229
struct port_if* pi = NULL;
sbin/unwind/libunbound/services/outside_network.c
3158
struct port_if* pi = NULL;
sbin/unwind/libunbound/services/outside_network.c
3645
struct port_if* pif;
sbin/unwind/libunbound/services/outside_network.c
3942
if_get_mem(struct port_if* pif)
sbin/unwind/libunbound/services/outside_network.h
129
struct port_if* ip4_ifs;
sbin/unwind/libunbound/services/outside_network.h
134
struct port_if* ip6_ifs;
sbin/unwind/libunbound/services/outside_network.h
241
struct port_if* pif;
sbin/unwind/libunbound/services/outside_network.h
399
struct port_if* pi;
sbin/unwind/libunbound/services/outside_network.h
64
struct port_if;
usr.sbin/unbound/services/outside_network.c
1473
struct port_if* pif;
usr.sbin/unbound/services/outside_network.c
1698
static int setup_if(struct port_if* pif, const char* addrstr, size_t numfd,
usr.sbin/unbound/services/outside_network.c
1786
if(!(outnet->ip4_ifs = (struct port_if*)calloc(
usr.sbin/unbound/services/outside_network.c
1787
(size_t)outnet->num_ip4, sizeof(struct port_if)))) {
usr.sbin/unbound/services/outside_network.c
1794
if(!(outnet->ip6_ifs = (struct port_if*)calloc(
usr.sbin/unbound/services/outside_network.c
1795
(size_t)outnet->num_ip6, sizeof(struct port_if)))) {
usr.sbin/unbound/services/outside_network.c
2160
int num_if, struct port_if* ifs)
usr.sbin/unbound/services/outside_network.c
2166
struct port_if* pif;
usr.sbin/unbound/services/outside_network.c
229
struct port_if* pi = NULL;
usr.sbin/unbound/services/outside_network.c
3158
struct port_if* pi = NULL;
usr.sbin/unbound/services/outside_network.c
3645
struct port_if* pif;
usr.sbin/unbound/services/outside_network.c
3942
if_get_mem(struct port_if* pif)
usr.sbin/unbound/services/outside_network.h
129
struct port_if* ip4_ifs;
usr.sbin/unbound/services/outside_network.h
134
struct port_if* ip6_ifs;
usr.sbin/unbound/services/outside_network.h
241
struct port_if* pif;
usr.sbin/unbound/services/outside_network.h
399
struct port_if* pi;
usr.sbin/unbound/services/outside_network.h
64
struct port_if;