Searched refs:po_flags (Results 1 – 1 of 1) sorted by relevance
293 u_char po_flags; member387 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()[all …]