Home
last modified time | relevance | path

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

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