Searched refs:SIOCADDMULTI (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsockio.h131 #define SIOCADDMULTI _IOW('i', 49, struct ifreq) /* add m'cast addr */ macro
/darwin-on-arm/xnu/bsd/net/
H A Dif_gif.c597 case SIOCADDMULTI:
H A Dif_loop.c517 case SIOCADDMULTI: /* struct ifreq */
H A Dif_stf.c886 case SIOCADDMULTI:
H A Dif.c1533 case SIOCADDMULTI: /* struct ifreq */
2139 case SIOCADDMULTI:
2160 * multicast group via SIOCADDMULTI. Subsequent join requested
2169 if (cmd == SIOCADDMULTI) {
2878 * to the underlying link-layer record must use this routine: SIOCADDMULTI
3046 (void) ifnet_ioctl(ifp, 0, SIOCADDMULTI, NULL);
H A Dif_vlan.c1950 case SIOCADDMULTI:
H A Dif_bond.c2906 case SIOCADDMULTI:
H A Dif_bridge.c1378 case SIOCADDMULTI:
H A Ddlil.c2981 err = ifnet_ioctl(ifp, 0, SIOCADDMULTI, NULL);

Completed in 118 milliseconds