Searched refs:txdr_unsigned (Results 1 – 3 of 3) sorted by relevance
86 #define txdr_unsigned(v) (htonl((uint32_t)(v))) macro473 __tmp = txdr_unsigned(VAL); \
272 *((uint32_t*)(NMC)->nmc_ptr) = txdr_unsigned(VAL); \
169 *data = txdr_unsigned(value); in rpc_gss_prepend_32()