ReactOS 0.4.16-dev-433-g6363f78
|
#include <windows.h>
#include <stdio.h>
#include <time.h>
#include <winsock2.h>
#include <iphlpapi.h>
#include <wincrypt.h>
#include "tree.h"
#include "delegation.h"
#include "daemon_debug.h"
#include "nfs41_ops.h"
Go to the source code of this file.
Classes | |
struct | mac_entry |
Definition at line 276 of file nfs41_client.c.
Referenced by hash_mac_addrs().
|
static |
Definition at line 296 of file nfs41_client.c.
Referenced by nfs41_client_owner().
Definition at line 249 of file nfs41_client.c.
|
static |
Definition at line 258 of file nfs41_client.c.
Referenced by hash_mac_addrs().
int nfs41_client_create | ( | IN nfs41_rpc_clnt * | rpc, |
IN const client_owner4 * | owner, | ||
IN bool_t | is_data, | ||
IN const nfs41_exchange_id_res * | exchangeid, | ||
OUT nfs41_client ** | client_out | ||
) |
Definition at line 108 of file nfs41_client.c.
void nfs41_client_free | ( | IN nfs41_client * | client | ) |
Definition at line 206 of file nfs41_client.c.
Referenced by nfs41_client_create(), nfs41_root_mount_addrs(), root_client_create(), and root_free().
Definition at line 358 of file nfs41_client.c.
Referenced by nfs41_root_create().
int nfs41_client_renew | ( | IN nfs41_client * | client | ) |
Definition at line 168 of file nfs41_client.c.
Referenced by compound_encode_send_decode(), and nfs41_recover_session().
Definition at line 36 of file nfs41_client.c.
Referenced by nfs41_client_renew(), nfs41_root_mount_addrs(), root_client_find(), and root_client_find_addrs().
|
static |
Definition at line 47 of file nfs41_client.c.
Referenced by nfs41_client_create().
RB_HEAD | ( | mac_tree | , |
mac_entry | |||
) |
|
static |
Definition at line 97 of file nfs41_client.c.
Referenced by nfs41_client_create(), and nfs41_client_renew().
|
static |
Definition at line 73 of file nfs41_client.c.
Referenced by update_exchangeid_res().