Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_bond.c380 #define BONDPORT_FLAGS_DISTRIBUTING 0x10 macro
468 p->po_flags |= BONDPORT_FLAGS_DISTRIBUTING; in bondport_flags_set_distributing()
475 p->po_flags &= ~BONDPORT_FLAGS_DISTRIBUTING; in bondport_flags_clear_distributing()
482 return (p->po_flags & BONDPORT_FLAGS_DISTRIBUTING) != 0; in bondport_flags_distributing()