Searched defs:cache_node (Results 1 – 3 of 3) sorted by relevance
40 typedef struct cache_node struct42 struct cache_node *next; /* Pointer to next entry on the list. argument44 const void *key; /* Key used to locate the value. Used48 void *value; /* Value stored for the key. */
367 struct cache_node { struct371 u_int32_t cache_xid;372 rpcproc_t cache_proc;373 rpcvers_t cache_vers;374 rpcprog_t cache_prog;375 struct netbuf cache_addr;379 char *cache_reply;380 size_t cache_replylen;384 cache_ptr cache_next;