Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Dip6.c285 const ip_addr_t *best_addr; in ip6_select_source_address() local
310 best_addr = NULL; in ip6_select_source_address()
339 if ((best_addr == NULL) || /* no alternative yet */ in ip6_select_source_address()
345 best_addr = netif_ip_addr6(netif, i); in ip6_select_source_address()
352 return best_addr; /* may be NULL */ in ip6_select_source_address()
/third_party/python/Objects/
Dframeobject.c439 int best_addr = -1; in frame_setlineno() local
449 best_addr = i; in frame_setlineno()
494 f->f_lasti = best_addr; in frame_setlineno()