Searched refs:cast_len (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_misc.c50 u_int cast_len, bound_len; local
58 bound_len = cast_len = (u_int) buf->length;
63 if (xdr_bytes(xdrs, (char **)&buf->value, &cast_len,
66 buf->length = cast_len;
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss_misc.c68 uint_t cast_len, bound_len; local
76 bound_len = cast_len = (uint_t)buf->length;
81 if (xdr_bytes(xdrs, (char **)&buf->value, &cast_len,
84 buf->length = cast_len;

Completed in 53 milliseconds