Searched refs:SIOCADDMULTI (Results 1 – 8 of 8) sorted by relevance
59 #define SIOCADDMULTI 0x8931 /* Multicast address lists */ macro
64 PyModule_AddIntMacro(m, SIOCADDMULTI); in _init_sys_ioctl_h()
287 cmd = SIOCADDMULTI; in multiaddr_modify()
548 if (ioctl(s, add ? SIOCADDMULTI : SIOCDELMULTI, (caddr_t) &ifr) < 0) { in wpa_driver_wired_multi()
250 if (ioctl(s, add ? SIOCADDMULTI : SIOCDELMULTI, (caddr_t) &ifr) < 0) { in macsec_qca_multi()
967 #define VKI_SIOCADDMULTI SIOCADDMULTI
489 unsigned IOCTL_SIOCADDMULTI = SIOCADDMULTI;
56 _(SIOCADDMULTI, READ, struct_ifreq_sz);