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.c357 struct cache_node { struct
361 uint32_t cache_xid;
362 rpcproc_t cache_proc;
363 rpcvers_t cache_vers;
364 rpcprog_t cache_prog;
365 struct sockaddr_in cache_addr;
369 char * cache_reply;
370 uint32_t cache_replylen;
374 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