Home
last modified time | relevance | path

Searched refs:x_putbytes (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/xdr/
HDxdr_sizeof.c59 x_putbytes(XDR *xdrs, const char *bp, u_int len) in x_putbytes() function
142 ops.x_putbytes = x_putbytes; in xdr_sizeof()
/NextBSD/lib/libc/xdr/
HDxdr_sizeof.c58 x_putbytes(XDR *xdrs, const char *bp, u_int len) in x_putbytes() function
135 ops.x_putbytes = x_putbytes; in xdr_sizeof()
/NextBSD/sys/rpc/
HDxdr.h109 bool_t (*x_putbytes)(struct XDR *, const char *, u_int); member
191 (*(xdrs)->x_ops->x_putbytes)(xdrs, addr, len)
193 (*(xdrs)->x_ops->x_putbytes)(xdrs, addr, len)
/NextBSD/include/rpc/
HDxdr.h109 bool_t (*x_putbytes)(struct XDR *, const char *, u_int); member
191 (*(xdrs)->x_ops->x_putbytes)(xdrs, addr, len)
193 (*(xdrs)->x_ops->x_putbytes)(xdrs, addr, len)
/NextBSD/lib/libc/rpc/
HDauth_none.c123 dummy = (*xdrs->x_ops->x_putbytes)(xdrs, in authnone_marshal()