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

/freebsd-12-stable/include/rpc/
H A Dsvc_dg.h45 u_int32_t su_xid; /* transaction id */ member in struct:svc_dg_data
52 #define __rpcb_get_dg_xidp(x) (&((struct svc_dg_data *)(x)->xp_p2)->su_xid)
/freebsd-12-stable/usr.sbin/ypserv/
H A Dyp_svc_udp.c58 return(su->su_xid);
70 old_xid = su->su_xid;
71 su->su_xid = xid;
/freebsd-12-stable/lib/libc/rpc/
H A Dsvc_dg.c288 su->su_xid = msg->rm_xid;
345 msg->rm_xid = su->su_xid;
633 su->su_xid, uc->uc_prog, uc->uc_vers,
643 victim->cache_xid = su->su_xid;
676 loc = CACHE_LOC(xprt, su->su_xid);
678 if (ent->cache_xid == su->su_xid &&
691 su->su_xid, msg->rm_call.cb_prog,

Completed in 107 milliseconds