Searched refs:SMBCF_RESOLVED (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_vc.c93 if ((ctx->ct_flags & SMBCF_RESOLVED) == 0)
179 if ((ctx->ct_flags & SMBCF_RESOLVED) == 0)
H A Dsmbfs_lib.h181 #define SMBCF_RESOLVED 0x8000 /* structure has been verified */ macro
H A Dsmbfs_connect.c415 ctx->ct_flags |= SMBCF_RESOLVED;
518 ctx->ct_flags |= SMBCF_RESOLVED | SMBCF_SSNACTIVE;
H A Dsmbfs_ctx.c784 ctx->ct_flags &= ~SMBCF_RESOLVED;
845 ctx->ct_flags |= SMBCF_RESOLVED;
916 if ((ctx->ct_flags & SMBCF_RESOLVED) == 0)
H A Dsmbfs_util.c555 if (flags & SMBCF_RESOLVED)

Completed in 27 milliseconds