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

/barrelfish-master/lib/lwip2/src/core/
H A Dnetif.c1222 * @param chosen_idx if != NULL, the chosen IPv6 address index will be stored here
1225 netif_add_ip6_address(struct netif *netif, const ip6_addr_t *ip6addr, s8_t *chosen_idx) argument
1232 if (chosen_idx != NULL) {
1233 *chosen_idx = i;
1243 if (chosen_idx != NULL) {
1244 *chosen_idx = i;
1250 if (chosen_idx != NULL) {
1251 *chosen_idx = -1;
/barrelfish-master/include/lwip2/lwip/
H A Dnetif.h460 err_t netif_add_ip6_address(struct netif *netif, const ip6_addr_t *ip6addr, s8_t *chosen_idx);

Completed in 171 milliseconds