Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dnetwork.h240 #ifndef IN_MULTICAST
241 #define IN_MULTICAST(a) ((((uint32_t)(a)) & 0xf0000000) == 0xe0000000) macro
H A Dnetwork.c148 return IN_MULTICAST(ntohl(((struct sockaddr_in *)addr)->sin_addr.s_addr)); in ff_is_multicast_address()
/third_party/python/Modules/
H A Dgetaddrinfo.c123 #ifndef IN_MULTICAST
124 #define IN_MULTICAST(i) (((i) & 0xf0000000U) == 0xe0000000U) macro
428 if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a)) in getaddrinfo()
H A Dgetnameinfo.c159 if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a))
/third_party/libcoap/src/
H A Dcoap_address.c40 #define IN_MULTICAST(Address) (0) macro
130 return IN_MULTICAST(ntohl(a->addr.sin.sin_addr.s_addr)); in coap_is_mcast()
137 IN_MULTICAST(ntohl(a->addr.sin6.sin6_addr.s6_addr[12]))); in coap_is_mcast()
/third_party/lwip/src/include/lwip/
H A Dinet.h116 #define IN_MULTICAST(a) IP_MULTICAST(a) macro
/third_party/ltp/testcases/network/sockets/
H A DltpServer.c101 if (!IN_MULTICAST(ntohl(multiCastAddr.s_addr))) { in main()
H A DltpClient.c198 if (!IN_MULTICAST(ntohl(mcastRemoteServerAddr.sin_addr.s_addr))) { in main()
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Din.h172 #define IN_MULTICAST(a) IN_CLASSD(a) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Din.h171 #define IN_MULTICAST(a) IN_CLASSD(a) macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Din.h171 #define IN_MULTICAST(a) IN_CLASSD(a) macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
H A Din.h173 #define IN_MULTICAST(a) IN_CLASSD(a) macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Din.h171 #define IN_MULTICAST(a) IN_CLASSD(a) macro
/third_party/musl/include/netinet/
H A Din.h172 #define IN_MULTICAST(a) IN_CLASSD(a) macro
/third_party/toybox/toys/pending/
H A Dip.c2701 if (!ptnl->i_key && IN_MULTICAST(ntohl(ptnl->iph.daddr))) { in parse_iptunnel_args()
2705 if (!ptnl->o_key && IN_MULTICAST(ntohl(ptnl->iph.daddr))) { in parse_iptunnel_args()
2709 if (IN_MULTICAST(ntohl(ptnl->iph.daddr)) && !ptnl->iph.saddr) in parse_iptunnel_args()
/third_party/lwip/src/netif/ppp/
H A Dauth.c2239 || IN_MULTICAST(addr) || IN_BADCLASS(addr);

Completed in 18 milliseconds