Home
last modified time | relevance | path

Searched refs:xdr_bytes (Results 1 – 8 of 8) sorted by relevance

/dragonfly/lib/libc/xdr/
H A DSymbol.map4 xdr_bytes;
H A DMakefile.inc22 xdr.3 xdr_bytes.3 \
H A Dxdr.c560 xdr_bytes(XDR *xdrs, char **cpp, u_int *sizep, u_int maxsize) in xdr_bytes() function
623 return (xdr_bytes(xdrs, &np->n_bytes, &np->n_len, MAX_NETOBJ_SZ)); in xdr_netobj()
/dragonfly/lib/libc/yp/
H A Dxdryp.c54 if (!xdr_bytes(xdrs, (char **)&objp->dptr, (u_int *)&objp->dsize, YPMAXRECORD)) { in xdr_datum()
/dragonfly/lib/libc/rpc/
H A Drpcb_prot.c307 dummy = xdr_bytes(xdrs, (char **) pp, in xdr_netbuf()
H A Drpc_prot.c74 return (xdr_bytes(xdrs, &ap->oa_base, in xdr_opaque_auth()
/dragonfly/include/rpc/
H A Dxdr.h301 extern bool_t xdr_bytes(XDR *, char **, u_int *, u_int);
/dragonfly/usr.sbin/rpcbind/
H A Drpcb_svc_com.c423 return (xdr_bytes(xdrs, &(epp->args), (u_int *) &(epp->arglen), in xdr_encap_parms()