Symbol: IF_CMD
usr/src/uts/common/inet/ip/ip.c
1111
IF_CMD, ip_sioctl_get_ifhwaddr, NULL },
usr/src/uts/common/inet/ip/ip.c
12585
if (ipip->ipi_cmd_type == IF_CMD) {
usr/src/uts/common/inet/ip/ip.c
12685
case IF_CMD:
usr/src/uts/common/inet/ip/ip.c
803
IF_CMD, ip_sioctl_addr, ip_sioctl_addr_restart },
usr/src/uts/common/inet/ip/ip.c
805
IF_CMD, ip_sioctl_get_addr, NULL },
usr/src/uts/common/inet/ip/ip.c
808
IF_CMD, ip_sioctl_dstaddr, ip_sioctl_dstaddr_restart },
usr/src/uts/common/inet/ip/ip.c
810
IPI_GET_CMD, IF_CMD, ip_sioctl_get_dstaddr, NULL },
usr/src/uts/common/inet/ip/ip.c
814
IF_CMD, ip_sioctl_flags, ip_sioctl_flags_restart },
usr/src/uts/common/inet/ip/ip.c
817
IF_CMD, ip_sioctl_get_flags, NULL },
usr/src/uts/common/inet/ip/ip.c
827
IF_CMD, ip_sioctl_mtu, NULL },
usr/src/uts/common/inet/ip/ip.c
829
IF_CMD, ip_sioctl_get_mtu, NULL },
usr/src/uts/common/inet/ip/ip.c
831
IPI_GET_CMD, IF_CMD, ip_sioctl_get_brdaddr, NULL },
usr/src/uts/common/inet/ip/ip.c
833
IF_CMD, ip_sioctl_brdaddr, NULL },
usr/src/uts/common/inet/ip/ip.c
835
IPI_GET_CMD, IF_CMD, ip_sioctl_get_netmask, NULL },
usr/src/uts/common/inet/ip/ip.c
837
IF_CMD, ip_sioctl_netmask, ip_sioctl_netmask_restart },
usr/src/uts/common/inet/ip/ip.c
839
IPI_GET_CMD, IF_CMD, ip_sioctl_get_metric, NULL },
usr/src/uts/common/inet/ip/ip.c
841
IF_CMD, ip_sioctl_metric, NULL },
usr/src/uts/common/inet/ip/ip.c
898
IF_CMD, ip_sioctl_sifname, NULL },
usr/src/uts/common/inet/ip/ip.c
917
IF_CMD, ip_sioctl_get_muxid, NULL },
usr/src/uts/common/inet/ip/ip.c
919
IPI_PRIV | IPI_WR, IF_CMD, ip_sioctl_muxid, NULL },
usr/src/uts/common/inet/ip/ip.c
923
IF_CMD, ip_sioctl_get_lifindex, NULL },
usr/src/uts/common/inet/ip/ip.c
926
IPI_PRIV | IPI_WR, IF_CMD, ip_sioctl_slifindex, NULL },
usr/src/uts/common/inet/ip/ip_if.c
10250
if (ipip->ipi_cmd_type == IF_CMD) {
usr/src/uts/common/inet/ip/ip_if.c
10709
if (ipip->ipi_cmd_type == IF_CMD) {
usr/src/uts/common/inet/ip/ip_if.c
10752
if (ipip->ipi_cmd_type == IF_CMD) {
usr/src/uts/common/inet/ip/ip_if.c
10786
if (ipip->ipi_cmd_type == IF_CMD) {
usr/src/uts/common/inet/ip/ip_if.c
10853
if (ipip->ipi_cmd_type == IF_CMD) {
usr/src/uts/common/inet/ip/ip_if.c
11104
if (ipip->ipi_cmd_type == IF_CMD) {
usr/src/uts/common/inet/ip/ip_if.c
11127
if (ipip->ipi_cmd_type == IF_CMD) {
usr/src/uts/common/inet/ip/ip_if.c
11154
if (ipip->ipi_cmd_type == IF_CMD) {
usr/src/uts/common/inet/ip/ip_if.c
11182
if (ipip->ipi_cmd_type == IF_CMD) {
usr/src/uts/common/inet/ip/ip_if.c
15960
if (ipip->ipi_cmd_type == IF_CMD)
usr/src/uts/common/inet/ip/ip_if.c
16033
if (ipip->ipi_cmd_type == IF_CMD) {
usr/src/uts/common/inet/ip/ip_if.c
7082
if (ipip->ipi_cmd_type == IF_CMD) {
usr/src/uts/common/inet/ip/ip_if.c
7143
if (ipif != NULL && ipif->ipif_isv6 && ipip->ipi_cmd_type == IF_CMD) {