/third_party/libcoap/src/ |
D | address.c | 29 #define IN_MULTICAST(Address) (0) macro 111 return IN_MULTICAST(ntohl(a->addr.sin.sin_addr.s_addr)); in coap_is_mcast() 115 IN_MULTICAST(ntohl(a->addr.sin6.sin6_addr.s6_addr[12]))); in coap_is_mcast()
|
/third_party/ffmpeg/libavformat/ |
D | network.h | 240 #ifndef IN_MULTICAST 241 #define IN_MULTICAST(a) ((((uint32_t)(a)) & 0xf0000000) == 0xe0000000) macro
|
D | network.c | 148 return IN_MULTICAST(ntohl(((struct sockaddr_in *)addr)->sin_addr.s_addr)); in ff_is_multicast_address()
|
/third_party/python/Modules/ |
D | getaddrinfo.c | 120 #ifndef IN_MULTICAST 121 #define IN_MULTICAST(i) (((i) & 0xf0000000U) == 0xe0000000U) macro 425 if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a)) in getaddrinfo()
|
D | getnameinfo.c | 156 if (IN_MULTICAST(v4a) || IN_EXPERIMENTAL(v4a))
|
/third_party/lwip/src/include/lwip/ |
D | inet.h | 116 #define IN_MULTICAST(a) IP_MULTICAST(a) macro
|
/third_party/libnl/include/linux-private/linux/ |
D | in.h | 268 #define IN_MULTICAST(a) IN_CLASSD(a) macro
|
/third_party/ltp/testcases/network/sockets/ |
D | ltpServer.c | 101 if (!IN_MULTICAST(ntohl(multiCastAddr.s_addr))) { in main()
|
D | ltpClient.c | 198 if (!IN_MULTICAST(ntohl(mcastRemoteServerAddr.sin_addr.s_addr))) { in main()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
D | in.h | 171 #define IN_MULTICAST(a) IN_CLASSD(a) macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/ |
D | in.h | 171 #define IN_MULTICAST(a) IN_CLASSD(a) macro
|
/third_party/musl/ndk_musl_include/netinet/ |
D | in.h | 171 #define IN_MULTICAST(a) IN_CLASSD(a) macro
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
D | in.h | 171 #define IN_MULTICAST(a) IN_CLASSD(a) macro
|
/third_party/musl/include/netinet/ |
D | in.h | 171 #define IN_MULTICAST(a) IN_CLASSD(a) macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
D | in.h | 171 #define IN_MULTICAST(a) IN_CLASSD(a) macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
D | in.h | 171 #define IN_MULTICAST(a) IN_CLASSD(a) macro
|
/third_party/glib/gio/ |
D | ginetaddress.c | 750 return IN_MULTICAST (addr4); in g_inet_address_get_is_multicast()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_recv_thread.c | 398 if (IN_MULTICAST(ntohl(dst.sin_addr.s_addr))) { in recv_function_raw() 787 if (IN_MULTICAST(ntohl(dst.sin_addr.s_addr))) { in recv_function_udp()
|
/third_party/toybox/toys/pending/ |
D | ip.c | 2705 if (!ptnl->i_key && IN_MULTICAST(ntohl(ptnl->iph.daddr))) { in parse_iptunnel_args() 2709 if (!ptnl->o_key && IN_MULTICAST(ntohl(ptnl->iph.daddr))) { in parse_iptunnel_args() 2713 if (IN_MULTICAST(ntohl(ptnl->iph.daddr)) && !ptnl->iph.saddr) in parse_iptunnel_args()
|
/third_party/lwip/src/netif/ppp/ |
D | auth.c | 2239 || IN_MULTICAST(addr) || IN_BADCLASS(addr);
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_asconf.c | 207 IN_MULTICAST(ntohl(sin->sin_addr.s_addr))) { in sctp_process_asconf_add_ip()
|
D | sctp_pcb.c | 5000 IN_MULTICAST(ntohl(sin->sin_addr.s_addr))) { 7161 if (IN_MULTICAST(ntohl(sin.sin_addr.s_addr))) {
|
D | sctp_output.c | 3786 IN_MULTICAST(ntohl(sin.sin_addr.s_addr))) { 3820 IN_MULTICAST(ntohl(sin.sin_addr.s_addr))) {
|
D | sctp_input.c | 6325 if (IN_MULTICAST(ntohl(dst.sin_addr.s_addr))) {
|
D | sctputil.c | 7461 IN_MULTICAST(ntohl(sin->sin_addr.s_addr))) {
|