OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IPV6_MMTU
(Results
51 - 53
of
53
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/netinet/
ip6.h
267
#define
IPV6_MMTU
1280 /* minimal MTU and reassembly. 1024 + 256 */
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/netinet/
ip6.h
267
#define
IPV6_MMTU
1280 /* minimal MTU and reassembly. 1024 + 256 */
/external/dhcpcd-6.8.2/
ipv6nd.c
83
#ifndef
IPV6_MMTU
84
#define
IPV6_MMTU
1280
1032
if (mtuv <
IPV6_MMTU
) {
[
all
...]
Completed in 60 milliseconds
1
2
3