Searched refs:net_ipv4_is_addr_mcast (Results 1 – 13 of 13) sorted by relevance
126 if (net_ipv4_is_addr_mcast(&addr)) { in cmd_net_ip_add()193 if (net_ipv4_is_addr_mcast(&addr)) { in cmd_net_ip_del()
62 if (net_ipv4_is_addr_mcast(dst)) { in net_ipv4_create_full()317 if (net_ipv4_is_addr_mcast((struct in_addr *)hdr->src)) { in net_ipv4_input()350 !net_ipv4_is_addr_mcast((struct in_addr *)hdr->dst) && in net_ipv4_input()
456 if (net_ipv4_is_addr_mcast((struct in_addr *)ip_hdr->dst) || in icmpv4_handle_echo_request()
981 if (net_ipv4_is_addr_mcast(&addr4->sin_addr)) { in net_context_bind()1242 || net_ipv4_is_addr_mcast(src)) { in net_context_create_ipv4_new()1425 (net_ipv4_is_addr_mcast(&addr4->sin_addr) || in net_context_connect()2341 if (net_ipv4_is_addr_mcast(&addr4->sin_addr) && in context_sendto()
700 if (net_ipv4_is_addr_mcast((struct in_addr *)ip_hdr->ipv4->dst)) { in net_conn_input()
4651 if (!net_ipv4_is_addr_mcast(addr)) { in net_if_ipv4_maddr_add()
577 zassert_true(net_ipv4_is_addr_mcast(&maddr4a), in ZTEST()580 zassert_true(net_ipv4_is_addr_mcast(&maddr4b), in ZTEST()583 zassert_false(net_ipv4_is_addr_mcast(&addr4), "IPv4 address"); in ZTEST()585 zassert_false(net_ipv4_is_addr_mcast(&bcast_addr1), "IPv4 broadcast address"); in ZTEST()
281 if (net_ipv4_is_addr_mcast(&addr4->sin_addr)) { in zperf_udp_leave_mcast()419 if (net_ipv4_is_addr_mcast(&in4_addr_my->sin_addr)) { in zperf_udp_receiver_init()
260 if (net_ipv4_is_addr_mcast(&net_sin(¶m->peer_addr)->sin_addr)) { in udp_upload()
197 !(net_ipv4_is_addr_mcast((struct in_addr *)NET_IPV4_HDR(pkt)->dst) || in ethernet_check_ipv4_bcast_addr()470 net_ipv4_is_addr_mcast((struct in_addr *)NET_IPV4_HDR(pkt)->dst)) { in ethernet_ipv4_dst_is_broadcast_or_mcast()481 net_ipv4_is_addr_mcast((struct in_addr *)NET_IPV4_HDR(pkt)->dst)) { in ethernet_fill_in_dst_on_ipv4_mcast()
842 net_ipv4_is_addr_mcast((struct in_addr *)arp_hdr->src_ipaddr)) { in net_arp_input()
110 if (net_ipv4_is_addr_mcast(&net_sin(addr)->sin_addr) && in server_is_mdns()133 if (net_ipv4_is_addr_mcast(&net_sin(addr)->sin_addr) && in server_is_llmnr()
835 static inline bool net_ipv4_is_addr_mcast(const struct in_addr *addr) in net_ipv4_is_addr_mcast() function