Searched refs:MULTICAST (Results 1 – 3 of 3) sorted by relevance
107 const MULTICAST = MULTICASTS[FAM][i % MULTICASTS[FAM].length]; constant110 m.mcast === MULTICAST)115 MULTICAST,251 const MULTICAST = process.argv[4]; constant256 console.error(`pid ${process.pid} iface ${IFACE} MULTICAST ${MULTICAST}`);285 listenSocket.addMembership(MULTICAST, IFACE);290 listenSocket.bind(PORTS[MULTICAST], ANY[FAM]);292 listenSocket.bind(common.PORT, MULTICAST);
129 1. Is MULTICAST mode supported in a multi-display configuration where displays attached
32418 * [#6543](https://github.com/apache/nuttx/pull/6543) net_if: add IFF_LOOPBACK/POINTOPOINT/MULTICAST…