Searched defs:xdr_string (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr.c82 /* fragment size to use when doing an xdr_string() */
527 * xdr_string deals with "C strings" - arrays of bytes that are
534 xdr_string(XDR *xdrs, char **cpp, const uint_t maxsize) function
554 * advantages here will be miniscule compared to xdr_string.
673 * Wrapper for xdr_string that can be called directly from
679 return (xdr_string(xdrs, cpp, LASTUNSIGNED));
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr.c559 * xdr_string deals with "C strings" - arrays of bytes that are
566 xdr_string(XDR *xdrs, char **cpp, const uint_t maxsize) function
660 * Wrapper for xdr_string that can be called directly from
666 if (xdr_string(xdrs, cpp, LASTUNSIGNED))
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_proxy.h312 typedef struct xdr_string { struct
/illumos-gate/usr/src/man/man3nsl/
H A DMakefile290 xdr_string.3nsl \
528 xdr_string.3nsl := LINKSRC = xdr_complex.3nsl

Completed in 64 milliseconds