Searched refs:IF_UNITSEL (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | sockio.h | 125 #define IF_UNITSEL _IOW('s', 54, int) /* set unit number */ macro
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_arp.c | 466 ioc->ioc_cmd != IF_UNITSEL) { in arp_wput() 477 else if (ioc->ioc_cmd == IF_UNITSEL) in arp_wput()
|
H A D | ip.c | 871 /* 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 D | codes.c | 816 { (uint_t)IF_UNITSEL, "IF_UNITSEL", NULL },
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 604 if (myioctl(tmpfd, IF_UNITSEL, &ifunit) < 0) { in plumb_ipif()
|