Searched refs:IN_MULTICAST (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Din.h44 #define ipv4_is_multicast(be) IN_MULTICAST(ntohl(be))
/freebsd-12-stable/lib/libc/net/
H A Dsourcefilter.c158 if (!IN_MULTICAST(ntohl(group.s_addr)) ||
231 if (!IN_MULTICAST(ntohl(group.s_addr)) ||
296 !IN_MULTICAST(ntohl(psu->sin.sin_addr.s_addr)))) {
359 !IN_MULTICAST(ntohl(psu->sin.sin_addr.s_addr)))) {
H A Dgetnameinfo.c227 if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a) ||
/freebsd-12-stable/contrib/ntp/include/
H A Dntp_machine.h251 # define IN_MULTICAST IN_CLASSD macro
/freebsd-12-stable/sys/netinet/
H A Din_rmx.c90 if (IN_MULTICAST(ntohl(sin->sin_addr.s_addr)))
H A Dip_fastfwd.c263 IN_MULTICAST(ntohl(ip->ip_src.s_addr)) ||
264 IN_MULTICAST(ntohl(ip->ip_dst.s_addr)) ||
H A Din_mcast.c1486 if (!IN_MULTICAST(ntohl(gsa->sin.sin_addr.s_addr)))
1914 KASSERT(IN_MULTICAST(ntohl(gsin->sin_addr.s_addr)),
1988 if (!IN_MULTICAST(ntohl(gsa->sin.sin_addr.s_addr)))
2012 if (!IN_MULTICAST(ntohl(gsa->sin.sin_addr.s_addr)))
2054 if (!IN_MULTICAST(ntohl(gsa->sin.sin_addr.s_addr)))
2377 if (!IN_MULTICAST(ntohl(gsa->sin.sin_addr.s_addr)))
2580 if (!IN_MULTICAST(ntohl(gsa->sin.sin_addr.s_addr)))
2907 if (!IN_MULTICAST(ntohl(group.s_addr))) {
H A Din.h370 #define IN_MULTICAST(i) IN_CLASSD(i) macro
H A Dtcp_usrreq.c322 IN_MULTICAST(ntohl(sinp->sin_addr.s_addr)))
390 if (IN_MULTICAST(ntohl(sin.sin_addr.s_addr))) {
541 && IN_MULTICAST(ntohl(sinp->sin_addr.s_addr)))
638 if (IN_MULTICAST(ntohl(sin.sin_addr.s_addr))) {
997 if (IN_MULTICAST(ntohl(sinp->sin_addr.s_addr))) {
1062 if (IN_MULTICAST(
H A Dip_icmp.c532 if (IN_MULTICAST(ntohl(icp->icmp_ip.ip_dst.s_addr)))
745 if (IN_MULTICAST(ntohl(ip->ip_src.s_addr)) ||
H A Draw_ip.c375 if (!IN_MULTICAST(ntohl(ip->ip_dst.s_addr)) &&
386 IN_MULTICAST(ntohl(ip->ip_dst.s_addr))) {
H A Dip_divert.c496 if (IN_MULTICAST(ntohl(ip->ip_dst.s_addr)))
H A Dip_options.c270 forward = !IN_MULTICAST(ntohl(ip->ip_dst.s_addr));
H A Dip_output.c353 } else if (IN_MULTICAST(ntohl(ip->ip_dst.s_addr)) &&
421 if (IN_MULTICAST(ntohl(ip->ip_dst.s_addr))) {
H A Din_pcb.c880 if (IN_MULTICAST(ntohl(sin->sin_addr.s_addr))) {
920 if (!IN_MULTICAST(ntohl(sin->sin_addr.s_addr)) &&
1356 if (IN_MULTICAST(ntohl(faddr.s_addr)) &&
H A Dudp_usrreq.c526 if (IN_MULTICAST(ntohl(ip->ip_dst.s_addr)) ||
569 if (IN_MULTICAST(ntohl(ip->ip_dst.s_addr))) {
/freebsd-12-stable/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.h127 if (IN_MULTICAST(ntohl(ia)) || IN_LOOPBACK(ntohl(ia)) ||
/freebsd-12-stable/sbin/ifconfig/
H A Difvxlan.c132 mc = IN_MULTICAST(ntohl(sin->sin_addr.s_addr));
240 if (IN_MULTICAST(ntohl(sin->sin_addr.s_addr)))
300 if (IN_MULTICAST(ntohl(sin->sin_addr.s_addr)))
360 if (!IN_MULTICAST(ntohl(sin->sin_addr.s_addr)))
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipfsyncd.c323 if (IN_MULTICAST(ntohl(sinp->sin_addr.s_addr))) {
/freebsd-12-stable/contrib/libpcap/
H A Dsockutils.c254 if (IN_MULTICAST(ntohl(saddr4->sin_addr.s_addr))) return 0;
/freebsd-12-stable/sys/net/
H A Dif_fwsubr.c710 if (!IN_MULTICAST(ntohl(sin->sin_addr.s_addr)))
H A Dif_infiniband.c532 if (!IN_MULTICAST(ntohl(sin->sin_addr.s_addr)))
H A Dif_stf.c539 if (IN_MULTICAST(ntohl(in->s_addr)))
/freebsd-12-stable/sbin/ping/
H A Dping.c638 if (options & F_FLOOD && IN_MULTICAST(ntohl(to->sin_addr.s_addr)))
642 && !IN_MULTICAST(ntohl(to->sin_addr.s_addr)))
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c525 if (IN_MULTICAST(ntohl(sin->sin_addr.s_addr)))
623 if (IN_MULTICAST(ntohl(sin->sin_addr.s_addr)))

Completed in 501 milliseconds

12