Lines Matching full:table
48 /** @brief Optional callback for Bridging Table Size Status message.
50 * Handles received Bridging Table Size Status messages from a Bridge
59 /** @brief Optional callback for Bridging Table Status message.
61 * Handles received Bridging Table status messages from a Bridge
83 /** @brief Optional callback for Bridging Table List message.
85 * Handles received Bridging Table List messages from a Bridge
157 /** @brief Sends a Bridging Table Size Get message to the given destination
160 * This function sends a Bridging Table Size Get message to the given
162 * Table of the node. The Bridging Table size indicates the maximum number of
163 * entries that can be stored in the Bridging Table. The function expects a
164 * Bridging Table Size Status message as a response from the destination node.
172 * @param size Bridging Table size response parameter.
178 /** @brief Sends a Bridging Table Add message to the given destination address
181 * This function sends a Bridging Table Add message to the given destination
182 * address with the given parameters to add an entry to the Bridging Table. The
183 * Bridging Table contains the net keys and addresses that are authorized to be
184 * bridged by the node. The function expects a Bridging Table Status message as
193 * @param entry Pointer to bridging Table entry to add.
202 /** @brief Sends a Bridging Table Remove message to the given destination
205 * This function sends a Bridging Table Remove message to the given destination
207 * Table. The Bridging Table contains the net keys and addresses that are
208 * authorized to be bridged by the node. The function expects a Bridging Table
250 * @param start_idx Start offset to read in units of Bridging Table state entries
260 /** @brief Sends a Bridging Table Get message to the given destination address
263 * This function sends a Bridging Table Get message to the given destination
264 * address with the given parameters to get the contents of the Bridging Table.
265 * The Bridging Table contains the addresses that are authorized to be bridged
266 * by the node. The function expects a Bridging Table List message as a
284 * @param start_idx Start offset to read in units of Bridging Table state entries.