Symbol: port_comm
sbin/unwind/libunbound/services/outside_network.c
1423
portcomm_loweruse(struct outside_network* outnet, struct port_comm* pc)
sbin/unwind/libunbound/services/outside_network.c
1665
pif->out = (struct port_comm**)calloc(numfd,
sbin/unwind/libunbound/services/outside_network.c
1666
sizeof(struct port_comm*));
sbin/unwind/libunbound/services/outside_network.c
1765
struct port_comm* pc;
sbin/unwind/libunbound/services/outside_network.c
1766
pc = (struct port_comm*)calloc(1, sizeof(*pc));
sbin/unwind/libunbound/services/outside_network.c
1873
struct port_comm* p = outnet->unused_fds, *np;
sbin/unwind/libunbound/services/outside_network.c
1886
struct port_comm* pc = outnet->ip4_ifs[i].
sbin/unwind/libunbound/services/outside_network.c
1902
struct port_comm* pc = outnet->ip6_ifs[i].
sbin/unwind/libunbound/services/outside_network.c
3875
sizeof(struct port_comm*)*pif->maxout;
sbin/unwind/libunbound/services/outside_network.c
3899
struct port_comm* pc;
sbin/unwind/libunbound/services/outside_network.h
106
struct port_comm* unused_fds;
sbin/unwind/libunbound/services/outside_network.h
219
struct port_comm** out;
sbin/unwind/libunbound/services/outside_network.h
231
struct port_comm* next;
sbin/unwind/libunbound/services/outside_network.h
324
struct port_comm* pc;
sbin/unwind/libunbound/services/outside_network.h
59
struct port_comm;
usr.sbin/unbound/services/outside_network.c
1423
portcomm_loweruse(struct outside_network* outnet, struct port_comm* pc)
usr.sbin/unbound/services/outside_network.c
1665
pif->out = (struct port_comm**)calloc(numfd,
usr.sbin/unbound/services/outside_network.c
1666
sizeof(struct port_comm*));
usr.sbin/unbound/services/outside_network.c
1765
struct port_comm* pc;
usr.sbin/unbound/services/outside_network.c
1766
pc = (struct port_comm*)calloc(1, sizeof(*pc));
usr.sbin/unbound/services/outside_network.c
1873
struct port_comm* p = outnet->unused_fds, *np;
usr.sbin/unbound/services/outside_network.c
1886
struct port_comm* pc = outnet->ip4_ifs[i].
usr.sbin/unbound/services/outside_network.c
1902
struct port_comm* pc = outnet->ip6_ifs[i].
usr.sbin/unbound/services/outside_network.c
3875
sizeof(struct port_comm*)*pif->maxout;
usr.sbin/unbound/services/outside_network.c
3899
struct port_comm* pc;
usr.sbin/unbound/services/outside_network.h
106
struct port_comm* unused_fds;
usr.sbin/unbound/services/outside_network.h
219
struct port_comm** out;
usr.sbin/unbound/services/outside_network.h
231
struct port_comm* next;
usr.sbin/unbound/services/outside_network.h
324
struct port_comm* pc;
usr.sbin/unbound/services/outside_network.h
59
struct port_comm;