Home
last modified time | relevance | path

Searched refs:SIOCADDMULTI (Results 1 – 25 of 77) sorted by relevance

1234

/mirbsd/src/sys/dev/ic/
Dpdq_ifsubr.c317 case SIOCADDMULTI:
322 if (cmd == SIOCADDMULTI)
Dsmc91cxx.c1052 case SIOCADDMULTI:
1059 error = (cmd == SIOCADDMULTI) ?
Dlemac.c839 case SIOCADDMULTI: in lemac_ifioctl()
844 error = (cmd == SIOCADDMULTI) ? in lemac_ifioctl()
Ddp8390.c888 case SIOCADDMULTI:
896 error = (cmd == SIOCADDMULTI) ?
Dmtd8xx.c620 case SIOCADDMULTI: in mtd_ioctl()
622 error = (command == SIOCADDMULTI) ? in mtd_ioctl()
Dam7990.c901 case SIOCADDMULTI:
903 error = (cmd == SIOCADDMULTI) ?
Drtl81x9.c1122 case SIOCADDMULTI:
1124 error = (command == SIOCADDMULTI) ?
Dhme.c1169 case SIOCADDMULTI:
1171 error = (cmd == SIOCADDMULTI) ?
/mirbsd/src/sys/sys/
Dsockio.h78 #define SIOCADDMULTI _IOW('i', 49, struct ifreq) /* add m'cast addr */ macro
/mirbsd/src/sys/net/
Dif_faith.c253 case SIOCADDMULTI:
Dif_vlan.c654 case SIOCADDMULTI: in vlan_ioctl()
708 error = (*ifp->if_ioctl)(ifp, SIOCADDMULTI, (caddr_t)ifr); in vlan_ether_addmulti()
Dif_loop.c493 case SIOCADDMULTI:
Dif_tun.c513 case SIOCADDMULTI: in tun_ioctl()
521 error = (cmd == SIOCADDMULTI) ? in tun_ioctl()
Dif_gif.c301 case SIOCADDMULTI:
/mirbsd/src/usr.sbin/rbootd/
Dbpf.c149 if (ioctl(BpfFd, SIOCADDMULTI, (caddr_t)&ifr) < 0) { in BpfOpen()
/mirbsd/src/sys/arch/sparc/dev/
Dqe.c655 case SIOCADDMULTI:
657 error = (cmd == SIOCADDMULTI) ?
Dhme.c452 case SIOCADDMULTI:
454 error = (cmd == SIOCADDMULTI) ?
Dbe.c636 case SIOCADDMULTI:
638 error = (cmd == SIOCADDMULTI) ?
/mirbsd/src/sys/dev/sbus/
Dqe.c993 case SIOCADDMULTI:
995 error = (cmd == SIOCADDMULTI) ?
/mirbsd/src/sys/dev/isa/
Dif_ef_isapnp.c385 case SIOCADDMULTI:
387 error = (cmd == SIOCADDMULTI) ?
Dif_iy.c1157 case SIOCADDMULTI:
1159 error = (cmd == SIOCADDMULTI) ?
/mirbsd/src/sys/dev/usb/
Dif_kue.c1143 case SIOCADDMULTI: in kue_ioctl()
1145 error = (command == SIOCADDMULTI) ? in kue_ioctl()
Dif_cue.c1196 case SIOCADDMULTI: in cue_ioctl()
1198 error = (command == SIOCADDMULTI) ? in cue_ioctl()
/mirbsd/src/sys/dev/pci/
Dif_ste.c1335 case SIOCADDMULTI:
1337 error = (command == SIOCADDMULTI) ?
Dif_sf.c522 case SIOCADDMULTI:
524 error = (command == SIOCADDMULTI) ?

1234