Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/
H A Dnet_bridge.c2734 bridge_cleanup(const char * bridge, u_int n_ports, bool fail_on_error);
2864 bridge_setup(char * bridge, u_int n_ports, u_int num_addrs, in bridge_setup() argument
2884 S_n_ports = n_ports; in bridge_setup()
2907 list = switch_port_list_alloc(n_ports, mac_nat); in bridge_setup()
2910 for (u_int i = 0; i < n_ports; i++) { in bridge_setup()
2919 FETH_NAME, i + n_ports); in bridge_setup()
2987 bridge_cleanup(const char * bridge, u_int n_ports, bool fail_on_error) in bridge_cleanup() argument
2990 for (u_int i = 0; i < n_ports; i++) { in bridge_cleanup()
2997 FETH_NAME, i + n_ports); in bridge_cleanup()
3032 uint8_t af, u_int n_ports, u_int num_addrs) in bridge_test() argument
[all …]