Home
last modified time | relevance | path

Searched refs:r_nc_semantics (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Drpcb_prot.x241 unsigned int r_nc_semantics; /* semantics of transport */ member
465 % unsigned int r_nc_semantics;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpcb_prot.c146 if (!xdr_u_int(xdrs, &objp->r_nc_semantics)) in xdr_rpcb_entry()
H A Drpcb_clnt.c546 (nconf->nc_semantics == rmap->r_nc_semantics) && in got_entry()
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_4.c318 a->r_nc_semantics = nconf->nc_semantics; in rpcbproc_getaddrlist()
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c1033 re->r_nc_semantics == NC_TPI_CLTS ? "clts" :
1034 re->r_nc_semantics == NC_TPI_COTS ? "cots" :