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

/external/syslinux/core/lwip/src/include/ipv4/lwip/
H A Dinet.h83 #define IN_MULTICAST(a) IP_MULTICAST(a) macro
/external/syslinux/gpxe/src/include/gpxe/
H A Din.h28 #define IN_MULTICAST(addr) ( ( (addr) & 0xf0000000 ) == 0xe0000000 ) macro
/external/iproute2/ip/
H A Diplink_vxlan.c94 if (!IN6_IS_ADDR_MULTICAST(&gaddr6) && !IN_MULTICAST(ntohl(gaddr)))
102 if (IN6_IS_ADDR_MULTICAST(&daddr6) || IN_MULTICAST(ntohl(daddr)))
113 if (IN_MULTICAST(ntohl(saddr)) || IN6_IS_ADDR_MULTICAST(&saddr6))
328 if (IN_MULTICAST(ntohl(addr)))
H A Dlink_gre.c305 if (!ikey && IN_MULTICAST(ntohl(daddr))) {
309 if (!okey && IN_MULTICAST(ntohl(daddr))) {
313 if (IN_MULTICAST(ntohl(daddr)) && !saddr) {
H A Diplink_geneve.c58 if (IN6_IS_ADDR_MULTICAST(&daddr6) || IN_MULTICAST(ntohl(daddr)))
H A Diptunnel.c230 if (p->i_key == 0 && IN_MULTICAST(ntohl(p->iph.daddr))) {
234 if (p->o_key == 0 && IN_MULTICAST(ntohl(p->iph.daddr))) {
238 if (IN_MULTICAST(ntohl(p->iph.daddr)) && !p->iph.saddr) {
H A Dipaddress.c1752 return IN_MULTICAST(ntohl(a->data[0]));
/external/libpcap/Win32/Include/
H A Dip6_misc.h31 #define IN_MULTICAST(a) IN_CLASSD(a) macro
/external/iproute2/include/linux/
H A Din.h266 #define IN_MULTICAST(a) IN_CLASSD(a) macro
/external/kernel-headers/original/uapi/linux/
H A Din.h267 #define IN_MULTICAST(a) IN_CLASSD(a) macro
/external/syslinux/gpxe/src/net/
H A Dipv4.c279 } else if ( IN_MULTICAST ( ntohl ( dest.s_addr ) ) ) {
330 ( ! IN_MULTICAST ( ntohl ( next_hop.s_addr ) ) ) &&
/external/ltp/testcases/network/sockets/
H A DltpServer.c101 if (!IN_MULTICAST(ntohl(multiCastAddr.s_addr))) {
H A DltpClient.c198 if (!IN_MULTICAST(ntohl(mcastRemoteServerAddr.sin_addr.s_addr))) {
/external/tcpdump/missing/
H A Dgetnameinfo.c168 if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a))
/external/iputils/
H A Dping.c337 if (IN_MULTICAST(ntohl(dst.sin_addr.s_addr))) {
442 if (broadcast_pings || IN_MULTICAST(ntohl(whereto.sin_addr.s_addr))) {
/external/syslinux/core/lwip/src/netif/ppp/
H A Dauth.c1208 || IN_MULTICAST(addr) || IN_BADCLASS(addr);
/external/libpcap/Win32/Src/
H A Dgetaddrinfo.c787 if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a))
/external/toybox/toys/pending/
H A Dip.c2595 if (!ptnl->i_key && IN_MULTICAST(ntohl(ptnl->iph.daddr))) {
2599 if (!ptnl->o_key && IN_MULTICAST(ntohl(ptnl->iph.daddr))) {
2603 if (IN_MULTICAST(ntohl(ptnl->iph.daddr)) && !ptnl->iph.saddr)
/external/ppp/pppd/
H A Dauth.c2038 || IN_MULTICAST(addr) || IN_BADCLASS(addr);
/external/ipsec-tools/src/racoon/
H A Dpfkey.c1698 && IN_MULTICAST(ntohl(((struct sockaddr_in *)sa)->sin_addr.s_addr)))
/external/netperf/src/
H A Dnettest_omni.c762 /* and here I thought IN_MULTICAST would operate on things in
764 return IN_MULTICAST(ntohl(bar.s_addr));

Completed in 608 milliseconds