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

/osnet-11/usr/src/lib/libradproto/common/
H A Dradproto_adr.c214 if (!xdr_r_data_t(xdrs, &ua->ua_value, utype, NULL) ||
773 xdr_r_data_t(XDR *xdrs, adr_data_t **data, adr_type_t *type, char *buf) function
881 if (!xdr_r_data_t(xdrs, &(*data)->d_data.array[i],
907 if (!xdr_r_data_t(xdrs, &d, sf->sf_type, buf))
971 if (!xdr_r_data_t(xdrs, &arm, type->t_aux.t_union.type,
988 !xdr_r_data_t(xdrs, &value, ua->ua_type, buf))) {
1039 return (xdr_r_data_t(xdrs, data, type, NULL));

Completed in 60 milliseconds