Home
last modified time | relevance | path

Searched defs:IN_MULTICAST (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dnetwork.h241 #define IN_MULTICAST(a) ((((uint32_t)(a)) & 0xf0000000) == 0xe0000000) macro
/third_party/libcoap/src/
H A Dcoap_address.c40 #define IN_MULTICAST(Address) (0) macro
/third_party/lwip/src/include/lwip/
H A Dinet.h116 #define IN_MULTICAST(a) IP_MULTICAST(a) macro
/third_party/python/Modules/
H A Dgetaddrinfo.c124 #define IN_MULTICAST(i) (((i) & 0xf0000000U) == 0xe0000000U) macro
/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

Completed in 10 milliseconds