Searched refs:IPV6_LEAVE_GROUP (Results 1 - 12 of 12) sorted by relevance

/external/iputils/ninfod/
H A Dninfod_name.c129 # define IPV6_LEAVE_GROUP IPV6_DROP_MEMBERSHIP macro
308 if (setsockopt(sock, IPPROTO_IPV6, IPV6_LEAVE_GROUP, &nigroup, sizeof(nigroup)) < 0) {
/external/parameter-framework/asio/include/asio/detail/
H A Dsocket_types.hpp132 # define ASIO_OS_DEF_IPV6_LEAVE_GROUP IPV6_LEAVE_GROUP
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dsocket_types.hpp132 # define ASIO_OS_DEF_IPV6_LEAVE_GROUP IPV6_LEAVE_GROUP
/external/python/cpython2/Lib/plat-linux2/
H A DIN.py527 IPV6_LEAVE_GROUP = 21 variable
535 IPV6_DROP_MEMBERSHIP = IPV6_LEAVE_GROUP
/external/python/cpython2/Lib/plat-darwin/
H A DIN.py296 IPV6_LEAVE_GROUP = 13 variable
/external/python/cpython2/Lib/plat-freebsd4/
H A DIN.py300 IPV6_LEAVE_GROUP = 13 variable
/external/python/cpython2/Lib/plat-freebsd5/
H A DIN.py300 IPV6_LEAVE_GROUP = 13 variable
/external/python/cpython2/Lib/plat-freebsd6/
H A DIN.py459 IPV6_LEAVE_GROUP = 13 variable
/external/python/cpython2/Lib/plat-freebsd7/
H A DIN.py478 IPV6_LEAVE_GROUP = 13 variable
/external/python/cpython2/Lib/plat-freebsd8/
H A DIN.py478 IPV6_LEAVE_GROUP = 13 variable
/external/python/cpython2/Lib/plat-sunos5/
H A DIN.py1400 IPV6_LEAVE_GROUP = 0xa variable
/external/python/cpython2/Modules/
H A Dsocketmodule.c5264 #ifdef IPV6_LEAVE_GROUP
5265 PyModule_AddIntConstant(m, "IPV6_LEAVE_GROUP", IPV6_LEAVE_GROUP);

Completed in 316 milliseconds