Home
last modified time | relevance | path

Searched defs:smb_ctx (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/smbfs/include/netsmb/
H A Dsmb_lib.h103 struct smb_ctx { struct
104 int ct_flags; /* SMBCF_ */
105 int ct_fd; /* handle of connection */
106 int ct_parsedlevel;
107 int ct_minlevel;
108 int ct_maxlevel;
110 char ct_locname[SMB_MAXUSERNAMELEN + 1];
111 const char * ct_uncnext;
112 struct nb_ctx * ct_nb;
113 struct smbioc_ossn ct_ssn;
[all …]