Home
last modified time | relevance | path

Searched refs:u_int (Results 1 – 25 of 37) sorted by relevance

12

/sunrpc/
A Dxdr_array.c46 #define LASTUNSIGNED ((u_int)0-1)
61 u_int *sizep, in xdr_array()
63 u_int maxsize, in xdr_array()
65 u_int elsize, in xdr_array()
69 u_int i; in xdr_array()
71 u_int c; /* the actual element count */ in xdr_array()
149 xdr_vector (XDR *xdrs, char *basep, u_int nelem, u_int elemsize, in libc_hidden_def()
152 u_int i; in libc_hidden_def()
A Dxdr_mem.c45 static bool_t xdrmem_getbytes (XDR *, caddr_t, u_int);
47 static u_int xdrmem_getpos (const XDR *);
48 static bool_t xdrmem_setpos (XDR *, u_int);
49 static int32_t *xdrmem_inline (XDR *, u_int);
137 xdrmem_getbytes (XDR *xdrs, caddr_t addr, u_int len) in xdrmem_getbytes()
152 xdrmem_putbytes (XDR *xdrs, const char *addr, u_int len) in xdrmem_putbytes()
166 static u_int
176 xdrmem_setpos (XDR *xdrs, u_int pos) in xdrmem_setpos()
184 || handy != (u_int) handy) in xdrmem_setpos()
188 xdrs->x_handy = (u_int) handy; in xdrmem_setpos()
[all …]
A Dxdr_stdio.c52 static bool_t xdrstdio_getbytes (XDR *, caddr_t, u_int);
53 static bool_t xdrstdio_putbytes (XDR *, const char *, u_int);
54 static u_int xdrstdio_getpos (const XDR *);
55 static bool_t xdrstdio_setpos (XDR *, u_int);
56 static int32_t *xdrstdio_inline (XDR *, u_int);
128 xdrstdio_getbytes (XDR *xdrs, const caddr_t addr, u_int len) in xdrstdio_getbytes()
137 xdrstdio_putbytes (XDR *xdrs, const char *addr, u_int len) in xdrstdio_putbytes()
145 static u_int
148 return (u_int) ftell ((FILE *) xdrs->x_private); in xdrstdio_getpos()
152 xdrstdio_setpos (XDR *xdrs, u_int pos) in xdrstdio_setpos()
[all …]
A Dxdr_rec.c117 u_int sendsize;
118 u_int recvsize;
122 static u_int fix_buf_size (u_int);
254 u_int current; in xdrrec_getbytes()
281 u_int current; in xdrrec_putbytes()
301 static u_int
321 pos = (u_int) - 1; in xdrrec_getpos()
324 return (u_int) pos; in xdrrec_getpos()
328 xdrrec_setpos (XDR *xdrs, u_int pos) in xdrrec_setpos()
644 static u_int
[all …]
A Dsvc_authux.c61 u_int auth_len; in _svcauth_unix()
62 u_int str_len, gid_len; in _svcauth_unix()
63 u_int i; in _svcauth_unix()
69 auth_len = (u_int) msg->rm_call.cb_cred.oa_length; in _svcauth_unix()
81 memcpy (aup->aup_machname, (caddr_t) buf, (u_int) str_len); in _svcauth_unix()
117 if ((u_int)msg->rm_call.cb_verf.oa_length) in _svcauth_unix()
A Dxdr_sizeof.c53 x_putbytes (XDR *xdrs, const char *bp, u_int len) in x_putbytes()
59 static u_int
67 x_setpostn (XDR *xdrs, u_int len) in x_setpostn()
74 x_inline (XDR *xdrs, u_int len) in x_inline()
80 if (len < (u_int) (long int) xdrs->x_base) in x_inline()
136 typedef bool_t (*dummyfunc2) (XDR *, caddr_t, u_int); in xdr_sizeof()
A Dtst-xdrmem.c29 u_int v_u_int; in do_test()
55 T(u_int, 0) \ in do_test()
56 T(u_int, UCHAR_MAX) \ in do_test()
57 T(u_int, USHRT_MAX) \ in do_test()
58 T(u_int, UINT_MAX) \ in do_test()
59 T(u_int, 0xdeadbeef) \ in do_test()
60 T(u_int, 0x12345678) \ in do_test()
A Dxdr_ref.c46 #define LASTUNSIGNED ((u_int)0-1)
62 u_int size, in xdr_reference()
119 xdr_pointer (XDR *xdrs, char **objpp, u_int obj_size, xdrproc_t xdr_obj) in libc_hidden_nolink_sunrpc()
A Dsvc_tcp.c116 static SVCXPRT *makefd_xprt (int, u_int, u_int);
120 u_int sendsize;
121 u_int recvsize;
153 svctcp_create (int sock, u_int sendsize, u_int recvsize) in svctcp_create()
216 svcfd_create (int fd, u_int sendsize, u_int recvsize) in libc_hidden_def()
223 makefd_xprt (int fd, u_int sendsize, u_int recvsize) in libc_hidden_nolink_sunrpc()
A Dauthuxprot.c53 : xdr_u_int (xdrs, (u_int *) & (p->aup_uid))) in xdr_authunix_parms()
56 : xdr_u_int (xdrs, (u_int *) & (p->aup_gid))) in xdr_authunix_parms()
A Dxdr.c55 #define LASTUNSIGNED ((u_int) 0-1)
139 xdr_u_int (XDR *xdrs, u_int *up) in libc_hidden_def()
155 *up = (u_int) (u_long) l; in libc_hidden_def()
431 u_int u; in libc_hidden_def()
542 xdr_opaque (XDR *xdrs, caddr_t cp, u_int cnt) in libc_hidden_def()
544 u_int rndup; in libc_hidden_def()
597 xdr_bytes (XDR *xdrs, char **cpp, u_int *sizep, u_int maxsize) in libc_hidden_def()
600 u_int nodesize; in libc_hidden_def()
737 xdr_string (XDR *xdrs, char **cpp, u_int maxsize) in libc_hidden_nolink_sunrpc()
742 u_int size = 0; in libc_hidden_nolink_sunrpc()
[all …]
A Dsvc_unix.c116 static SVCXPRT *makefd_xprt (int, u_int, u_int);
119 u_int sendsize;
120 u_int recvsize;
151 svcunix_create (int sock, u_int sendsize, u_int recvsize, char *path) in svcunix_create()
212 svcunixfd_create (int fd, u_int sendsize, u_int recvsize) in libc_hidden_nolink_sunrpc()
219 makefd_xprt (int fd, u_int sendsize, u_int recvsize) in libc_hidden_nolink_sunrpc()
A Dauth_none.c65 u_int mcnt;
86 (u_int) MAX_MARSHAL_SIZE, XDR_ENCODE); in authnone_create_once()
A Dgetrpcport.c61 getrpcport (const char *host, u_long prognum, u_long versnum, u_int proto) in getrpcport()
A Dpm_getport.c85 u_long version, u_int protocol, time_t timeout_sec, in __libc_rpc_getport()
150 u_int protocol) in libc_hidden_def()
A Dclnt_udp.c100 u_int cu_xdrpos;
101 u_int cu_sendsz;
103 u_int cu_recvsz;
126 u_int sendsz, u_int recvsz, int flags) in __libc_clntudp_bufcreate()
219 struct timeval wait, int *sockp, u_int sendsz, in libc_hidden_def()
220 u_int recvsz) in libc_hidden_def()
491 xdrmem_create (&reply_xdrs, cu->cu_inbuf, (u_int) inlen, XDR_DECODE); in clntudp_call()
A Dpmap_prot2.c106 (u_int) sizeof (struct pmaplist), in xdr_pmaplist()
A Dauth_unix.c83 u_int au_mpos; /* xdr pos at end of marshed */
131 aup.aup_len = (u_int) len; in authunix_create()
142 au->au_origcred.oa_base = mem_alloc ((u_int) len); in authunix_create()
145 memcpy(au->au_origcred.oa_base, mymem, (u_int) len); in authunix_create()
A Dkey_prot.c116 (u_int *) & objp->gids.gids_len, MAXGIDS, in libc_hidden_nolink_sunrpc()
117 sizeof (u_int), (xdrproc_t) xdr_u_int)) in libc_hidden_nolink_sunrpc()
/sunrpc/rpc/
A Dxdr.h123 u_int (*x_getpostn) (const XDR *__xdrs);
125 bool_t (*x_setpostn) (XDR *__xdrs, u_int __pos);
127 int32_t *(*x_inline) (XDR *__xdrs, u_int __len);
140 u_int x_handy; /* extra private word */
309 u_int __maxsize, u_int __elsize, xdrproc_t __elproc)
312 u_int __maxsize) __THROW;
321 u_int __elemsize, xdrproc_t __xdr_elem) __THROW;
327 u_int __obj_size, xdrproc_t __xdr_obj) __THROW;
338 u_int n_len;
351 u_int __size, enum xdr_op __xop) __THROW;
[all …]
A Dsvc.h312 extern SVCXPRT *svcudp_bufcreate (int __sock, u_int __sendsz, u_int __recvsz)
318 extern SVCXPRT *svctcp_create (int __sock, u_int __sendsize, u_int __recvsize)
324 extern SVCXPRT *svcfd_create (int __sock, u_int __sendsize, u_int __recvsize)
330 extern SVCXPRT *svcunix_create (int __sock, u_int __sendsize, u_int __recvsize,
A Dclnt.h308 u_long __version, int *__sockp, u_int __sendsz,
309 u_int __recvsz) __THROW;
338 u_int __sendsz, u_int __recvsz) __THROW;
356 u_int __sendsz, u_int __recvsz) __THROW;
405 u_long __versnum, u_int __proto) __THROW;
A Dauth.h85 u_int oa_length; /* not to exceed MAX_AUTH_BYTES */
162 extern AUTH *authdes_create (const char *__servername, u_int __window,
165 extern AUTH *authdes_pk_create (const char *, netobj *, u_int,
A Dauth_unix.h67 u_int aup_len;
A Dtypes.h80 typedef __u_int u_int; typedef

Completed in 42 milliseconds

12