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.c2207 struct in6_addr **temp_addr) in get_pe_addresses() argument
2228 *temp_addr = in get_pe_addresses()
2361 struct in6_addr *temp_addr = NULL; in ZTEST() local
2368 get_pe_addresses(iface, &public_addr, &temp_addr); in ZTEST()
2371 zassert_not_null(temp_addr, "No temporary address found"); in ZTEST()
2380 zassert_true(net_ipv6_addr_cmp(src_addr, temp_addr), in ZTEST()
/Zephyr-latest/drivers/usb/udc/
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()
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()
/Zephyr-latest/subsys/net/ip/
Dnet_if.c3059 struct in6_addr *temp_addr = NULL; in net_if_ipv6_get_best_match() local
3093 temp_addr = &ipv6->unicast[i].address.in6_addr; in net_if_ipv6_get_best_match()
3111 if (IS_ENABLED(CONFIG_NET_IPV6_PE) && !iface->pe_prefer_public && temp_addr) { in net_if_ipv6_get_best_match()
3114 src = temp_addr; in net_if_ipv6_get_best_match()
3126 if (temp_addr && !net_ipv6_addr_cmp(temp_addr, src)) { in net_if_ipv6_get_best_match()
3127 src = temp_addr; in net_if_ipv6_get_best_match()
/Zephyr-latest/drivers/modem/
Dhl7800.c1894 struct sockaddr temp_addr; in dns_work_cb() local
1909 &temp_addr); in dns_work_cb()
1915 strlen(iface_ctx.dns_v6_string), &temp_addr); in dns_work_cb()
1920 &temp_addr); in dns_work_cb()