RTEMS CPU Kit with SuperCore
4.11.3
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#include <rpc/rpc.h>
#include <rpc/pmap_clnt.h>
#include <sys/socket.h>
#include <netdb.h>
Data Structures | |
struct | prog_lst |
Macros | |
#define | proglst (rtems_rpc_task_variables->svc_simple_proglst) |
#define | pl (rtems_rpc_task_variables->svc_simple_pl) |
#define | transp (rtems_rpc_task_variables->svc_simple_transp) |
Functions | |
int | registerrpc (int prognum, int versnum, int procnum, char *(*progname)(char *), xdrproc_t inproc, xdrproc_t outproc) |