Home
last modified time | relevance | path

Searched refs:MCAST_JOIN_SOURCE_GROUP (Results 1 – 9 of 9) sorted by relevance

/third_party/libuv/src/win/
Dwinsock.h57 #ifndef MCAST_JOIN_SOURCE_GROUP
58 # define MCAST_JOIN_SOURCE_GROUP 45 macro
Dudp.c789 optname = MCAST_JOIN_SOURCE_GROUP; in uv__udp_set_source_membership6()
/third_party/libnl/include/linux-private/linux/
Din.h152 #define MCAST_JOIN_SOURCE_GROUP 46 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Din.h242 #define MCAST_JOIN_SOURCE_GROUP 46 macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Din.h242 #define MCAST_JOIN_SOURCE_GROUP 46 macro
/third_party/musl/include/netinet/
Din.h242 #define MCAST_JOIN_SOURCE_GROUP 46 macro
/third_party/ffmpeg/libavformat/
Dudp.c272 include ? MCAST_JOIN_SOURCE_GROUP : MCAST_BLOCK_SOURCE, in udp_set_multicast_sources()
/third_party/libuv/src/unix/
Dudp.c1009 optname = MCAST_JOIN_SOURCE_GROUP; in uv__udp_set_source_membership6()
/third_party/glib/gio/
Dgsocket.c2630 #ifdef MCAST_JOIN_SOURCE_GROUP in g_socket_multicast_group_operation_ssm()
2672 join_group ? MCAST_JOIN_SOURCE_GROUP : MCAST_LEAVE_SOURCE_GROUP; in g_socket_multicast_group_operation_ssm()