Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/smb/
H A Dsmb_conn.h161 struct smb_share_info { struct
162 int itype;
163 int usecount;
164 u_short tid; /* TID */
165 int type; /* share type */
166 uid_t uid; /* user id of connection */
167 gid_t gid; /* group of connection */
168 mode_t mode; /* access mode */
169 int flags;
170 char sname[128];