Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/net/ip/
Dipv6.c162 if (net_ipv6_is_addr_mcast((struct in6_addr *)hdr->dst)) { in ipv6_drop_on_unknown_option()
399 if (net_ipv6_is_addr_mcast((struct in6_addr *)hdr->src) || in ipv6_forward_mcast_packet()
483 if (net_ipv6_is_addr_mcast((struct in6_addr *)hdr->src) || in net_ipv6_input()
524 net_ipv6_is_addr_mcast((struct in6_addr *)hdr->dst)) { in net_ipv6_input()
537 if (!net_ipv6_is_addr_mcast((struct in6_addr *)hdr->dst)) { in net_ipv6_input()
561 if (net_ipv6_is_addr_mcast((struct in6_addr *)hdr->dst) && in net_ipv6_input()
Dicmpv6.c138 if (net_ipv6_is_addr_mcast((struct in6_addr *)ip_hdr->dst)) { in icmpv6_handle_echo_request()
288 if (net_ipv6_is_addr_mcast((struct in6_addr *)ip_hdr->dst)) { in net_icmpv6_send_error()
Dipv6_nbr.c845 net_ipv6_is_addr_mcast((struct in6_addr *)ip_hdr->dst) || in net_ipv6_prepare_for_send()
1184 (net_ipv6_is_addr_mcast((struct in6_addr *)ns_hdr->tgt) && in handle_ns_input()
1758 net_ipv6_is_addr_mcast((struct in6_addr *)na_hdr->tgt) || in handle_na_input()
1760 net_ipv6_is_addr_mcast((struct in6_addr *)ip_hdr->dst))) && in handle_na_input()
Dnet_context.c535 if (net_ipv6_is_addr_mcast(&addr6->sin6_addr)) { in net_context_bind()
926 || net_ipv6_is_addr_mcast(src)) { in net_context_create_ipv6_new()
1005 net_ipv6_is_addr_mcast(&addr6->sin6_addr)) { in net_context_connect()
Dconnection.c633 is_mcast_pkt = net_ipv6_is_addr_mcast((struct in6_addr *)ip_hdr->ipv6->dst); in net_conn_input()
Droute.c882 (!net_ipv6_is_addr_mcast(group)) || in net_route_mcast_add()
D6lo.c767 if (net_ipv6_is_addr_mcast((struct in6_addr *)ipv6->dst)) { in compress_IPHC_header()
Dnet_if.c1972 if (!net_ipv6_is_addr_mcast(addr)) { in net_if_ipv6_maddr_add()
/Zephyr-Core-3.4.0/tests/net/ip-addr/src/
Dmain.c236 zassert_true(net_ipv6_is_addr_mcast(&mcast), in ZTEST()
/Zephyr-Core-3.4.0/subsys/net/lib/dns/
Dresolve.c99 if (net_ipv6_is_addr_mcast(&net_sin6(addr)->sin6_addr) && in server_is_mdns()
122 if (net_ipv6_is_addr_mcast(&net_sin6(addr)->sin6_addr) && in server_is_llmnr()
/Zephyr-Core-3.4.0/include/zephyr/net/
Dnet_ip.h613 static inline bool net_ipv6_is_addr_mcast(const struct in6_addr *addr) in net_ipv6_is_addr_mcast() function
/Zephyr-Core-3.4.0/subsys/net/l2/ethernet/
Dethernet.c416 net_ipv6_is_addr_mcast((struct in6_addr *)NET_IPV6_HDR(pkt)->dst)) { in ethernet_fill_in_dst_on_ipv6_mcast()