Lines Matching refs:po_flags
293 u_char po_flags; member
387 p->po_flags |= BONDPORT_FLAGS_NTT; in bondport_flags_set_ntt()
394 p->po_flags &= ~BONDPORT_FLAGS_NTT; in bondport_flags_clear_ntt()
401 return (p->po_flags & BONDPORT_FLAGS_NTT) != 0; in bondport_flags_ntt()
407 p->po_flags |= BONDPORT_FLAGS_READY; in bondport_flags_set_ready()
414 p->po_flags &= ~BONDPORT_FLAGS_READY; in bondport_flags_clear_ready()
421 return (p->po_flags & BONDPORT_FLAGS_READY) != 0; in bondport_flags_ready()
427 p->po_flags |= BONDPORT_FLAGS_SELECTED_CHANGED; in bondport_flags_set_selected_changed()
434 p->po_flags &= ~BONDPORT_FLAGS_SELECTED_CHANGED; in bondport_flags_clear_selected_changed()
441 return (p->po_flags & BONDPORT_FLAGS_SELECTED_CHANGED) != 0; in bondport_flags_selected_changed()
447 p->po_flags |= BONDPORT_FLAGS_MUX_ATTACHED; in bondport_flags_set_mux_attached()
454 p->po_flags &= ~BONDPORT_FLAGS_MUX_ATTACHED; in bondport_flags_clear_mux_attached()
461 return (p->po_flags & BONDPORT_FLAGS_MUX_ATTACHED) != 0; in bondport_flags_mux_attached()
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()