Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/net/
H A Dif_bond.c379 #define BONDPORT_FLAGS_DISTRIBUTING 0x10 macro
467 p->po_flags |= BONDPORT_FLAGS_DISTRIBUTING; in bondport_flags_set_distributing()
474 p->po_flags &= ~BONDPORT_FLAGS_DISTRIBUTING; in bondport_flags_clear_distributing()
481 return (p->po_flags & BONDPORT_FLAGS_DISTRIBUTING) != 0; in bondport_flags_distributing()