Searched defs:xdr_string (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/nfs/ |
H A D | krpc_subr.c | 440 struct xdr_string { struct 450 struct xdr_string *xs; in xdr_string_encode() argument
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/rpc/ |
H A D | xdr.h | 56 bool_t (*xdr_string)(XDR *, char **, const uint_t); member 137 static inline bool_t xdr_string(XDR *xdrs, char **sp, const uint_t maxsize) in xdr_string() function
|
/freebsd/crypto/krb5/src/lib/rpc/ |
H A D | xdr.c | 608 xdr_string(XDR *xdrs, char **cpp, u_int maxsize) in xdr_string() function
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_proxy.h | 305 typedef struct xdr_string { struct 308 } xdr_string_t; argument
|
/freebsd/sys/xdr/ |
H A D | xdr.c | 608 xdr_string(XDR *xdrs, char **cpp, u_int maxsize) in xdr_string() function
|
/freebsd/lib/libc/xdr/ |
H A D | xdr.c | 684 xdr_string(XDR *xdrs, char **cpp, u_int maxsize) in xdr_string() function
|
/freebsd/crypto/krb5/src/include/gssrpc/ |
H A D | rename.h | 251 #define xdr_string gssrpc_xdr_string macro
|
/freebsd/stand/libsa/zfs/ |
H A D | nvlist.c | 296 xdr_string(xdr_t *xdr, nv_string_t *s) in xdr_string() function
|