Home
last modified time | relevance | path

Searched refs:port_count (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/tests/
H A Dnet_bridge.c1738 #define switch_port_list_size(port_count) \ argument
1739 offsetof(switch_port_list, list[port_count])
1742 switch_port_list_alloc(u_int port_count, bool mac_nat) in switch_port_list_alloc() argument
1747 calloc(1, switch_port_list_size(port_count));; in switch_port_list_alloc()
1748 list->size = port_count; in switch_port_list_alloc()
/xnu-8019.80.24/osfmk/ipc/
H A Dipc_port.c3284 unsigned long port_count = 0; variable