Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c804 /* 013 */ { SIOCGIFADDR, sizeof (struct ifreq), IPI_GET_CMD,
810 IPI_GET_CMD, IF_CMD, ip_sioctl_get_dstaddr, NULL },
816 IPI_MODOK | IPI_GET_CMD,
823 /* 020 */ { O_SIOCGIFCONF, 0, IPI_GET_CMD,
828 /* 022 */ { SIOCGIFMTU, sizeof (struct ifreq), IPI_GET_CMD,
831 IPI_GET_CMD, IF_CMD, ip_sioctl_get_brdaddr, NULL },
835 IPI_GET_CMD, IF_CMD, ip_sioctl_get_netmask, NULL },
839 IPI_GET_CMD, IF_CMD, ip_sioctl_get_metric, NULL },
847 /* 031 */ { SIOCGARP, sizeof (struct arpreq), IPI_GET_CMD,
914 /* 087 */ { SIOCGIFNUM, sizeof (int), IPI_GET_CMD,
[all …]
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h1074 #define IPI2MODE(ipi) ((ipi)->ipi_flags & IPI_GET_CMD ? COPYOUT : NO_COPYOUT)
2016 #define IPI_GET_CMD 0x8 /* branch to mi_copyout on success */ macro