RTEMS
5.0.0
|
Files | |
file | nfs.c |
NFS Client Implementation for RTEMSHooks Into the RTEMS NFS Filesystem. | |
file | rpcio.c |
RPC Multiplexor for a Multitasking EnvironmentThis code funnels arbitrary task's UDP/RPC requests through one socket to arbitrary servers. The replies are gathered and dispatched to the requestors. One task handles all the sending and receiving work including retries. It is up to the requestor, however, to do the XDR encoding of the arguments / decoding of the results (except for the RPC header which is handled by the daemon). | |
file | rpcio.h [code] |
A Multithreaded RPC/UDP Multiplexor. | |
file | sock_mbuf.c |
Sock Mbuf. | |
file | xdr_mbuf.c |
XDR Implementation Using mbuf Buffersxdr_mbuf is derived from xdr_mem. | |