Searched refs:SIOCADDMULTI (Results 1 – 7 of 7) sorted by relevance
61 #define SIOCADDMULTI 0x8931 /* Multicast address lists */ macro
64 PyModule_AddIntMacro(m, SIOCADDMULTI); in _init_sys_ioctl_h()
129 if (ioctl(s, add ? SIOCADDMULTI : SIOCDELMULTI, (caddr_t) &ifr) < 0) { in driver_wired_multi()
287 cmd = SIOCADDMULTI; in multiaddr_modify()
967 #define VKI_SIOCADDMULTI SIOCADDMULTI
494 unsigned IOCTL_SIOCADDMULTI = SIOCADDMULTI;
80 _(SIOCADDMULTI, READ, struct_ifreq_sz);