Home
last modified time | relevance | path

Searched refs:addr_index (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/core/ipv6/
Dip6_addr.c73 u32_t addr_index, zero_blocks, current_block_index, current_block_value;
103 addr_index = 0;
110 addr->addr[addr_index++] |= current_block_value;
113 addr->addr[addr_index] = current_block_value << 16;
148 addr_index++;
151 addr->addr[addr_index] = 0;
174 addr->addr[addr_index++] |= current_block_value;
177 addr->addr[addr_index] = current_block_value << 16;
183 for (addr_index = 0; addr_index < 4; addr_index++) {
184 addr->addr[addr_index] = lwip_htonl(addr->addr[addr_index]);
/third_party/lwip/src/core/
Dnetif.c1388 args.ipv6_set.addr_index = addr_idx; in netif_ip6_addr_set_parts()
1455 args.ipv6_addr_state_changed.addr_index = addr_idx; in netif_ip6_addr_set_state()
1517 u8_t i, addr_index; in netif_create_ip6_linklocal_address() local
1543 addr_index = 3; in netif_create_ip6_linklocal_address()
1546 addr_index--; in netif_create_ip6_linklocal_address()
1548 …ip_2_ip6(&netif->ip6_addr[0])->addr[addr_index] |= lwip_htonl(((u32_t)(netif->hwaddr[netif->hwaddr… in netif_create_ip6_linklocal_address()
/third_party/lwip/src/include/lwip/
Dnetif.h624 s8_t addr_index; member
632 s8_t addr_index; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp6008 unsigned addr_index) in translate_addr() argument
6011 return ureg_src(t->address[addr_index]); in translate_addr()