Searched refs:send_uint32 (Results 1 – 2 of 2) sorted by relevance
57 #define XDR_SEND_UINT(XDR, VALUE) (XDR)->xops->send_uint32(XDR, (uint32 *)(VALUE))58 #define XDR_SEND_UINT32(XDR, VALUE) (XDR)->xops->send_uint32(XDR, VALUE)
367 bool_t (*send_uint32) (xdr_s_type *xdr, const uint32 *value); member