Home
last modified time | relevance | path

Searched defs:cache_node (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/krb5/src/lib/rpc/
H A Dsvc_udp.c358 struct cache_node { struct
362 uint32_t cache_xid;
363 rpcproc_t cache_proc;
364 rpcvers_t cache_vers;
365 rpcprog_t cache_prog;
366 struct sockaddr_in cache_addr;
370 char * cache_reply;
371 uint32_t cache_replylen;
375 cache_ptr cache_next;
/freebsd/lib/libc/rpc/
H A Dsvc_dg.c465 struct cache_node { struct
469 u_int32_t cache_xid;
470 rpcproc_t cache_proc;
471 rpcvers_t cache_vers;
472 rpcprog_t cache_prog;
473 struct netbuf cache_addr;
477 char *cache_reply;
478 size_t cache_replylen;
482 cache_ptr cache_next;
/freebsd/sys/ofed/include/rdma/
H A Dib_fmr_pool.h73 struct hlist_node cache_node; member