Home
last modified time | relevance | path

Searched refs:chosen_idx (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/core/
Dnetif.c1583 netif_add_ip6_address(struct netif *netif, const ip6_addr_t *ip6addr, s8_t *chosen_idx) in netif_add_ip6_address() argument
1595 if (chosen_idx != NULL) { in netif_add_ip6_address()
1596 *chosen_idx = i; in netif_add_ip6_address()
1607 if (chosen_idx != NULL) { in netif_add_ip6_address()
1608 *chosen_idx = i; in netif_add_ip6_address()
1614 if (chosen_idx != NULL) { in netif_add_ip6_address()
1615 *chosen_idx = -1; in netif_add_ip6_address()
/third_party/lwip/src/include/lwip/
Dnetif.h524 err_t netif_add_ip6_address(struct netif *netif, const ip6_addr_t *ip6addr, s8_t *chosen_idx);