Home
last modified time | relevance | path

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

/freebsd/contrib/smbfs/lib/smb/
H A Dctx.c82 ctx->ct_ssn.ioc_opt = SMBVOPT_CREATE; in smb_ctx_init()
83 ctx->ct_ssn.ioc_timeout = 15; in smb_ctx_init()
84 ctx->ct_ssn.ioc_retrycount = 4; in smb_ctx_init()
85 ctx->ct_ssn.ioc_owner = SMBM_ANY_OWNER; in smb_ctx_init()
86 ctx->ct_ssn.ioc_group = SMBM_ANY_GROUP; in smb_ctx_init()
87 ctx->ct_ssn.ioc_mode = SMBM_EXEC; in smb_ctx_init()
88 ctx->ct_ssn.ioc_rights = SMBM_DEFAULT; in smb_ctx_init()
144 if (ctx->ct_ssn.ioc_server) in smb_ctx_done()
145 nb_snbfree(ctx->ct_ssn.ioc_server); in smb_ctx_done()
146 if (ctx->ct_ssn.ioc_local) in smb_ctx_done()
[all …]
/freebsd/contrib/smbfs/smbutil/
H A Dlogin.c95 smb_error("could not login to server %s", error, ctx->ct_ssn.ioc_srvname); in cmd_login()
114 printf("Connected to %s%s%s\n", ctx->ct_ssn.ioc_user, in cmd_login()
151 ctx->ct_ssn.ioc_opt &= ~SMBVOPT_CREATE; in cmd_logout()
169 smb_error("There is no connection to %s", error, ctx->ct_ssn.ioc_srvname); in cmd_logout()
H A Dprint.c107 smb_error("could not login to server %s", error, ctx->ct_ssn.ioc_srvname); in cmd_print()
110 snprintf(fnamebuf, sizeof(fnamebuf), "%s_%s_%s", ctx->ct_ssn.ioc_user, in cmd_print()
111 ctx->ct_ssn.ioc_srvname, filename); in cmd_print()
H A Dview.c106 smb_error("could not login to server %s", error, ctx->ct_ssn.ioc_srvname); in cmd_view()
/freebsd/contrib/smbfs/mount_smbfs/
H A Dmount_smbfs.c258 ctx->ct_ssn.ioc_opt |= SMBVOPT_PRIVATE; in main()
259 ctx->ct_ssn.ioc_owner = ctx->ct_sh.ioc_owner = 0; /* root */ in main()
260 ctx->ct_ssn.ioc_group = ctx->ct_sh.ioc_group = gid; in main()
266 ctx->ct_ssn.ioc_rights |= opt; in main()
/freebsd/contrib/smbfs/include/netsmb/
H A Dsmb_lib.h110 struct smbioc_ossn ct_ssn; member