Searched defs:SmbClient (Results 1 – 2 of 2) sorted by relevance
204 typedef struct SmbClient SmbClient; typedef263 struct SmbClient { struct264 SmbPeerInfo peerinfo;265 NbSession *nbss;266 SmbBuffer *b;267 ushort ipctid;268 ushort sharetid;269 SmbHeader protoh;
92 cmdhelp(SmbClient *, int argc, char *argv[]) in cmdhelp() argument