Searched refs:IXDR_PUT_LONG (Results 1 – 2 of 2) sorted by relevance
/sunrpc/ |
A D | rpc_cmsg.c | 64 (void) IXDR_PUT_LONG (buf, cmsg->rm_xid); in xdr_callmsg() 68 (void) IXDR_PUT_LONG (buf, cmsg->rm_call.cb_rpcvers); in xdr_callmsg() 71 (void) IXDR_PUT_LONG (buf, cmsg->rm_call.cb_prog); in xdr_callmsg() 72 (void) IXDR_PUT_LONG (buf, cmsg->rm_call.cb_vers); in xdr_callmsg() 73 (void) IXDR_PUT_LONG (buf, cmsg->rm_call.cb_proc); in xdr_callmsg()
|
/sunrpc/rpc/ |
A D | xdr.h | 264 #define IXDR_PUT_LONG(buf, v) ((long)IXDR_PUT_INT32(buf, (long)(v))) macro 266 #define IXDR_PUT_U_LONG(buf, v) IXDR_PUT_LONG(buf, (long)(v)) 274 #define IXDR_PUT_BOOL(buf, v) IXDR_PUT_LONG(buf, (long)(v)) 275 #define IXDR_PUT_ENUM(buf, v) IXDR_PUT_LONG(buf, (long)(v)) 276 #define IXDR_PUT_SHORT(buf, v) IXDR_PUT_LONG(buf, (long)(v)) 277 #define IXDR_PUT_U_SHORT(buf, v) IXDR_PUT_LONG(buf, (long)(v))
|
Completed in 6 milliseconds