Home
last modified time | relevance | path

Searched refs:PRIV_NET_CUSTOM_PROTOCOL (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/sys/
H A Dpriv.h128 #define PRIV_NET_CUSTOM_PROTOCOL 10015 /* Privilege to use custom protocol APIs */ macro
/xnu-11215/bsd/net/
H A Dnecp_client.c7326 …ustom_protocol_entitlement = (priv_check_cred(kauth_cred_get(), PRIV_NET_CUSTOM_PROTOCOL, 0) == 0); in necp_client_add()