Home
last modified time | relevance | path

Searched defs:bond (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/bsd/net/
H A Dif_bond.c3465 ifbond_ref bond; in ifbond_list_find_moved_port() local
3506 ifbond_selection(ifbond_ref bond) in ifbond_selection()
3576 ifbond_find_best_LAG(ifbond_ref bond, int * active_media) in ifbond_find_best_LAG()
3627 ifbond_deactivate_LAG(__unused ifbond_ref bond, LAG_ref lag) in ifbond_deactivate_LAG()
3638 ifbond_activate_LAG(ifbond_ref bond, LAG_ref lag, int active_media) in ifbond_activate_LAG()
3700 ifbond_all_ports_ready(ifbond_ref bond) in ifbond_all_ports_ready()
3722 ifbond_all_ports_attached(ifbond_ref bond, bondport_ref this_port) in ifbond_all_ports_attached()
3738 ifbond_get_LAG_matching_port(ifbond_ref bond, bondport_ref p) in ifbond_get_LAG_matching_port()
3790 ifbond_ref bond = p->po_bond; in bondport_link_status_changed() local
3890 ifbond_ref bond = p->po_bond; in bondport_remove_from_LAG() local
[all …]
/xnu-11215.1.10/tests/
H A Dnet_bond.c234 bond_add_member(if_name_t bond, if_name_t member) in bond_add_member()