Home
last modified time | relevance | path

Searched refs:join_group (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/libs/asio/test/ip/
Dmulticast.cpp47 ip::multicast::join_group join_group1; in test()
48 ip::multicast::join_group join_group2(address); in test()
49 ip::multicast::join_group join_group3(address_v4); in test()
50 ip::multicast::join_group join_group4(address_v4, address_v4); in test()
51 ip::multicast::join_group join_group5(address_v6); in test()
52 ip::multicast::join_group join_group6(address_v6, 1); in test()
166 ip::multicast::join_group join_group(multicast_address_v4); in test() local
167 sock_v4.set_option(join_group, ec); in test()
183 ip::multicast::join_group join_group(multicast_address_v6); in test() local
184 sock_v6.set_option(join_group, ec); in test()
/third_party/boost/boost/asio/ip/
Dmulticast.hpp48 typedef implementation_defined join_group; typedef
54 BOOST_ASIO_OS_DEF(IPV6_JOIN_GROUP)> join_group;
/third_party/ltp/testcases/network/multicast/mc_member/
Dmc_member_test.c15 static int join_group(int, char *, struct ip_mreq *);
96 join_group(s, group_list, &imr); in main()
109 static int join_group(int s, char *glist, struct ip_mreq *imr) in join_group() function
/third_party/ltp/testcases/network/stress/ns-tools/
Dns-mcast_join.c290 void join_group(void) in join_group() function
509 join_group(); in main()
/third_party/boost/libs/asio/example/cpp11/multicast/
Dreceiver.cpp35 boost::asio::ip::multicast::join_group(multicast_address)); in receiver()
/third_party/boost/doc/html/boost_asio/example/cpp11/multicast/
Dreceiver.cpp35 boost::asio::ip::multicast::join_group(multicast_address)); in receiver()
/third_party/boost/doc/html/boost_asio/example/cpp03/multicast/
Dreceiver.cpp35 boost::asio::ip::multicast::join_group(multicast_address)); in receiver()
/third_party/boost/libs/asio/example/cpp03/multicast/
Dreceiver.cpp35 boost::asio::ip::multicast::join_group(multicast_address)); in receiver()
/third_party/glib/gio/
Dgsocket.c2339 gboolean join_group, in g_socket_multicast_group_operation() argument
2381 optname = join_group ? IP_ADD_SOURCE_MEMBERSHIP : IP_DROP_SOURCE_MEMBERSHIP; in g_socket_multicast_group_operation()
2384 join_group ? in g_socket_multicast_group_operation()
2392 optname = join_group ? IP_ADD_MEMBERSHIP : IP_DROP_MEMBERSHIP; in g_socket_multicast_group_operation()
2409 optname = join_group ? IPV6_JOIN_GROUP : IPV6_LEAVE_GROUP; in g_socket_multicast_group_operation()
2421 join_group ? in g_socket_multicast_group_operation()
2505 gboolean join_group, in g_socket_multicast_group_operation_ssm() argument
2519 join_group, error); in g_socket_multicast_group_operation_ssm()
2531 join_group ? in g_socket_multicast_group_operation_ssm()
2556 join_group ? in g_socket_multicast_group_operation_ssm()
[all …]
/third_party/boost/libs/asio/doc/
Dhistory.qbk677 * Changed multicast test to treat certain `join_group` failures as non-fatal.
Dreference.qbk95505 [section:ip__multicast__join_group ip::multicast::join_group]
95507 [indexterm1 boost_asio.indexterm.ip__multicast__join_group..ip::multicast::join_group]
95511 typedef implementation_defined join_group;
95526 boost::asio::ip::multicast::join_group option(multicast_address);