Home
last modified time | relevance | path

Searched refs:PRIV_NET_SETIFCAP (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/sys/
HDpriv.h323 #define PRIV_NET_SETIFCAP 400 /* Set interface capabilities. */ macro
/NextBSD/sys/net/
HDif.c2331 error = priv_check(td, PRIV_NET_SETIFCAP); in ifhwioctl()
/NextBSD/sys/kern/
HDkern_jail.c3737 case PRIV_NET_SETIFCAP: in prison_priv_check()