Home
last modified time | relevance | path

Searched refs: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;
H A Doutside_network.c215 struct port_if* pi = NULL; in pick_outgoing_tcp()
1410 struct port_if* pif;
1635 static int setup_if(struct port_if* pif, const char* addrstr,
1722 if(!(outnet->ip4_ifs = (struct port_if*)calloc(
1723 (size_t)outnet->num_ip4, sizeof(struct port_if)))) {
1730 if(!(outnet->ip6_ifs = (struct port_if*)calloc(
1731 (size_t)outnet->num_ip6, sizeof(struct port_if)))) {
2098 int num_if, struct port_if* ifs)
2101 struct port_if* pif;
3081 struct port_if* pi = NULL;
[all …]
/freebsd/contrib/unbound/doc/
H A DChangelog10547 - fixup consistency of port_if out array during heavy use.