Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/
H A Dnet_bridge.c1187 #define switch_port_list_size(port_count) \ argument
1188 offsetof(switch_port_list, list[port_count])
1191 switch_port_list_alloc(u_int port_count, bool mac_nat) in switch_port_list_alloc() argument
1196 calloc(1, switch_port_list_size(port_count));; in switch_port_list_alloc()
1197 list->size = port_count; in switch_port_list_alloc()
/xnu-12377.41.6/osfmk/ipc/
H A Dipc_port.c3421 unsigned long port_count = 0; variable