Searched refs:ct_srv_OS (Results 1 – 3 of 3) sorted by relevance
431 err = md_get_string(mbp, &ctx->ct_srv_OS, uc); in smb__ssnsetup()432 DPRINT("server OS: %s", err ? "?" : ctx->ct_srv_OS); in smb__ssnsetup()447 if (ctx->ct_srv_OS && in smb__ssnsetup()448 0 == strncmp(ctx->ct_srv_OS, "Windows ", 8)) { in smb__ssnsetup()
444 if (ctx->ct_srv_OS) { in smb_ctx_done()445 free(ctx->ct_srv_OS); in smb_ctx_done()446 ctx->ct_srv_OS = NULL; in smb_ctx_done()
116 char *ct_srv_OS; member