Home
last modified time | relevance | path

Searched refs:u_long (Results 1 – 25 of 33) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/
A Dkey_prot.h209 #define KEY_VERS ((u_long)1)
212 #define KEY_SET ((u_long)1)
215 #define KEY_ENCRYPT ((u_long)2)
218 #define KEY_DECRYPT ((u_long)3)
221 #define KEY_GEN ((u_long)4)
224 #define KEY_GETCRED ((u_long)5)
229 #define KEY_SET ((u_long)1)
238 #define KEY_GEN ((u_long)4)
246 #define KEY_SET ((u_long)1)
255 #define KEY_GEN ((u_long)4)
[all …]
A Dpmap_clnt.h72 extern bool_t pmap_set (const u_long __program, const u_long __vers,
75 extern bool_t pmap_unset (const u_long __program, const u_long __vers)
80 const u_long __prog,
81 const u_long __vers,
82 const u_long __proc,
86 u_long *__port_ptr) __THROW;
87 extern enum clnt_stat clnt_broadcast (const u_long __prog,
88 const u_long __vers,
89 const u_long __proc, xdrproc_t __xargs,
94 const u_long __program,
[all …]
A Dclnt.h112 u_long low; /* lowest verion supported */
260 #define RPCTEST_PROGRAM ((u_long)1)
261 #define RPCTEST_VERSION ((u_long)1)
262 #define RPCTEST_NULL_PROC ((u_long)2)
263 #define RPCTEST_NULL_BATCH_PROC ((u_long)3)
269 #define NULLPROC ((u_long)0)
284 extern CLIENT *clntraw_create (const u_long __prog, const u_long __vers)
299 const u_long __vers, const char *__prot)
345 u_long __program, u_long __version,
363 u_long __version, int *__sockp,
[all …]
A Dpmap_prot.h79 #define PMAPPROG ((u_long)100000)
80 #define PMAPVERS ((u_long)2)
81 #define PMAPVERS_PROTO ((u_long)2)
82 #define PMAPVERS_ORIG ((u_long)1)
83 #define PMAPPROC_NULL ((u_long)0)
84 #define PMAPPROC_SET ((u_long)1)
85 #define PMAPPROC_UNSET ((u_long)2)
86 #define PMAPPROC_GETPORT ((u_long)3)
87 #define PMAPPROC_DUMP ((u_long)4)
88 #define PMAPPROC_CALLIT ((u_long)5)
A Drpc_msg.h47 #define RPC_MSG_VERSION ((u_long) 2)
96 u_long low;
97 u_long high;
116 u_long low;
117 u_long high;
142 u_long cb_rpcvers; /* must be equal to two */
143 u_long cb_prog;
144 u_long cb_vers;
145 u_long cb_proc;
154 u_long rm_xid;
A Dpmap_rmt.h49 u_long prog, vers, proc, arglen;
60 u_long *port_ptr;
61 u_long resultslen;
A Dtypes.h71 typedef __u_long u_long; typedef
89 #define INADDR_LOOPBACK (u_long)0x7F000001
A Dauth_unix.h67 u_long aup_time;
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dsvc_simple.c71 int registerrpc (u_long prognum, u_long versnum, u_long procnum,
74 registerrpc (u_long prognum, u_long versnum, u_long procnum, in registerrpc()
96 (void) pmap_unset ((u_long) prognum, (u_long) versnum); in registerrpc()
97 if (!svc_register (transp, (u_long) prognum, (u_long) versnum, in registerrpc()
A Dclnt_tcp.c80 static enum clnt_stat clnttcp_call (CLIENT *, u_long, xdrproc_t, caddr_t,
113 clnttcp_create (struct sockaddr_in *raddr, u_long prog, u_long vers, in clnttcp_create()
233 u_long x_id; in libc_hidden_def()
385 *(u_long *)info = ntohl (*(u_long *)ct->ct_mcall); in clnttcp_control()
389 *(u_long *)ct->ct_mcall = htonl (*(u_long *)info - 1); in clnttcp_control()
399 *(u_long *)info = ntohl (*(u_long *)(ct->ct_mcall + in clnttcp_control()
403 *(u_long *)(ct->ct_mcall + 4 * BYTES_PER_XDR_UNIT) in clnttcp_control()
404 = htonl (*(u_long *)info); in clnttcp_control()
413 *(u_long *)info = ntohl(*(u_long *)(ct->ct_mcall + in clnttcp_control()
417 *(u_long *)(ct->ct_mcall + 3 * BYTES_PER_XDR_UNIT) in clnttcp_control()
[all …]
A Dpmap_rmt.c68 pmap_rmtcall (struct sockaddr_in *addr, u_long prog, u_long vers, u_long proc, in pmap_rmtcall()
70 struct timeval tout, u_long *port_ptr) in pmap_rmtcall()
118 u_long dummy_arglen = 0; in xdr_rmtcall_args()
126 cap->arglen = (u_long) position - (u_long) argposition; in xdr_rmtcall_args()
150 crp->port_ptr = (u_long *) port_ptr; in libc_hidden_def()
221 u_long prog, /* program number */ in clnt_broadcast()
222 u_long vers, /* version number */ in clnt_broadcast()
223 u_long proc, /* procedure number */ in clnt_broadcast()
243 u_long xid; in clnt_broadcast()
244 u_long port; in clnt_broadcast()
[all …]
A Dsvc_udp.c76 u_long *replylenp);
85 u_long su_xid; /* transaction id */
207 u_long replylen; in svcudp_recv()
313 cache_set (xprt, (u_long) slen); in svcudp_reply()
378 u_long cache_xid;
379 u_long cache_proc;
380 u_long cache_vers;
381 u_long cache_prog;
387 u_long cache_replylen;
401 u_long uc_size; /* size of cache */
[all …]
A Dclnt_unix.c77 static enum clnt_stat clntunix_call (CLIENT *, u_long, xdrproc_t, caddr_t,
110 clntunix_create (struct sockaddr_un *raddr, u_long prog, u_long vers, in clntunix_create()
211 u_long x_id; in libc_hidden_def()
359 *(u_long *) info = ntohl (*(u_long *)ct->ct_mcall); in clntunix_control()
363 *(u_long *) ct->ct_mcall = htonl (*(u_long *)info - 1); in clntunix_control()
373 *(u_long *) info = ntohl (*(u_long *) (ct->ct_mcall in clntunix_control()
377 *(u_long *) (ct->ct_mcall + 4 * BYTES_PER_XDR_UNIT) in clntunix_control()
378 = htonl (*(u_long *) info); in clntunix_control()
387 *(u_long *) info = ntohl (*(u_long *) (ct->ct_mcall in clntunix_control()
391 *(u_long *) (ct->ct_mcall + 3 * BYTES_PER_XDR_UNIT) in clntunix_control()
[all …]
A Dclnt_udp.c116 clntudp_bufcreate (struct sockaddr_in *raddr, u_long program, u_long version, in clntudp_bufcreate()
210 clntudp_create (struct sockaddr_in *raddr, u_long program, u_long version, struct timeval _wait, in… in libc_hidden_def()
248 u_long proc, /* procedure number */ in clntudp_call()
534 *(u_long *)info = ntohl(*(u_long *)cu->cu_outbuf); in clntudp_control()
538 *(u_long *)cu->cu_outbuf = htonl(*(u_long *)info - 1); in clntudp_control()
548 *(u_long *)info = ntohl(*(u_long *)(cu->cu_outbuf + in clntudp_control()
552 *(u_long *)(cu->cu_outbuf + 4 * BYTES_PER_XDR_UNIT) in clntudp_control()
553 = htonl(*(u_long *)info); in clntudp_control()
562 *(u_long *)info = ntohl(*(u_long *)(cu->cu_outbuf + in clntudp_control()
566 *(u_long *)(cu->cu_outbuf + 3 * BYTES_PER_XDR_UNIT) in clntudp_control()
[all …]
A Dclnt_simple.c55 u_long oldprognum, oldversnum, valid;
65 callrpc (const char *host, u_long prognum, u_long versnum, u_long procnum, in callrpc()
129 if ((crp->client = clntudp_create (&server_addr, (u_long) prognum, in callrpc()
130 (u_long) versnum, timeout, &crp->socket)) == NULL) in callrpc()
A Dpmap_clnt.c114 pmap_set (u_long program, u_long version, int protocol, u_short port) in pmap_set()
150 pmap_unset (u_long program, u_long version) in libc_hidden_def()
A Dclnt_raw.c70 static enum clnt_stat clntraw_call (CLIENT *, u_long, xdrproc_t, caddr_t,
92 clntraw_create (u_long prog, u_long vers) in clntraw_create()
135 clntraw_call (CLIENT *h, u_long proc, xdrproc_t xargs, caddr_t argsp, in clntraw_call()
A Dxdr.c181 xdr_u_long (XDR *xdrs, u_long *ulp) in libc_hidden_def()
197 if (sizeof (uint32_t) != sizeof (u_long) in libc_hidden_def()
217 u_long l; in libc_hidden_def()
222 l = (u_long) * up; in libc_hidden_def()
236 return xdr_u_long (xdrs, (u_long *) up); in libc_hidden_def()
331 u_long l; in xdr_u_short()
336 l = (u_long) * usp; in xdr_u_short()
A Dgetrpcport.c50 getrpcport (const char *host, u_long prognum, u_long versnum, u_int proto) in getrpcport()
A Dpm_getport.c59 pmap_getport (struct sockaddr_in *address, u_long program, u_long version, in pmap_getport()
A Drtime.c59 #define NYEARS (u_long)(1970 - 1900)
60 #define TOFFSET (u_long)(60*60*24*(365*NYEARS + (NYEARS/4)))
A Dclnt_generic.c47 clnt_create (const char *hostname, u_long prog, u_long vers, in clnt_create()
A Dxdr_rec.c115 u_long in_size; /* fixed size of the input buffer */
492 u_long len; /* fragment length */ in libc_hidden_def()
502 *rstrm->frag_header = htonl ((u_long) len | LAST_FRAG); in libc_hidden_def()
516 u_long eormask = (eor == TRUE) ? LAST_FRAG : 0; in libc_hidden_def()
517 u_long len = (rstrm->out_finger - (char *) rstrm->frag_header in libc_hidden_def()
A Dxdr_mem.c167 return (u_long) xdrs->x_private - (u_long) xdrs->x_base; in xdrmem_getpos()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/arpa/
A Dnameser.h496 u_long ns_get32 (const u_char *) __THROW;
498 void ns_put32 (u_long, u_char *) __THROW;
508 ns_class, ns_type, u_long, const u_char *,
511 int ns_format_ttl (u_long, char *, size_t) __THROW;
512 int ns_parse_ttl (const char *, u_long *) __THROW;

Completed in 35 milliseconds

12