Searched refs:NBCF_BC_ENABLE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsmbfs/netsmb/
H A Dnb_lib.h62 #define NBCF_BC_ENABLE 0x0004 /* lookup via broadcast */ macro
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dnb.c135 nb->nb_flags &= ~(NBCF_NS_ENABLE | NBCF_BC_ENABLE);
139 nb->nb_flags |= NBCF_BC_ENABLE;
196 ctx->nb_flags |= NBCF_BC_ENABLE;
H A Dnbns_rq.c522 if (ctx->nb_flags & NBCF_BC_ENABLE) {
632 if ((ctx->nb_flags & NBCF_BC_ENABLE) &&

Completed in 80 milliseconds