Home
last modified time | relevance | path

Searched refs:addr_count (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/flash/
Dnpcx_flash_api_ex.h48 size_t addr_count; member
/Zephyr-latest/subsys/net/lib/dhcpv6/
Ddhcpv6.c1204 uint16_t addr_count; in dhcpv6_parse_option_dns_servers() local
1213 addr_count = length / addr_size; in dhcpv6_parse_option_dns_servers()
1214 addr_count = MIN(addr_count, *server_count); in dhcpv6_parse_option_dns_servers()
1216 for (int i = 0; i < addr_count; i++) { in dhcpv6_parse_option_dns_servers()
1225 *server_count = addr_count; in dhcpv6_parse_option_dns_servers()
/Zephyr-latest/drivers/flash/
Dflash_npcx_fiu_nor.c478 if (op_in->addr_count != 0) { in flash_npcx_nor_ex_exec_uma()