Home
last modified time | relevance | path

Searched refs:temp_addr (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/net/ipv6/src/
Dmain.c2200 struct in6_addr **temp_addr) in get_pe_addresses() argument
2221 *temp_addr = in get_pe_addresses()
2354 struct in6_addr *temp_addr = NULL; in ZTEST() local
2361 get_pe_addresses(iface, &public_addr, &temp_addr); in ZTEST()
2364 zassert_not_null(temp_addr, "No temporary address found"); in ZTEST()
2373 zassert_true(net_ipv6_addr_cmp(src_addr, temp_addr), in ZTEST()
/Zephyr-latest/drivers/usb/udc/
Dudc_mcux_ip3511.c670 uint8_t temp_addr = addr; in udc_mcux_set_address() local
672 return udc_mcux_control(dev, kUSB_DeviceControlSetDeviceAddress, &temp_addr); in udc_mcux_set_address()
Dudc_mcux_ehci.c670 uint8_t temp_addr = addr; in udc_mcux_set_address() local
672 return udc_mcux_control(dev, kUSB_DeviceControlSetDeviceAddress, &temp_addr); in udc_mcux_set_address()
/Zephyr-latest/subsys/net/ip/
Dnet_if.c3117 struct in6_addr *temp_addr = NULL; in net_if_ipv6_get_best_match() local
3151 temp_addr = &ipv6->unicast[i].address.in6_addr; in net_if_ipv6_get_best_match()
3169 if (IS_ENABLED(CONFIG_NET_IPV6_PE) && !iface->pe_prefer_public && temp_addr) { in net_if_ipv6_get_best_match()
3172 src = temp_addr; in net_if_ipv6_get_best_match()
3184 if (temp_addr && !net_ipv6_addr_cmp(temp_addr, src)) { in net_if_ipv6_get_best_match()
3185 src = temp_addr; in net_if_ipv6_get_best_match()
/Zephyr-latest/drivers/modem/
Dhl7800.c1925 struct sockaddr temp_addr; in dns_work_cb() local
1940 &temp_addr); in dns_work_cb()
1946 strlen(iface_ctx.dns_v6_string), &temp_addr); in dns_work_cb()
1951 &temp_addr); in dns_work_cb()