Lines Matching defs:xdrs
104 xdr_int(XDR *xdrs, int *ip) in xdr_int()
127 xdr_u_int(XDR *xdrs, uint_t *up) in xdr_u_int()
149 xdr_long(XDR *xdrs, long *ip) in xdr_long()
155 xdr_u_long(XDR *xdrs, unsigned long *up) in xdr_u_long()
166 xdr_longlong_t(XDR *xdrs, longlong_t *hp) in xdr_longlong_t()
204 xdr_u_longlong_t(XDR *xdrs, u_longlong_t *hp) in xdr_u_longlong_t()
243 xdr_short(XDR *xdrs, short *sp) in xdr_short()
269 xdr_u_short(XDR *xdrs, ushort_t *usp) in xdr_u_short()
297 xdr_char(XDR *xdrs, char *cp) in xdr_char()
313 xdr_u_char(XDR *xdrs, uchar_t *cp) in xdr_u_char()
341 xdr_bool(XDR *xdrs, bool_t *bp) in xdr_bool()
377 xdr_enum(XDR *xdrs, enum_t *ep) in xdr_enum()
407 xdr_opaque(XDR *xdrs, caddr_t cp, const uint_t cnt) in xdr_opaque()
460 xdr_bytes(XDR *xdrs, char **cpp, uint_t *sizep, const uint_t maxsize) in xdr_bytes()
504 xdr_netobj(XDR *xdrs, struct netobj *np) in xdr_netobj()
521 xdr_union(XDR *xdrs, enum_t *dscmp, char *unp, in xdr_union()
566 xdr_string(XDR *xdrs, char **cpp, const uint_t maxsize) in xdr_string()
644 xdr_vector(XDR *xdrs, char *basep, const uint_t nelem, in xdr_vector()
664 xdr_wrapstring(XDR *xdrs, char **cpp) in xdr_wrapstring()