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