Searched defs:su_xid (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/head/rpcsvc/
H A Dsvc_dg_priv.h54 uint32_t su_xid; /* transaction id */ member in struct:svc_dg_data
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_resolv_common.h50 ulong_t su_xid; member in struct:svc_dg_data
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dsvc_udp.c84 uint32_t su_xid; /* transaction id */ member in struct:svcudp_data
213 su->su_xid = msg->rm_xid;
237 msg->rm_xid = su->su_xid;
458 victim->cache_xid = su->su_xid;
489 loc = CACHE_LOC(xprt, su->su_xid);
491 if (ent->cache_xid == su->su_xid &&
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_door.c77 uint32_t su_xid; /* transaction id */ member in struct:svc_door_data
583 su->su_xid = msg->rm_xid;
595 msg->rm_xid = su->su_xid;

Completed in 86 milliseconds