Home
last modified time | relevance | path

Searched refs:INADDR_UNSPEC_GROUP (Results 1 – 5 of 5) sorted by relevance

/third_party/libnl/include/linux-private/linux/
Din.h291 #define INADDR_UNSPEC_GROUP 0xe0000000U /* 224.0.0.0 */ macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Din.h52 #define INADDR_UNSPEC_GROUP ((in_addr_t) 0xe0000000) macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Din.h52 #define INADDR_UNSPEC_GROUP ((in_addr_t) 0xe0000000) macro
/third_party/musl/include/netinet/
Din.h52 #define INADDR_UNSPEC_GROUP ((in_addr_t) 0xe0000000) macro
/third_party/python/Modules/
Dsocketmodule.c8025 #ifdef INADDR_UNSPEC_GROUP
8026 PyModule_AddIntMacro(m, INADDR_UNSPEC_GROUP);