Home
last modified time | relevance | path

Searched defs:addr (Results 1 – 12 of 12) sorted by relevance

/sunrpc/
A Dxdr_mem.c73 xdrmem_create (XDR *xdrs, const caddr_t addr, u_int size, enum xdr_op op) in xdrmem_create()
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()
A Dget_myaddr.c56 get_myaddress (struct sockaddr_in *addr) in get_myaddress()
A Dgetrpcport.c63 struct sockaddr_in addr; in getrpcport() local
A Drpc_gethostbyname.c26 __libc_rpc_gethostbyname (const char *host, struct sockaddr_in *addr) in __libc_rpc_gethostbyname()
A Dxdr_stdio.c128 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()
A Dpmap_clnt.c56 __get_myaddress (struct sockaddr_in *addr) in __get_myaddress()
A Dsvc_tcp.c158 struct sockaddr_in addr; in svctcp_create() local
257 struct sockaddr_in addr; in rendezvous_request() local
A Dxdr_rec.c251 xdrrec_getbytes (XDR *xdrs, caddr_t addr, u_int len) in xdrrec_getbytes()
278 xdrrec_putbytes (XDR *xdrs, const char *addr, u_int len) in xdrrec_putbytes()
576 get_input_bytes (RECSTREAM *rstrm, caddr_t addr, int len) in get_input_bytes()
A Dsvc_unix.c156 struct sockaddr_un addr; in svcunix_create() local
253 struct sockaddr_un addr; in rendezvous_request() local
A Dpmap_rmt.c68 pmap_rmtcall (struct sockaddr_in *addr, u_long prog, u_long vers, u_long proc, in pmap_rmtcall()
A Dsvc_udp.c127 struct sockaddr_in addr; in svcudp_bufcreate() local
/sunrpc/rpc/
A Dxdr.h185 #define XDR_GETBYTES(xdrs, addr, len) \ argument
187 #define xdr_getbytes(xdrs, addr, len) \ argument
190 #define XDR_PUTBYTES(xdrs, addr, len) \ argument
192 #define xdr_putbytes(xdrs, addr, len) \ argument

Completed in 23 milliseconds