Lines Matching full:multicast

40  *	This object represents a multicast forwarding table.
65 * Multicast Forwarding Table structure.
100 * Maximum MLID (host order) for the currently allocated multicast
104 * Number of MLIDs in the currently allocated multicast port mask
110 * This pointer is null for switches that do not support multicast.
120 * This function initializes a Multicast Forwarding Table object.
148 * This destroys and deallocates a Multicast Forwarding Table object.
156 * [in] Pointer a Pointer to the Multicast Forwarding Table object.
159 * On success, returns a pointer to a new Multicast Forwarding Table object
173 * This function reallocates the multicast port mask table if necessary.
182 * [in] Pointer to the Multicast Forwarding Table object.
200 * This destroys and deallocates a Multicast Forwarding Table object.
208 * [in] Pointer to the Multicast Forwarding Table object.
223 * Adds the port to the multicast group.
232 * [in] Pointer to the Multicast Forwarding Table object.
238 * [in] Port to add to the multicast group.
253 * Removes all multicast paths for the specified MLID.
261 * [in] Pointer to the Multicast Forwarding Table object.
279 * Returns TRUE if the port is in the multicast group.
288 * [in] Pointer to the Multicast Forwarding Table object.
309 * Returns TRUE if any port is in the multicast group.
318 * [in] Pointer to the Multicast Forwarding Table object.
324 * Returns TRUE if any port is in the multicast group.
336 * Copies the specified block into the Multicast Forwarding Table.
347 * [in] Pointer to the Multicast Forwarding Table object.
368 * Retrieve a multicast forwarding table block.