Home
last modified time | relevance | path

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

/netbsd-src/include/rpc/
H A Drpcb_prot.x249 unsigned int r_nc_semantics; /* semantics of transport */ member
475 % unsigned int r_nc_semantics;
/netbsd-src/lib/libc/rpc/
H A Drpcb_prot.c203 if (!xdr_u_int32_t(xdrs, &objp->r_nc_semantics)) { in xdr_rpcb_entry()
H A Drpcb_clnt.c642 (nconf->nc_semantics == rmap->r_nc_semantics) && in got_entry()
/netbsd-src/usr.sbin/rpcbind/
H A Drpcb_svc_4.c396 a->r_nc_semantics = nconf->nc_semantics; in rpcbproc_getaddrlist_4_local()
/netbsd-src/usr.bin/rpcinfo/
H A Drpcinfo.c973 re->r_nc_semantics == NC_TPI_CLTS ? "clts" :
974 re->r_nc_semantics == NC_TPI_COTS ? "cots" :