Home
last modified time | relevance | path

Searched refs:su_xid (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/ypserv/
H A Dyp_svc_udp.c56 return(su->su_xid); in svcudp_get_xid()
68 old_xid = su->su_xid; in svcudp_set_xid()
69 su->su_xid = xid; in svcudp_set_xid()
/freebsd/include/rpc/
H A Dsvc_dg.h44 u_int32_t su_xid; /* transaction id */ member
51 #define __rpcb_get_dg_xidp(x) (&((struct svc_dg_data *)(x)->xp_p2)->su_xid)
/freebsd/lib/libc/rpc/
H A Dsvc_dg.c282 su->su_xid = msg->rm_xid; in svc_dg_recv()
339 msg->rm_xid = su->su_xid; in svc_dg_reply()
627 su->su_xid, uc->uc_prog, uc->uc_vers, in cache_set()
637 victim->cache_xid = su->su_xid; in cache_set()
670 loc = CACHE_LOC(xprt, su->su_xid); in cache_get()
672 if (ent->cache_xid == su->su_xid && in cache_get()
685 su->su_xid, msg->rm_call.cb_prog, in cache_get()