Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dpriv.h330 #define PRIV_NET_SETIFPHYS 403 /* Set interface physical layer prop. */ macro
/f-stack/freebsd/net/
H A Dif.c2728 error = priv_check(td, PRIV_NET_SETIFPHYS); in ifhwioctl()
/f-stack/freebsd/kern/
H A Dkern_jail.c3320 case PRIV_NET_SETIFPHYS: in prison_priv_check()