Home
last modified time | relevance | path

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

/xnu-10002.81.5/tests/
H A Dnet_bridge.c3109 bridge_cleanup(const char * bridge, u_int n_ports, bool fail_on_error);
3239 bridge_setup(char * bridge, u_int n_ports, u_int num_addrs, in bridge_setup() argument
3259 S_n_ports = n_ports; in bridge_setup()
3288 list = switch_port_list_alloc(n_ports, mac_nat); in bridge_setup()
3291 for (u_int i = 0; i < n_ports; i++) { in bridge_setup()
3300 FETH_NAME, i + n_ports); in bridge_setup()
3369 bridge_cleanup(const char * bridge, u_int n_ports, bool fail_on_error) in bridge_cleanup() argument
3375 for (u_int i = 0; i < n_ports; i++) { in bridge_cleanup()
3382 FETH_NAME, i + n_ports); in bridge_cleanup()
3420 uint8_t af, u_int n_ports, u_int num_addrs) in bridge_test() argument
[all …]