Searched defs:cache_node (Results 1 – 3 of 3) sorted by relevance
312 struct cache_node { struct316 uint32_t cache_xid;317 uint32_t cache_proc;318 uint32_t cache_vers;319 uint32_t cache_prog;320 struct sockaddr_in cache_addr;324 char * cache_reply;325 uint32_t cache_replylen;329 cache_ptr cache_next;
635 struct cache_node { struct639 uint32_t cache_xid;640 rpcproc_t cache_proc;641 rpcvers_t cache_vers;642 rpcprog_t cache_prog;643 struct netbuf cache_addr;647 char *cache_reply;648 uint32_t cache_replylen;652 cache_ptr cache_next;
116 typedef struct cache_node { struct118 struct cache_node *parent; /* node's parent */ argument119 struct cache_node *sib; /* node's sibling */ argument120 struct cache_node *child; /* first child for this node */ argument122 } cache_node_t; argument