Searched refs:port_if (Results 1 – 3 of 3) sorted by relevance
60 struct port_if;120 struct port_if* ip4_ifs;125 struct port_if* ip6_ifs;199 struct port_if { struct235 struct port_if* pif; argument354 struct port_if* pi;
215 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 …]
10547 - fixup consistency of port_if out array during heavy use.