Searched refs:NBCF_BC_ENABLE (Results 1 – 3 of 3) sorted by relevance
135 nb->nb_flags &= ~(NBCF_NS_ENABLE | NBCF_BC_ENABLE); in nb_ctx_setnbflags()139 nb->nb_flags |= NBCF_BC_ENABLE; in nb_ctx_setnbflags()196 ctx->nb_flags |= NBCF_BC_ENABLE; in nb_ctx_setns()
522 if (ctx->nb_flags & NBCF_BC_ENABLE) { in nbns_rq_opensocket()632 if ((ctx->nb_flags & NBCF_BC_ENABLE) && in nbns_rq()
62 #define NBCF_BC_ENABLE 0x0004 /* lookup via broadcast */ macro