Searched refs:smb_rap (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/smbfs/include/netsmb/
H A Dsmb_rap.h32 * from: Id: smb_rap.h,v 1.3 2001/04/10 05:37:22 bp Exp
37 struct smb_rap { struct
63 int smb_rap_create(int, const char *, const char *, struct smb_rap **);
64 void smb_rap_done(struct smb_rap *);
65 int smb_rap_request(struct smb_rap *, struct smb_ctx *);
66 int smb_rap_setNparam(struct smb_rap *, long);
67 int smb_rap_setPparam(struct smb_rap *, void *);
68 int smb_rap_error(struct smb_rap *, int);
/netbsd-6-1-5-RELEASE/dist/smbfs/lib/smb/
H A Drap.c54 #include <netsmb/smb_rap.h>
155 smb_rap_rqparam_z(struct smb_rap *rap, const char *value)
166 smb_rap_rqparam(struct smb_rap *rap, char ptype, char plen, long value)
194 struct smb_rap **rapp)
196 struct smb_rap *rap;
225 smb_rap_done(struct smb_rap *rap)
235 smb_rap_setNparam(struct smb_rap *rap, long value)
261 smb_rap_setPparam(struct smb_rap *rap, void *value)
282 smb_rap_getNparam(struct smb_rap *rap, long *value)
304 smb_rap_request(struct smb_rap *ra
[all...]
H A Drq.c52 #include <netsmb/smb_rap.h>
/netbsd-6-1-5-RELEASE/dist/smbfs/smbutil/
H A Dview.c51 #include <netsmb/smb_rap.h>

Completed in 112 milliseconds