Lines Matching full:table
62 /** Pointer to the start of data in the neighbor table. */
90 /** Function to be called when the table is cleared. */
91 void (*const clear)(struct net_nbr_table *table);
100 /* Type of the table can be NET_NBR_LOCAL or NET_NBR_GLOBAL
104 struct net_nbr_table table; \
106 .table = { \
139 * @brief Get a free neighbor from specific table.
140 * @param table Neighbor table
143 struct net_nbr *net_nbr_get(struct net_nbr_table *table);
146 * @brief Find a neighbor from specific table.
147 * @param table Neighbor table
152 struct net_nbr *net_nbr_lookup(struct net_nbr_table *table,
158 * @param table Neighbor table
168 * @param table Neighbor table
175 * @brief Return link address for a specific lladdr table index
176 * @param idx Link layer address index in ll table.
191 * @brief Clear table from all neighbors. After this the linking between
193 * @param table Neighbor table
195 void net_nbr_clear_table(struct net_nbr_table *table);
199 * @param table Neighbor table
201 void net_nbr_print(struct net_nbr_table *table);