Lines Matching full:table
65 /** Pointer to the start of data in the neighbor table. */
95 /** Function to be called when the table is cleared. */
96 void (*const clear)(struct net_nbr_table *table);
105 /* Type of the table can be NET_NBR_LOCAL or NET_NBR_GLOBAL
109 struct net_nbr_table table; \
111 .table = { \
156 * @brief Get a free neighbor from specific table.
157 * @param table Neighbor table
160 struct net_nbr *net_nbr_get(struct net_nbr_table *table);
163 * @brief Find a neighbor from specific table.
164 * @param table Neighbor table
169 struct net_nbr *net_nbr_lookup(struct net_nbr_table *table,
175 * @param table Neighbor table
185 * @param table Neighbor table
192 * @brief Return link address for a specific lladdr table index
193 * @param idx Link layer address index in ll table.
208 * @brief Clear table from all neighbors. After this the linking between
210 * @param table Neighbor table
212 void net_nbr_clear_table(struct net_nbr_table *table);
216 * @param table Neighbor table
218 void net_nbr_print(struct net_nbr_table *table);