Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c797 /* 010 */ { SIOCADDRT, sizeof (struct rtentry), IPI_PRIV,
799 /* 011 */ { SIOCDELRT, sizeof (struct rtentry), IPI_PRIV,
802 /* 012 */ { SIOCSIFADDR, sizeof (struct ifreq), IPI_PRIV | IPI_WR,
807 /* 014 */ { SIOCSIFDSTADDR, sizeof (struct ifreq), IPI_PRIV | IPI_WR,
813 IPI_PRIV | IPI_WR,
826 /* 021 */ { SIOCSIFMTU, sizeof (struct ifreq), IPI_PRIV | IPI_WR,
832 /* 024 */ { SIOCSIFBRDADDR, sizeof (struct ifreq), IPI_PRIV | IPI_WR,
836 /* 026 */ { SIOCSIFNETMASK, sizeof (struct ifreq), IPI_PRIV | IPI_WR,
840 /* 028 */ { SIOCSIFMETRIC, sizeof (struct ifreq), IPI_PRIV,
845 /* 030 */ { SIOCSARP, sizeof (struct arpreq), IPI_PRIV | IPI_WR,
[all …]
H A Dip_if.c9095 if ((ipip->ipi_flags & IPI_PRIV) && in ip_sioctl_copyin_setup()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2013 #define IPI_PRIV 0x1 /* Command requires PRIV_SYS_IP_CONFIG */ macro