ReactOS 0.4.16-dev-1028-g8602629
|
Public Attributes | |
char * | ac_host |
char * | ac_netid |
char * | ac_uaddr |
struct netbuf * | ac_taddr |
struct address_cache * | ac_next |
Definition at line 75 of file rpcb_clnt.c.
char* address_cache::ac_host |
Definition at line 76 of file rpcb_clnt.c.
Referenced by add_cache(), check_cache(), and delete_cache().
char* address_cache::ac_netid |
Definition at line 77 of file rpcb_clnt.c.
Referenced by add_cache(), check_cache(), and delete_cache().
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().
Definition at line 79 of file rpcb_clnt.c.
Referenced by add_cache(), delete_cache(), and getclnthandle().
char* address_cache::ac_uaddr |
Definition at line 78 of file rpcb_clnt.c.
Referenced by add_cache(), delete_cache(), and getclnthandle().