Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_service.c343 netid = svc_getnetid(sr->rq_xprt); in nlm_do_test()
494 netid = svc_getnetid(sr->rq_xprt); in nlm_do_lock()
852 netid = svc_getnetid(sr->rq_xprt); in nlm_do_cancel()
950 netid = svc_getnetid(sr->rq_xprt); in nlm_do_unlock()
1207 netid = svc_getnetid(sr->rq_xprt); in nlm_do_share()
1273 netid = svc_getnetid(sr->rq_xprt); in nlm_do_unshare()
H A Dnlm_impl.c2707 netid = svc_getnetid(transp); in nlm_caller_is_local()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c1042 res = nfsauth_retrieve(nag, exi, svc_getnetid(req->rq_xprt), in nfsauth_cache_get()
1127 ran->ran_netid = strdup(svc_getnetid(req->rq_xprt)); in nfsauth_cache_get()
1213 if (nfsauth_retrieve(nag, exi, svc_getnetid(req->rq_xprt), flavor, in nfsauth_cache_get()
H A Dnfs_log_xdr.c202 netid = svc_getnetid(req->rq_xprt); in xdr_nfslog_request_record()
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.h524 #define svc_getnetid(x) ((x)->xp_netid) macro