OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:recv_uint32
(Results
1 - 2
of
2
) sorted by null
/hardware/msm7k/librpc/rpc/
xdr.h
51
#define XDR_RECV_UINT(XDR, VALUE) (XDR)->xops->
recv_uint32
(XDR, (uint32 *)(VALUE))
52
#define XDR_RECV_UINT32(XDR, VALUE) (XDR)->xops->
recv_uint32
(XDR, VALUE)
types.h
375
bool_t (*
recv_uint32
) (xdr_s_type *xdr, uint32 *value);
member in struct:xdr_ops_struct
Completed in 35 milliseconds