Home
last modified time | relevance | path

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

/components/dfs/dfs_v1/filesystems/nfs/rpc/
A Dxdr.h255 #define IXDR_GET_INT32(buf) ((int32_t)ntohl((uint32_t)*(buf)++)) macro
257 #define IXDR_GET_U_INT32(buf) ((uint32_t)IXDR_GET_INT32(buf))

Completed in 4 milliseconds