HomeSort by: relevance | last modified time | path
    Searched refs:IN_MULTICAST (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/sys/netinet/
igmp.c 287 if (!IN_MULTICAST(ip->ip_dst.s_addr)) {
344 if (!IN_MULTICAST(igmp->igmp_group.s_addr) ||
417 if (!IN_MULTICAST(igmp->igmp_group.s_addr) ||
in_pcb.c 328 if (IN_MULTICAST(sin->sin_addr.s_addr)) {
374 if (IN_MULTICAST(sin->sin_addr.s_addr)) {
427 if (so->so_uidinfo->ui_uid && !IN_MULTICAST(sin->sin_addr.s_addr)) {
540 if (IN_MULTICAST(sin->sin_addr.s_addr) &&
in.h 206 #define IN_MULTICAST(i) IN_CLASSD(i)
ip_output.c 346 } else if (((IN_MULTICAST(ip->ip_dst.s_addr) ||
359 if (IN_MULTICAST(ip->ip_dst.s_addr) ||
410 if (IN_MULTICAST(ip->ip_dst.s_addr) ||
555 if (IN_MULTICAST(ip->ip_src.s_addr)) {
1765 if (!IN_MULTICAST(mreq.imr_multiaddr.s_addr))
ip_input.c 483 if (IN_MULTICAST(ip->ip_src.s_addr)) {
670 if (IN_MULTICAST(ip->ip_dst.s_addr)) {
987 forward = !IN_MULTICAST(ip->ip_dst.s_addr);
udp_usrreq.c 402 if (IN_MULTICAST(ip->ip_dst.s_addr) || n == 0) {
503 if (IN_MULTICAST(dst4->s_addr) ||
in.c 306 if (IN_EXPERIMENTAL(in.s_addr) || IN_MULTICAST(in.s_addr))
1919 if (IN_MULTICAST(sin->sin_addr.s_addr) && mopts != NULL) {
1978 if (IN_MULTICAST(ip->ip_src.s_addr))
ip_icmp.c 535 if (IN_MULTICAST(icp->icmp_ip.ip_dst.s_addr))
dccp_usrreq.c 1669 IN_MULTICAST(ntohl(sin->sin_addr.s_addr))) {
1726 && IN_MULTICAST(ntohl(sin->sin_addr.s_addr))) {
ip_mroute.c 1881 if (!IN_MULTICAST(ip.ip_dst.s_addr))
3103 if (!IN_MULTICAST(encap_ip->ip_dst.s_addr)) {
  /src/usr.sbin/mtrace/
mtrace.c 413 if (IN_MULTICAST(ntohl(dst))) local = lcl_addr;
427 IN_MULTICAST(ntohl(query->tr_raddr)) ? get_ttl(save) : UNICAST_TTL;
630 if (IN_MULTICAST(ntohl(raddr))) k_join(raddr, INADDR_ANY);
1274 if (IN_MULTICAST(ntohl(qsrc))) goto usage;
1281 if (IN_MULTICAST(ntohl(qdst))) {
1285 if (IN_MULTICAST(ntohl(qdst))) goto usage;
1286 } else if (qgrp && !IN_MULTICAST(ntohl(qgrp))) goto usage;
1371 if (gwy && !IN_MULTICAST(ntohl(gwy)))
1395 if (IN_MULTICAST(ntohl(raddr))) k_join(raddr, lcl_addr);
1412 if (IN_MULTICAST(ntohl(tdst)))
    [all...]
  /src/usr.sbin/mrouted/
inet.c 35 return (!(IN_MULTICAST(addr) ||
igmp.c 324 if (IN_MULTICAST(ntohl(dst))) {
prune.c 1980 if (IN_MULTICAST(ntohl(dst))) {
2045 if (IN_MULTICAST(ntohl(dst)))
2054 if (IN_MULTICAST(ntohl(dst)))
2062 if (IN_MULTICAST(ntohl(dst)))
2217 if (IN_MULTICAST(ntohl(dst))) {
vif.c 701 if (IN_MULTICAST(ntohl(dst))) { /* query sent to a multicast group */
788 if (IN_MULTICAST(ntohl(dst))) { /* query sent to a multicast group */
  /src/sys/netmpls/
mpls_ttl.c 343 if (IN_MULTICAST(iph->ip_src.s_addr) ||
  /src/lib/libc/net/
getnameinfo.c 324 if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a))
  /src/sys/netipsec/
ipsecif.c 150 if (IN_MULTICAST(src->sin_addr.s_addr) ||
151 IN_MULTICAST(dst->sin_addr.s_addr)) {
  /src/sys/net/
if_stf.c 484 if (IN_MULTICAST(in->s_addr))
  /src/usr.sbin/faithd/
faithd.c 657 || IN_MULTICAST(ntohl(dst4->sin_addr.s_addr)))
  /src/tests/net/inpcb/
inpcb_bind.c 378 if (!IN_MULTICAST( ntohl(sin->sin_addr.s_addr) )) {
  /src/sbin/routed/
table.c 1126 if (IN_MULTICAST(ntohl(S_ADDR(INFO_DST(&info)))))
1268 if (IN_MULTICAST(ntohl(S_ADDR(INFO_DST(&info))))) {
  /src/sys/netinet6/
in6_pcb.c 178 if (!IN_MULTICAST(sin.sin_addr.s_addr)) {
  /src/usr.sbin/inetd/
inetd.c 1513 if (IN_MULTICAST(in.s_addr))
  /src/sbin/ping/
ping.c 486 if (IN_MULTICAST(ntohl(whereto.sin_addr.s_addr)))

Completed in 61 milliseconds

1 2