RTEMS CPU Kit with SuperCore
4.11.3
|
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/param.h>
#include <rpc/types.h>
#include <rpc/xdr.h>
#include <rpc/auth.h>
#include <rpc/auth_unix.h>
Data Structures | |
struct | audata |
Macros | |
#define | AUTH_PRIVATE(auth) ((struct audata *)auth->ah_private) |
Functions | |
void | set_rpc_maxgrouplist (int num) |
AUTH * | authunix_create (char *machname, int uid, int gid, int len, int *aup_gids) |
AUTH * | authunix_create_default (void) |