Home
last modified time | relevance | path

Searched refs:u_short (Results 1 – 15 of 15) sorted by relevance

/sunrpc/
A Dtst-xdrmem2.c34 u_short v_u_short; in do_test()
60 T(u_short, 31) in do_test()
68 T(u_short, 36) in do_test()
95 T(u_short, 36) in do_test()
103 T(u_short, 36) in do_test()
A Dtst-xdrmem.c37 u_short v_u_short; in do_test()
119 T(u_short, 0) \ in do_test()
120 T(u_short, UCHAR_MAX) \ in do_test()
121 T(u_short, USHRT_MAX) \ in do_test()
122 T(u_short, 0xbeef) \ in do_test()
123 T(u_short, 0x5678) \ in do_test()
A Dauthuxprot.c52 ? xdr_u_short (xdrs, (u_short *) & (p->aup_uid)) in xdr_authunix_parms()
55 ? xdr_u_short (xdrs, (u_short *) & (p->aup_gid)) in xdr_authunix_parms()
A Dpm_getport.c83 u_short
91 u_short port = 0; in __libc_rpc_getport()
148 u_short in libc_hidden_def()
A Dpmap_clnt.c106 pmap_set (u_long program, u_long version, int protocol, u_short port) in pmap_set()
A Dxdr.c373 xdr_u_short (XDR *xdrs, u_short *usp) in libc_hidden_def()
388 *usp = (u_short) (u_long) l; in libc_hidden_def()
A Dpmap_rmt.c358 raddr.sin_port = htons ((u_short) port); in clnt_broadcast()
A Dclnt_tcp.c135 u_short port; in clnttcp_create()
A Dclnt_udp.c149 u_short port; in __libc_clntudp_bufcreate()
/sunrpc/rpc/
A Dpmap_clnt.h70 int __protocol, u_short __port) __THROW;
88 extern u_short pmap_getport (struct sockaddr_in *__address,
A Dpmap_prot.h75 #define PMAPPORT ((u_short)111)
A Dtypes.h79 typedef __u_short u_short; typedef
A Drpc_msg.h44 #define RPC_SERVICE_PORT ((u_short) 2048)
A Dxdr.h272 #define IXDR_GET_U_SHORT(buf) ((u_short)IXDR_GET_LONG(buf))
287 extern bool_t xdr_u_short (XDR *__xdrs, u_short *__usp) __THROW;
A Dsvc.h93 u_short xp_port; /* associated port number */

Completed in 28 milliseconds