Searched defs:cache_node (Results 1 – 3 of 3) sorted by relevance
310 struct cache_node { struct314 uint32_t cache_xid;315 uint32_t cache_proc;316 uint32_t cache_vers;317 uint32_t cache_prog;318 struct sockaddr_in cache_addr;322 char * cache_reply;323 uint32_t cache_replylen;327 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