Searched refs:po_flags (Results 1 – 1 of 1) sorted by relevance
338 u_char po_flags; member432 p->po_flags |= BONDPORT_FLAGS_NTT; in bondport_flags_set_ntt()439 p->po_flags &= ~BONDPORT_FLAGS_NTT; in bondport_flags_clear_ntt()446 return (p->po_flags & BONDPORT_FLAGS_NTT) != 0; in bondport_flags_ntt()452 p->po_flags |= BONDPORT_FLAGS_READY; in bondport_flags_set_ready()459 p->po_flags &= ~BONDPORT_FLAGS_READY; in bondport_flags_clear_ready()466 return (p->po_flags & BONDPORT_FLAGS_READY) != 0; in bondport_flags_ready()472 p->po_flags |= BONDPORT_FLAGS_SELECTED_CHANGED; in bondport_flags_set_selected_changed()479 p->po_flags &= ~BONDPORT_FLAGS_SELECTED_CHANGED; in bondport_flags_clear_selected_changed()486 return (p->po_flags & BONDPORT_FLAGS_SELECTED_CHANGED) != 0; in bondport_flags_selected_changed()[all …]