Home
last modified time | relevance | path

Searched refs:IF_UNITSEL (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsockio.h125 #define IF_UNITSEL _IOW('s', 54, int) /* set unit number */ macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c465 ioc->ioc_cmd != IF_UNITSEL) { in arp_wput()
476 else if (ioc->ioc_cmd == IF_UNITSEL) in arp_wput()
H A Dip.c874 /* 054 */ { IF_UNITSEL, sizeof (int), IPI_PRIV | IPI_WR | IPI_MODOK,
8927 case IF_UNITSEL: { in ip_rput_dlpi_writer()
8951 if (ipsq->ipsq_xop->ipx_current_ioctl == IF_UNITSEL) in ip_rput_dlpi_writer()
12572 if (ipip->ipi_cmd == SIOCSLIFNAME || ipip->ipi_cmd == IF_UNITSEL) { in ip_reprocess_ioctl()
12673 if (ipip->ipi_cmd == IF_UNITSEL) { in ip_process_ioctl()
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c817 { (uint_t)IF_UNITSEL, "IF_UNITSEL", NULL },
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c598 if (myioctl(tmpfd, IF_UNITSEL, &ifunit) < 0) { in plumb_ipif()