Home
last modified time | relevance | path

Searched refs:net_ipv6_is_addr_unspecified (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Dipv6_pe.c100 if (net_ipv6_is_addr_unspecified(&ipv6_pe_filter[i])) { in ipv6_pe_use_this_prefix()
365 if (ifaddr == NULL && !net_ipv6_is_addr_unspecified(&addr) && in net_ipv6_pe_start()
491 if (net_ipv6_is_addr_unspecified(&ipv6_pe_filter[i])) { in ipv6_pe_recheck_filters()
533 net_ipv6_is_addr_unspecified(&ipv6_pe_filter[i])) { in net_ipv6_pe_add_filter()
635 if (net_ipv6_is_addr_unspecified(&ipv6_pe_filter[i])) { in net_ipv6_pe_filter_foreach()
Dconnection.c294 if (!net_ipv6_is_addr_unspecified( in net_conn_change_remote()
366 if (!net_ipv6_is_addr_unspecified( in net_conn_register()
506 if (!net_ipv6_is_addr_unspecified( in conn_addr_cmp()
827 net_ipv6_is_addr_unspecified( in net_conn_input()
Dnet_context.c214 if ((net_ipv6_is_addr_unspecified( in check_used_port()
216 net_ipv6_is_addr_unspecified( in check_used_port()
226 !(net_ipv6_is_addr_unspecified( in check_used_port()
228 net_ipv6_is_addr_unspecified( in check_used_port()
894 } else if (net_ipv6_is_addr_unspecified(&addr6->sin6_addr)) { in net_context_bind()
1295 if (net_ipv6_is_addr_unspecified(src) || net_ipv6_is_addr_mcast(src)) { in net_context_create_ipv6_new()
1384 if (!net_ipv6_is_addr_unspecified(&addr6->sin6_addr)) { in net_context_connect()
2269 if (net_ipv6_is_addr_unspecified(&addr6->sin6_addr)) { in context_sendto()
2292 if (net_ipv6_is_addr_unspecified( in context_sendto()
Dicmpv6.c136 if (net_ipv6_is_addr_unspecified(src)) { in icmpv6_handle_echo_request()
Dipv6_nbr.c1259 if (net_ipv6_is_addr_unspecified( in handle_ns_input()
1348 if (net_ipv6_is_addr_unspecified((struct in6_addr *)ip_hdr->src)) { in handle_ns_input()
1355 if (net_ipv6_is_addr_unspecified((struct in6_addr *)ip_hdr->src)) { in handle_ns_input()
1968 if (net_ipv6_is_addr_unspecified(src)) { in net_ipv6_send_ns()
2102 if (!net_ipv6_is_addr_unspecified(src)) { in net_ipv6_send_rs()
Dipv6.c521 if (net_ipv6_is_addr_unspecified((struct in6_addr *)hdr->src)) { in net_ipv6_input()
D6lo.c783 if (net_ipv6_is_addr_unspecified((struct in6_addr *)ipv6->src)) { in compress_IPHC_header()
Dtcp.c3893 if (net_ipv6_is_addr_unspecified( in net_tcp_connect()
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_tcp_receiver.c347 if (!net_ipv6_is_addr_unspecified(addr)) { in zperf_tcp_receiver_init()
Dzperf_udp_receiver.c457 if (!net_ipv6_is_addr_unspecified(in6_addr)) { in zperf_udp_receiver_init()
Dzperf_shell.c1194 if (net_ipv6_is_addr_unspecified(&in6_addr_dst.sin6_addr)) { in shell_cmd_upload2()
/Zephyr-latest/subsys/net/lib/dns/
Dllmnr_responder.c287 if (!addr || net_ipv6_is_addr_unspecified(addr)) { in get_ipv6_src()
/Zephyr-latest/include/zephyr/net/
Dnet_ip.h1145 static inline bool net_ipv6_is_addr_unspecified(const struct in6_addr *addr) in net_ipv6_is_addr_unspecified() function
/Zephyr-latest/subsys/net/lib/coap/
Dcoap.c1653 return net_ipv6_is_addr_unspecified( in is_addr_unspecified()
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_inet.c808 ret = net_ipv6_is_addr_unspecified(&net_sin6(&pkt->remote)->sin6_addr); in net_pkt_remote_addr_is_unspecified()