Home
last modified time | relevance | path

Searched refs:IPI_GET_CMD (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/inet/ip/
H A Dip.c801 /* 013 */ { SIOCGIFADDR, sizeof (struct ifreq), IPI_GET_CMD,
807 IPI_GET_CMD, IF_CMD, ip_sioctl_get_dstaddr, NULL },
813 IPI_MODOK | IPI_GET_CMD,
820 /* 020 */ { O_SIOCGIFCONF, 0, IPI_GET_CMD,
825 /* 022 */ { SIOCGIFMTU, sizeof (struct ifreq), IPI_GET_CMD,
828 IPI_GET_CMD, IF_CMD, ip_sioctl_get_brdaddr, NULL },
832 IPI_GET_CMD, IF_CMD, ip_sioctl_get_netmask, NULL },
836 IPI_GET_CMD, IF_CMD, ip_sioctl_get_metric, NULL },
844 /* 031 */ { SIOCGARP, sizeof (struct arpreq), IPI_GET_CMD,
911 /* 087 */ { SIOCGIFNUM, sizeof (int), IPI_GET_CMD,
[all …]
/titanic_44/usr/src/uts/common/inet/
H A Dip.h1073 #define IPI2MODE(ipi) ((ipi)->ipi_flags & IPI_GET_CMD ? COPYOUT : NO_COPYOUT)
2011 #define IPI_GET_CMD 0x8 /* branch to mi_copyout on success */ macro