Searched defs:mcast (Results 1 – 1 of 1) sorted by relevance
/third_party/node/test/internet/ |
D | test-dgram-multicast-set-interface-lo.js | 66 { tail: 'First message to send', mcast: MULTICASTS[FAM][0], rcv: true }, property 67 { tail: 'Second message to send', mcast: MULTICASTS[FAM][0], rcv: true }, property 68 { tail: 'Third message to send', mcast: MULTICASTS[FAM][1], rcv: true, property 70 { tail: 'Fourth message to send', mcast: MULTICASTS[FAM][2] }, property 71 { tail: 'Fifth message to send', mcast: MULTICASTS[FAM][1], rcv: true }, property 72 { tail: 'Sixth message to send', mcast: MULTICASTS[FAM][2], rcv: true, property
|