Home
last modified time | relevance | path

Searched refs:BONDPORT_FLAGS_NTT (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dif_bond.c376 #define BONDPORT_FLAGS_NTT 0x01 macro
388 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()