Searched refs:po_flags (Results 1 – 1 of 1) sorted by relevance
294 u_char po_flags; member388 p->po_flags |= BONDPORT_FLAGS_NTT; in bondport_flags_set_ntt()395 p->po_flags &= ~BONDPORT_FLAGS_NTT; in bondport_flags_clear_ntt()402 return (p->po_flags & BONDPORT_FLAGS_NTT) != 0; in bondport_flags_ntt()408 p->po_flags |= BONDPORT_FLAGS_READY; in bondport_flags_set_ready()415 p->po_flags &= ~BONDPORT_FLAGS_READY; in bondport_flags_clear_ready()422 return (p->po_flags & BONDPORT_FLAGS_READY) != 0; in bondport_flags_ready()428 p->po_flags |= BONDPORT_FLAGS_SELECTED_CHANGED; in bondport_flags_set_selected_changed()435 p->po_flags &= ~BONDPORT_FLAGS_SELECTED_CHANGED; in bondport_flags_clear_selected_changed()442 return (p->po_flags & BONDPORT_FLAGS_SELECTED_CHANGED) != 0; in bondport_flags_selected_changed()[all …]