Searched refs:u_short (Results 1 – 15 of 15) sorted by relevance
/sunrpc/ |
A D | tst-xdrmem2.c | 34 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 D | tst-xdrmem.c | 37 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 D | authuxprot.c | 52 ? 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 D | pm_getport.c | 83 u_short 91 u_short port = 0; in __libc_rpc_getport() 148 u_short in libc_hidden_def()
|
A D | pmap_clnt.c | 106 pmap_set (u_long program, u_long version, int protocol, u_short port) in pmap_set()
|
A D | xdr.c | 373 xdr_u_short (XDR *xdrs, u_short *usp) in libc_hidden_def() 388 *usp = (u_short) (u_long) l; in libc_hidden_def()
|
A D | pmap_rmt.c | 358 raddr.sin_port = htons ((u_short) port); in clnt_broadcast()
|
A D | clnt_tcp.c | 135 u_short port; in clnttcp_create()
|
A D | clnt_udp.c | 149 u_short port; in __libc_clntudp_bufcreate()
|
/sunrpc/rpc/ |
A D | pmap_clnt.h | 70 int __protocol, u_short __port) __THROW; 88 extern u_short pmap_getport (struct sockaddr_in *__address,
|
A D | pmap_prot.h | 75 #define PMAPPORT ((u_short)111)
|
A D | types.h | 79 typedef __u_short u_short; typedef
|
A D | rpc_msg.h | 44 #define RPC_SERVICE_PORT ((u_short) 2048)
|
A D | xdr.h | 272 #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 D | svc.h | 93 u_short xp_port; /* associated port number */
|
Completed in 28 milliseconds