Home
last modified time | relevance | path

Searched refs:net_ipv6_unspecified_address (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/tests/net/mld/src/
Dmain.c481 ret = net_pkt_write(pkt, net_ipv6_unspecified_address(), in send_query()
1100 socket_join_group_with_index(net_ipv6_unspecified_address()); in ZTEST_USER()
1101 socket_leave_group_with_index(net_ipv6_unspecified_address()); in ZTEST_USER()
/Zephyr-latest/subsys/net/ip/
Dipv6_mld.c446 (uint8_t *)net_ipv6_unspecified_address())) { in handle_mld_query()
Dnet_core.c239 net_ipv6_unspecified_address())) { in check_ip()
Dipv6_pe.c604 net_ipv6_unspecified_address()); in net_ipv6_pe_del_filter()
Dipv6.c546 net_ipv6_unspecified_address()) && in net_ipv6_input()
Dutils.c1013 const struct in6_addr *net_ipv6_unspecified_address(void) in net_ipv6_unspecified_address() function
Droute.c343 if (net_ipv6_addr_cmp(addr, net_ipv6_unspecified_address())) { in net_route_add()
Dnet_context.c725 memcpy(&addr6.sin6_addr, net_ipv6_unspecified_address(), in bind_default()
900 ptr = (struct in6_addr *)net_ipv6_unspecified_address(); in net_context_bind()
Dnet_if.c3205 src = net_ipv6_unspecified_address(); in net_if_ipv6_select_src_addr_hint()
3226 if (src != net_ipv6_unspecified_address()) { in net_if_ipv6_select_src_iface()
Dipv6_nbr.c1978 src = net_ipv6_unspecified_address(); in net_ipv6_send_ns()
/Zephyr-latest/include/zephyr/net/
Dsocket.h1097 net_ipv6_addr_cmp(net_ipv6_unspecified_address(), addr)
Dnet_ip.h1047 const struct in6_addr *net_ipv6_unspecified_address(void);
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_tcp_receiver.c361 memcpy(&in6_addr->sin6_addr, net_ipv6_unspecified_address(), in zperf_tcp_receiver_init()
Dzperf_udp_receiver.c472 net_ipv6_unspecified_address(), in zperf_udp_receiver_init()
/Zephyr-latest/subsys/net/lib/dhcpv6/
Ddhcpv6.c1695 net_ipv6_unspecified_address()) && in dhcpv6_handle_reply()
1738 net_ipv6_unspecified_address()) && in dhcpv6_handle_reply()
1910 net_ipv6_unspecified_address())) { in dhcpv6_manage_timers()
1916 net_ipv6_unspecified_address())) { in dhcpv6_manage_timers()
2221 net_ipv6_unspecified_address()); in net_dhcpv6_init()
/Zephyr-latest/tests/net/ip-addr/src/
Dmain.c290 zassert_false(memcmp(net_ipv6_unspecified_address(), &any, sizeof(any)), in ZTEST()
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_inet.c2164 net_ipv6_unspecified_address(), in ipv6_multicast_group()