Symbol: port_comm
sbin/unwind/libunbound/services/outside_network.c
1471
portcomm_loweruse(struct outside_network* outnet, struct port_comm* pc)
sbin/unwind/libunbound/services/outside_network.c
1713
pif->out = (struct port_comm**)calloc(numfd,
sbin/unwind/libunbound/services/outside_network.c
1714
sizeof(struct port_comm*));
sbin/unwind/libunbound/services/outside_network.c
1814
struct port_comm* pc;
sbin/unwind/libunbound/services/outside_network.c
1815
pc = (struct port_comm*)calloc(1, sizeof(*pc));
sbin/unwind/libunbound/services/outside_network.c
1922
struct port_comm* p = outnet->unused_fds, *np;
sbin/unwind/libunbound/services/outside_network.c
1935
struct port_comm* pc = outnet->ip4_ifs[i].
sbin/unwind/libunbound/services/outside_network.c
1948
struct port_comm* pc = outnet->ip6_ifs[i].
sbin/unwind/libunbound/services/outside_network.c
3946
s = sizeof(*pif) + sizeof(struct port_comm*)*pif->maxout;
sbin/unwind/libunbound/services/outside_network.c
3970
struct port_comm* pc;
sbin/unwind/libunbound/services/outside_network.h
112
struct port_comm* unused_fds;
sbin/unwind/libunbound/services/outside_network.h
225
struct port_comm** out;
sbin/unwind/libunbound/services/outside_network.h
237
struct port_comm* next;
sbin/unwind/libunbound/services/outside_network.h
369
struct port_comm* pc;
sbin/unwind/libunbound/services/outside_network.h
63
struct port_comm;
usr.sbin/unbound/services/outside_network.c
1471
portcomm_loweruse(struct outside_network* outnet, struct port_comm* pc)
usr.sbin/unbound/services/outside_network.c
1713
pif->out = (struct port_comm**)calloc(numfd,
usr.sbin/unbound/services/outside_network.c
1714
sizeof(struct port_comm*));
usr.sbin/unbound/services/outside_network.c
1814
struct port_comm* pc;
usr.sbin/unbound/services/outside_network.c
1815
pc = (struct port_comm*)calloc(1, sizeof(*pc));
usr.sbin/unbound/services/outside_network.c
1922
struct port_comm* p = outnet->unused_fds, *np;
usr.sbin/unbound/services/outside_network.c
1935
struct port_comm* pc = outnet->ip4_ifs[i].
usr.sbin/unbound/services/outside_network.c
1948
struct port_comm* pc = outnet->ip6_ifs[i].
usr.sbin/unbound/services/outside_network.c
3946
s = sizeof(*pif) + sizeof(struct port_comm*)*pif->maxout;
usr.sbin/unbound/services/outside_network.c
3970
struct port_comm* pc;
usr.sbin/unbound/services/outside_network.h
112
struct port_comm* unused_fds;
usr.sbin/unbound/services/outside_network.h
225
struct port_comm** out;
usr.sbin/unbound/services/outside_network.h
237
struct port_comm* next;
usr.sbin/unbound/services/outside_network.h
369
struct port_comm* pc;
usr.sbin/unbound/services/outside_network.h
63
struct port_comm;