Home
last modified time | relevance | path

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

/NextBSD/sys/netsmb/
HDsmb_conn.h147 struct smb_share_info { struct
148 int itype;
149 int usecount;
150 u_short tid; /* TID */
151 int type; /* share type */
152 uid_t uid; /* user id of connection */
153 gid_t gid; /* group of connection */
154 mode_t mode; /* access mode */
155 int flags;
156 char sname[128];