Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsockipv6options.h158 #if defined(IPV6_DONTFRAG) || (defined(HAVE_DECL_IPV6_DONTFRAG) && HAVE_DECL_IPV6_DONTFRAG)
159 XLAT(IPV6_DONTFRAG),
Dsockipv6options.in50 IPV6_DONTFRAG
/external/iproute2/include/uapi/linux/
Din6.h236 #define IPV6_DONTFRAG 62 macro
/external/kernel-headers/original/uapi/linux/
Din6.h236 #define IPV6_DONTFRAG 62 macro
/external/python/cpython2/Lib/plat-freebsd6/
DIN.py500 IPV6_DONTFRAG = 62 variable
/external/python/cpython2/Lib/plat-freebsd8/
DIN.py519 IPV6_DONTFRAG = 62 variable
/external/python/cpython2/Lib/plat-freebsd7/
DIN.py519 IPV6_DONTFRAG = 62 variable
/external/python/cpython2/Modules/
Dsocketmodule.c5287 #ifdef IPV6_DONTFRAG
5288 PyModule_AddIntConstant(m, "IPV6_DONTFRAG", IPV6_DONTFRAG);
/external/python/cpython3/Modules/
Dsocketmodule.c7417 #ifdef IPV6_DONTFRAG
7418 PyModule_AddIntMacro(m, IPV6_DONTFRAG);