Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dsockio.h125 #define IF_UNITSEL _IOW('s', 54, int) /* set unit number */ macro
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip_arp.c466 ioc->ioc_cmd != IF_UNITSEL) { in arp_wput()
477 else if (ioc->ioc_cmd == IF_UNITSEL) in arp_wput()
H A Dip.c871 /* 054 */ { IF_UNITSEL, sizeof (int), IPI_PRIV | IPI_WR | IPI_MODOK,
8874 case IF_UNITSEL: { in ip_rput_dlpi_writer()
8898 if (ipsq->ipsq_xop->ipx_current_ioctl == IF_UNITSEL) in ip_rput_dlpi_writer()
12509 if (ipip->ipi_cmd == SIOCSLIFNAME || ipip->ipi_cmd == IF_UNITSEL) { in ip_reprocess_ioctl()
12609 if (ipip->ipi_cmd == IF_UNITSEL) { in ip_process_ioctl()
/titanic_50/usr/src/cmd/truss/
H A Dcodes.c816 { (uint_t)IF_UNITSEL, "IF_UNITSEL", NULL },
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c604 if (myioctl(tmpfd, IF_UNITSEL, &ifunit) < 0) { in plumb_ipif()