This MSDN article about interface registration flags when describing the RPC_IF_ALLOW_LOCAL_ONLY
flag talks about some entity called SRV:
...When this interface flag is registered, the RPC runtime rejects calls made by remote clients. ... RPC allows ncacn_NP calls only if the call does not come from SRV...
I've looked through the RFC 2782 and still don't get it. What is SRV in the first place and how can I judge if calls come from it or some other way?