Lines Matching refs:index
116 #define netif_index_to_num(index) ((index) - 1)
448 serve as an interface index that fits in a u8_t.
1426 * Allocate an index to store data in client_data member of struct netif.
1427 * Returned value is an index in mentioned array.
1452 * @param addr_idx index of the IPv6 address
1473 * @param addr_idx index of the IPv6 address
1486 LWIP_ASSERT("invalid index", addr_idx < LWIP_IPV6_NUM_ADDRESSES);
1533 * @param addr_idx index of the IPv6 address
1542 LWIP_ASSERT("invalid index", addr_idx < LWIP_IPV6_NUM_ADDRESSES);
1595 * index. Depending on its state, it may or may not be assigned to the
1598 * The given address may or may not be zoned (i.e., have a zone index other
1604 * @return >= 0: address found, this is its index
1706 * @param chosen_idx if != NULL, the chosen IPv6 address index will be stored here
1775 * Return the interface index for the netif with name
1787 /* No name found, return invalid index */
1793 * Return the interface name for the netif matching index
1796 * @param idx the interface index of the netif
1823 * Return the interface for the netif index
1825 * @param idx index of netif to find