Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dif_bond.c3466 ifbond_ref bond; in ifbond_list_find_moved_port() local
3507 ifbond_selection(ifbond_ref bond) in ifbond_selection()
3577 ifbond_find_best_LAG(ifbond_ref bond, int * active_media) in ifbond_find_best_LAG()
3628 ifbond_deactivate_LAG(__unused ifbond_ref bond, LAG_ref lag) in ifbond_deactivate_LAG()
3639 ifbond_activate_LAG(ifbond_ref bond, LAG_ref lag, int active_media) in ifbond_activate_LAG()
3701 ifbond_all_ports_ready(ifbond_ref bond) in ifbond_all_ports_ready()
3723 ifbond_all_ports_attached(ifbond_ref bond, bondport_ref this_port) in ifbond_all_ports_attached()
3739 ifbond_get_LAG_matching_port(ifbond_ref bond, bondport_ref p) in ifbond_get_LAG_matching_port()
3791 ifbond_ref bond = p->po_bond; in bondport_link_status_changed() local
3891 ifbond_ref bond = p->po_bond; in bondport_remove_from_LAG() local
[all …]
/xnu-12377.61.12/tests/
H A Dnet_bond.c234 bond_add_member(if_name_t bond, if_name_t member) in bond_add_member()