Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
H A Dnetif.c1706 * @param chosen_idx if != NULL, the chosen IPv6 address index will be stored here
1709 netif_add_ip6_address(struct netif *netif, const ip6_addr_t *ip6addr, s8_t *chosen_idx) argument
1721 if (chosen_idx != NULL) {
1722 *chosen_idx = i;
1733 if (chosen_idx != NULL) {
1734 *chosen_idx = i;
1740 if (chosen_idx != NULL) {
1741 *chosen_idx = -1;
/third_party/lwip/src/include/lwip/
H A Dnetif.h557 err_t netif_add_ip6_address(struct netif *netif, const ip6_addr_t *ip6addr, s8_t *chosen_idx);

Completed in 4 milliseconds