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

1 2

  /src/external/bsd/ntp/dist/include/
ntp_machine.h 253 # define IN_MULTICAST IN_CLASSD
  /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)) {
988 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))
  /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/external/mpl/dhcp/bind/dist/lib/irs/
getnameinfo.c 238 if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a)) {
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/netinet/
in_.d 103 extern(D) bool IN_MULTICAST(in_addr_t i) { return IN_CLASSD(i); }
  /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/external/bsd/ipf/dist/tools/
ipfsyncd.c 325 if (IN_MULTICAST(ntohl(sinp->sin_addr.s_addr))) {
  /src/sys/netipsec/
ipsecif.c 150 if (IN_MULTICAST(src->sin_addr.s_addr) ||
151 IN_MULTICAST(dst->sin_addr.s_addr)) {
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/netinet/
in_.d 187 extern(D) bool IN_MULTICAST(in_addr_t i) pure @safe { return IN_CLASSD(i); }
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/netinet/
in_.d 164 extern(D) bool IN_MULTICAST(in_addr_t i) { return IN_CLASSD(i); }
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/netinet/
in_.d 168 extern(D) bool IN_MULTICAST(in_addr_t i) { return IN_CLASSD(i); }
  /src/sys/net/
if_stf.c 484 if (IN_MULTICAST(in->s_addr))
  /src/tests/net/inpcb/
inpcb_bind.c 378 if (!IN_MULTICAST( ntohl(sin->sin_addr.s_addr) )) {
  /src/usr.sbin/faithd/
faithd.c 657 || IN_MULTICAST(ntohl(dst4->sin_addr.s_addr)))

Completed in 36 milliseconds

1 2