ReactOS 0.4.15-dev-7924-g5949c20
address_cache Struct Reference
Collaboration diagram for address_cache:

Public Attributes

charac_host
 
charac_netid
 
charac_uaddr
 
struct netbufac_taddr
 
struct address_cacheac_next
 

Detailed Description

Definition at line 75 of file rpcb_clnt.c.

Member Data Documentation

◆ ac_host

char* address_cache::ac_host

Definition at line 76 of file rpcb_clnt.c.

Referenced by add_cache(), check_cache(), and delete_cache().

◆ ac_netid

char* address_cache::ac_netid

Definition at line 77 of file rpcb_clnt.c.

Referenced by add_cache(), check_cache(), and delete_cache().

◆ ac_next

struct address_cache* address_cache::ac_next

Definition at line 80 of file rpcb_clnt.c.

Referenced by add_cache(), check_cache(), and delete_cache().

◆ ac_taddr

struct netbuf* address_cache::ac_taddr

Definition at line 79 of file rpcb_clnt.c.

Referenced by add_cache(), delete_cache(), and getclnthandle().

◆ ac_uaddr

char* address_cache::ac_uaddr

Definition at line 78 of file rpcb_clnt.c.

Referenced by add_cache(), delete_cache(), and getclnthandle().


The documentation for this struct was generated from the following file: