Home
last modified time | relevance | path

Searched full:port_if (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/services/
H A Doutside_network.h60 struct port_if;
120 struct port_if* ip4_ifs;
125 struct port_if* ip6_ifs;
199 struct port_if { struct
235 struct port_if* pif; argument
354 struct port_if* pi;
201 addrport_if global() argument
203 addrlenport_if global() argument
207 pfxlenport_if global() argument
H A Doutside_network.c215 struct port_if* pi = NULL; in pick_outgoing_tcp()
1425 struct port_if* pif;
1650 static int setup_if(struct port_if* pif, const char* addrstr,
1737 if(!(outnet->ip4_ifs = (struct port_if*)calloc(
1738 (size_t)outnet->num_ip4, sizeof(struct port_if)))) {
1745 if(!(outnet->ip6_ifs = (struct port_if*)calloc(
1746 (size_t)outnet->num_ip6, sizeof(struct port_if)))) {
2113 int num_if, struct port_if* ifs)
2116 struct port_if* pif;
3096 struct port_if* pi = NULL;
[all …]
/freebsd/contrib/unbound/doc/
H A DChangelog11079 - fixup consistency of port_if out array during heavy use.