RTEMS CPU Kit with SuperCore
4.11.2
|
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <rpc/rpc.h>
#include <rpc/pmap_prot.h>
#include <rpc/pmap_clnt.h>
#include <netinet/in.h>
Macros | |
#define | PORTMAPSOCK "/var/run/portmapsock" |
Functions | |
bool_t | pmap_set (u_long program, u_long version, int protocol, int port) |
bool_t | pmap_unset (u_long program, u_long version) |