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

12

/freebsd-12-stable/sbin/routed/
H A Dtable.c1123 if (IN_MULTICAST(ntohl(S_ADDR(INFO_DST(&info)))))
1270 if (IN_MULTICAST(ntohl(S_ADDR(INFO_DST(&info))))) {
/freebsd-12-stable/sys/net/
H A Dif_ethersubr.c1179 if (!IN_MULTICAST(ntohl(sin->sin_addr.s_addr)))
H A Dif_vxlan.c2963 mc = IN_MULTICAST(ntohl(in4->s_addr));
/freebsd-12-stable/sys/netinet/
H A Dip_input.c741 if (IN_MULTICAST(ntohl(ip->ip_dst.s_addr))) {
H A Dtcp_input.c1333 if (IN_MULTICAST(ntohl(ip->ip_dst.s_addr)) ||
1334 IN_MULTICAST(ntohl(ip->ip_src.s_addr)) ||
3332 if (IN_MULTICAST(ntohl(ip->ip_dst.s_addr)) ||
3333 IN_MULTICAST(ntohl(ip->ip_src.s_addr)) ||
H A Digmp.c1208 if (!IN_MULTICAST(ntohl(igmp->igmp_group.s_addr)) ||
1333 if (!IN_MULTICAST(ntohl(igmp->igmp_group.s_addr)) ||
H A Din.c195 if (IN_EXPERIMENTAL(i) || IN_MULTICAST(i) || IN_LINKLOCAL(i) ||
H A Dip_mroute.c2686 if (!IN_MULTICAST(ntohl(encap_ip->ip_dst.s_addr))) {
H A Dsctp_asconf.c203 IN_MULTICAST(ntohl(sin->sin_addr.s_addr))) {
H A Dsctp_pcb.c4294 IN_MULTICAST(ntohl(sin->sin_addr.s_addr)) ||
6199 if (IN_MULTICAST(ntohl(sin.sin_addr.s_addr))) {
H A Dsctp_output.c3676 IN_MULTICAST(ntohl(sin.sin_addr.s_addr))) {
3708 IN_MULTICAST(ntohl(sin.sin_addr.s_addr))) {
H A Dsctp_input.c5790 if (IN_MULTICAST(ntohl(dst.sin_addr.s_addr))) {
H A Dsctputil.c6590 IN_MULTICAST(ntohl(sin->sin_addr.s_addr))) {
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_addr.c388 } else if (IN_MULTICAST(ntohl(dst_tmp.sin_addr.s_addr))) {
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw2.c2949 !IN_MULTICAST(ntohl(dst_ip.s_addr))) {

Completed in 471 milliseconds

12