Home
last modified time | relevance | path

Searched refs:txdr_unsigned (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.41.9/bsd/nfs/ !
H A Dxdr_subs.h86 #define txdr_unsigned(v) (htonl((uint32_t)(v))) macro
473 __tmp = txdr_unsigned(VAL); \
H A Dnfsm_subs.h272 *((uint32_t*)(NMC)->nmc_ptr) = txdr_unsigned(VAL); \
H A Dnfs_gss.c169 *data = txdr_unsigned(value); in rpc_gss_prepend_32()