Home
last modified time | relevance | path

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

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