Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/
H A Dnet_bridge.c3501 bridge_cleanup(const char * bridge, u_int n_ports, bool fail_on_error);
3617 bridge_setup(char * bridge, u_int n_ports, u_int num_addrs, in bridge_setup() argument
3637 S_n_ports = n_ports; in bridge_setup()
3666 list = switch_port_list_alloc(n_ports, mac_nat); in bridge_setup()
3669 for (u_int i = 0; i < n_ports; i++) { in bridge_setup()
3678 FETH_NAME, i + n_ports); in bridge_setup()
3747 bridge_cleanup(const char * bridge, u_int n_ports, bool fail_on_error) in bridge_cleanup() argument
3753 for (u_int i = 0; i < n_ports; i++) { in bridge_cleanup()
3760 FETH_NAME, i + n_ports); in bridge_cleanup()
3798 uint8_t af, u_int n_ports, u_int num_addrs) in bridge_test() argument
[all …]