Searched refs:po_flags (Results 1 – 1 of 1) sorted by relevance
295 u_char po_flags; member389 p->po_flags |= BONDPORT_FLAGS_NTT; in bondport_flags_set_ntt()396 p->po_flags &= ~BONDPORT_FLAGS_NTT; in bondport_flags_clear_ntt()403 return (p->po_flags & BONDPORT_FLAGS_NTT) != 0; in bondport_flags_ntt()409 p->po_flags |= BONDPORT_FLAGS_READY; in bondport_flags_set_ready()416 p->po_flags &= ~BONDPORT_FLAGS_READY; in bondport_flags_clear_ready()423 return (p->po_flags & BONDPORT_FLAGS_READY) != 0; in bondport_flags_ready()429 p->po_flags |= BONDPORT_FLAGS_SELECTED_CHANGED; in bondport_flags_set_selected_changed()436 p->po_flags &= ~BONDPORT_FLAGS_SELECTED_CHANGED; in bondport_flags_clear_selected_changed()443 return (p->po_flags & BONDPORT_FLAGS_SELECTED_CHANGED) != 0; in bondport_flags_selected_changed()[all …]