Searched refs:SIOCADDMULTI (Results 1 – 8 of 8) sorted by relevance
59 #define SIOCADDMULTI 0x8931 /* Multicast address lists */ macro
286 cmd = SIOCADDMULTI; in multiaddr_modify()
530 if (ioctl(s, add ? SIOCADDMULTI : SIOCDELMULTI, (caddr_t) &ifr) < 0) { in wpa_driver_wired_multi()
247 if (ioctl(s, add ? SIOCADDMULTI : SIOCDELMULTI, (caddr_t) &ifr) < 0) { in macsec_qca_multi()
947 #define VKI_SIOCADDMULTI SIOCADDMULTI
411 unsigned IOCTL_SIOCADDMULTI = SIOCADDMULTI;
56 _(SIOCADDMULTI, READ, struct_ifreq_sz);
1683 {"linux/sockios.h", "SIOCADDMULTI", 0x8931},