| /netbsd-src/tests/net/if_vlan/ |
| H A D | siocXmulti.c | 79 req = SIOCADDMULTI; in main() 113 (req == SIOCADDMULTI) ? "SIOCADDMULTI" : "SIOCDELMULTI"); in main()
|
| /netbsd-src/sys/compat/common/ |
| H A D | if_43.c | 127 return SIOCADDMULTI; in compat_cvtcmd() 163 case SIOCADDMULTI: in compat_cvtcmd()
|
| /netbsd-src/sys/net/agr/ |
| H A D | if_agrsubr.c | 226 return agrport_ioctl(port, SIOCADDMULTI, arg); in agrport_mc_add_callback() 243 error = agr_mc_add(ama, ifreq_getaddr(SIOCADDMULTI, ifr)); in agr_configmulti_ifreq()
|
| H A D | if_agr.c | 811 (cmd == SIOCADDMULTI)); in agr_ioctl_multi() 832 case SIOCADDMULTI: /* add m'cast addr */ in agr_ioctl_filter() 1089 case SIOCADDMULTI: in agr_ioctl()
|
| H A D | if_agrether.c | 188 error = agrport_ioctl(port, SIOCADDMULTI, (void *)&ifr); in agrether_portinit()
|
| /netbsd-src/sys/net/ |
| H A D | if_vether.c | 188 case SIOCADDMULTI:
|
| H A D | if_faith.c | 263 case SIOCADDMULTI: in faithioctl()
|
| H A D | if_vlan.c | 980 case SIOCADDMULTI: in vlan_ioctl() 1075 const struct sockaddr *sa = ifreq_getaddr(SIOCADDMULTI, ifr); in vlan_ether_addmulti() 1121 error = if_mcast_op(mib->ifvm_p, SIOCADDMULTI, sa); in vlan_ether_addmulti()
|
| H A D | if_loop.c | 476 case SIOCADDMULTI: in loioctl()
|
| H A D | if_stf.c | 707 case SIOCADDMULTI: in stf_ioctl()
|
| /netbsd-src/sys/netcan/ |
| H A D | if_canloop.c | 208 case SIOCADDMULTI: in canloop_ioctl()
|
| /netbsd-src/sys/sys/ |
| H A D | sockio.h | 87 #define SIOCADDMULTI _IOW('i', 49, struct ifreq) /* add m'cast addr */ macro
|
| /netbsd-src/usr.sbin/mopd/common/ |
| H A D | pf.c | 167 if (ioctl(fd, SIOCADDMULTI, (caddr_t)&ifr) < 0) { in pfAddMulti()
|
| H A D | pf-linux2.c | 188 if (ioctl(sock, SIOCADDMULTI, (caddr_t)&ifr) < 0) { in pfAddMulti()
|
| /netbsd-src/external/bsd/wpa/dist/src/drivers/ |
| H A D | driver_wired_common.c | 129 if (ioctl(s, add ? SIOCADDMULTI : SIOCDELMULTI, (caddr_t) &ifr) < 0) { in driver_wired_multi()
|
| /netbsd-src/sys/arch/usermode/dev/ |
| H A D | if_veth.c | 319 case SIOCADDMULTI: in veth_ioctl()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/ |
| H A D | ioctl.d | 296 enum SIOCADDMULTI = 0x8931; in version() local
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_platform_limits_solaris.cc | 143 unsigned IOCTL_SIOCADDMULTI = SIOCADDMULTI;
|
| /netbsd-src/sys/arch/amiga/dev/ |
| H A D | zz9k_if.c | 370 case SIOCADDMULTI: in zzif_ioctl()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_solaris.cc | 145 unsigned IOCTL_SIOCADDMULTI = SIOCADDMULTI;
|
| H A D | sanitizer_platform_limits_freebsd.cc | 201 unsigned IOCTL_SIOCADDMULTI = SIOCADDMULTI;
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_platform_limits_solaris.cpp | 146 unsigned IOCTL_SIOCADDMULTI = SIOCADDMULTI;
|
| /netbsd-src/sys/dev/pcmcia/ |
| H A D | if_cnw.c | 994 case SIOCADDMULTI: in cnw_ioctl() 1067 case SIOCADDMULTI: in cnw_ioctl()
|
| /netbsd-src/sys/dev/usb/ |
| H A D | usbnet.c | 173 KASSERTMSG(cmd != SIOCADDMULTI, "%s", ifp->if_xname); in uno_ioctl() 187 case SIOCADDMULTI: in uno_override_ioctl() 1035 * under unp_mcastlock for multicast updates in SIOCADDMULTI or in usbnet_ifflags_cb() 1089 case SIOCADDMULTI: in usbnet_if_ioctl()
|
| /netbsd-src/sys/dev/scsipi/ |
| H A D | if_se.c | 1129 case SIOCADDMULTI: in se_ioctl() 1136 error = (cmd == SIOCADDMULTI) ? in se_ioctl()
|