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

/macosx-10.10.1/smb-759.0/include/netsmb/
H A Dsmb_rap.h32 * $Id: smb_rap.h,v 1.1 2001/07/06 22:38:38 conrad 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);
/macosx-10.10.1/smb-759.0/lib/librap/
H A Drap.c155 smb_rap_rqparam_z(struct smb_rap *rap, const char *value)
166 smb_rap_rqparam(struct smb_rap *rap, char ptype, char plen, int32_t value)
195 struct smb_rap **rapp)
197 struct smb_rap *rap;
226 smb_rap_done(struct smb_rap *rap)
240 smb_rap_setNparam(struct smb_rap *rap, int32_t value)
266 smb_rap_setPparam(struct smb_rap *rap, void *value)
287 smb_rap_getNparam(struct smb_rap *rap, int32_t *value)
309 smb_rap_request(SMBHANDLE inConnection, struct smb_rap *rap)
379 static int smb_rap_error(struct smb_rap *ra
[all...]
H A Drap.h59 struct smb_rap { struct

Completed in 214 milliseconds