Home
last modified time | relevance | path

Searched refs:is_mcast_pkt (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_udp_uploader.c54 bool is_mcast_pkt) in zperf_upload_fin() argument
103 if (!is_mcast_pkt) { in zperf_upload_fin()
155 bool is_mcast_pkt = false; in udp_upload() local
261 is_mcast_pkt = true; in udp_upload()
265 is_mcast_pkt = true; in udp_upload()
271 results, is_mcast_pkt); in udp_upload()
/Zephyr-latest/subsys/net/ip/
Dconnection.c686 bool is_mcast_pkt = false; in net_conn_input() local
701 is_mcast_pkt = true; in net_conn_input()
707 is_mcast_pkt = net_ipv6_is_addr_mcast((struct in6_addr *)ip_hdr->ipv6->dst); in net_conn_input()
843 if (!is_mcast_pkt) { in net_conn_input()
906 if (IS_ENABLED(CONFIG_NET_IP) && is_mcast_pkt && mcast_pkt_delivered) { in net_conn_input()
932 !(is_mcast_pkt || is_bcast_pkt)) { in net_conn_input()