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;
634 struct cache_node { struct638 uint32_t cache_xid;639 rpcproc_t cache_proc;640 rpcvers_t cache_vers;641 rpcprog_t cache_prog;642 struct netbuf cache_addr;646 char *cache_reply;647 uint32_t cache_replylen;651 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