Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsock_ipv6_options.h164 #if defined(IPV6_DONTFRAG) || (defined(HAVE_DECL_IPV6_DONTFRAG) && HAVE_DECL_IPV6_DONTFRAG)
165 XLAT(IPV6_DONTFRAG),
Dsock_ipv6_options.in50 IPV6_DONTFRAG
/external/libnl/include/linux-private/linux/
Din6.h236 #define IPV6_DONTFRAG 62 macro
/external/iproute2/include/uapi/linux/
Din6.h236 #define IPV6_DONTFRAG 62 macro
/external/kernel-headers/original/uapi/linux/
Din6.h239 #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/rust/crates/libc/src/unix/linux_like/
Dmod.rs924 pub const IPV6_DONTFRAG: ::c_int = 62; constant
/external/python/cpython2/Modules/
Dsocketmodule.c5287 #ifdef IPV6_DONTFRAG
5288 PyModule_AddIntConstant(m, "IPV6_DONTFRAG", IPV6_DONTFRAG);
/external/python/cpython3/Modules/
Dsocketmodule.c8126 #ifdef IPV6_DONTFRAG
8127 PyModule_AddIntMacro(m, IPV6_DONTFRAG);