Searched refs:port_count (Results 1 – 2 of 2) sorted by relevance
1738 #define switch_port_list_size(port_count) \ argument1739 offsetof(switch_port_list, list[port_count])1742 switch_port_list_alloc(u_int port_count, bool mac_nat) in switch_port_list_alloc() argument1747 calloc(1, switch_port_list_size(port_count));; in switch_port_list_alloc()1748 list->size = port_count; in switch_port_list_alloc()
3284 unsigned long port_count = 0; variable