Searched refs:PRIV_NETINET_CARP (Results 1 – 3 of 3) sorted by relevance
388 #define PRIV_NETINET_CARP 495 /* Administer CARP. */ macro
1739 if ((error = priv_check(td, PRIV_NETINET_CARP))) in carp_ioctl()1819 priveleged = (priv_check(td, PRIV_NETINET_CARP) == 0); in carp_ioctl()
3125 case PRIV_NETINET_CARP: in prison_priv_check()