Home
last modified time | relevance | path

Searched refs:net_ipv6_is_addr_mcast (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Dipv6.c90 if (net_ipv6_is_addr_mcast(dst)) { in net_ipv6_create()
189 if (net_ipv6_is_addr_mcast((struct in6_addr *)hdr->dst)) { in ipv6_drop_on_unknown_option()
430 if (net_ipv6_is_addr_mcast((struct in6_addr *)hdr->src) || in ipv6_forward_mcast_packet()
533 if (net_ipv6_is_addr_mcast((struct in6_addr *)hdr->src) || in net_ipv6_input()
591 net_ipv6_is_addr_mcast((struct in6_addr *)hdr->dst) && !net_pkt_forwarding(pkt)) { in net_ipv6_input()
605 if (!net_ipv6_is_addr_mcast((struct in6_addr *)hdr->dst)) { in net_ipv6_input()
639 if (net_ipv6_is_addr_mcast((struct in6_addr *)hdr->dst) && in net_ipv6_input()
Dicmpv6.c132 if (net_ipv6_is_addr_mcast((struct in6_addr *)ip_hdr->dst)) { in icmpv6_handle_echo_request()
287 if (net_ipv6_is_addr_mcast((struct in6_addr *)ip_hdr->dst)) { in net_icmpv6_send_error()
Dipv6_nbr.c856 net_ipv6_is_addr_mcast((struct in6_addr *)ip_hdr->dst) || in net_ipv6_prepare_for_send()
1238 (net_ipv6_is_addr_mcast((struct in6_addr *)ns_hdr->tgt) && in handle_ns_input()
1854 net_ipv6_is_addr_mcast((struct in6_addr *)na_hdr->tgt) || in handle_na_input()
1856 net_ipv6_is_addr_mcast((struct in6_addr *)ip_hdr->dst))) && in handle_na_input()
Dnet_context.c872 if (net_ipv6_is_addr_mcast(&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()
1373 net_ipv6_is_addr_mcast(&addr6->sin6_addr)) { in net_context_connect()
2275 if (net_ipv6_is_addr_mcast(&addr6->sin6_addr) && in context_sendto()
Dconnection.c707 is_mcast_pkt = net_ipv6_is_addr_mcast((struct in6_addr *)ip_hdr->ipv6->dst); in net_conn_input()
Droute.c895 (!net_ipv6_is_addr_mcast(group)) || in net_route_mcast_add()
D6lo.c761 if (net_ipv6_is_addr_mcast((struct in6_addr *)ipv6->dst)) { in compress_IPHC_header()
Dnet_if.c2229 if (!net_ipv6_is_addr_mcast(addr)) { in net_if_ipv6_maddr_add()
/Zephyr-latest/subsys/net/lib/shell/
Dipv6.c258 if (net_ipv6_is_addr_mcast(&addr)) { in cmd_net_ip6_add()
311 if (net_ipv6_is_addr_mcast(&addr)) { in cmd_net_ip6_del()
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_udp_receiver.c289 if (net_ipv6_is_addr_mcast(&addr6->sin6_addr)) { in zperf_udp_leave_mcast()
476 if (net_ipv6_is_addr_mcast(&in6_addr_my->sin6_addr)) { in zperf_udp_receiver_init()
Dzperf_udp_uploader.c264 if (net_ipv6_is_addr_mcast(&net_sin6(&param->peer_addr)->sin6_addr)) { in udp_upload()
/Zephyr-latest/include/zephyr/net/
Dsocket.h1103 #define IN6_IS_ADDR_MULTICAST(addr) net_ipv6_is_addr_mcast(addr)
Dnet_ip.h694 static inline bool net_ipv6_is_addr_mcast(const struct in6_addr *addr) in net_ipv6_is_addr_mcast() function
/Zephyr-latest/tests/net/ip-addr/src/
Dmain.c239 zassert_true(net_ipv6_is_addr_mcast(&mcast), in ZTEST()
/Zephyr-latest/subsys/net/lib/dns/
Dresolve.c119 if (net_ipv6_is_addr_mcast(&net_sin6(addr)->sin6_addr) && in server_is_mdns()
142 if (net_ipv6_is_addr_mcast(&net_sin6(addr)->sin6_addr) && in server_is_llmnr()
/Zephyr-latest/subsys/net/l2/ethernet/
Dethernet.c541 net_ipv6_is_addr_mcast((struct in6_addr *)NET_IPV6_HDR(pkt)->dst)) { in ethernet_fill_in_dst_on_ipv6_mcast()