Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ip/
H A Dip.c794 /* 010 */ { SIOCADDRT, sizeof (struct rtentry), IPI_PRIV,
796 /* 011 */ { SIOCDELRT, sizeof (struct rtentry), IPI_PRIV,
799 /* 012 */ { SIOCSIFADDR, sizeof (struct ifreq), IPI_PRIV | IPI_WR,
804 /* 014 */ { SIOCSIFDSTADDR, sizeof (struct ifreq), IPI_PRIV | IPI_WR,
810 IPI_PRIV | IPI_WR,
823 /* 021 */ { SIOCSIFMTU, sizeof (struct ifreq), IPI_PRIV | IPI_WR,
829 /* 024 */ { SIOCSIFBRDADDR, sizeof (struct ifreq), IPI_PRIV | IPI_WR,
833 /* 026 */ { SIOCSIFNETMASK, sizeof (struct ifreq), IPI_PRIV | IPI_WR,
837 /* 028 */ { SIOCSIFMETRIC, sizeof (struct ifreq), IPI_PRIV,
842 /* 030 */ { SIOCSARP, sizeof (struct arpreq), IPI_PRIV | IPI_WR,
[all …]
H A Dip_if.c9087 if ((ipip->ipi_flags & IPI_PRIV) && in ip_sioctl_copyin_setup()
/titanic_41/usr/src/uts/common/inet/
H A Dip.h2008 #define IPI_PRIV 0x1 /* Root only command */ macro