Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dpriv.h326 #define PRIV_NET_SETIFFLAGS 399 /* Set interface flags. */ macro
/f-stack/freebsd/net/
H A Dif.c2590 error = priv_check(td, PRIV_NET_SETIFFLAGS); in ifhwioctl()
/f-stack/freebsd/kern/
H A Dkern_jail.c3315 case PRIV_NET_SETIFFLAGS: in prison_priv_check()