HomeSort by relevance Sort by last modified time
    Searched defs:kDefaultMTU (Results 1 - 3 of 3) sorted by null

  /system/connectivity/shill/
ipconfig.cc 53 const int IPConfig::kDefaultMTU = 1500;
ipconfig.h 112 static const int kDefaultMTU;
  /external/boringssl/src/ssl/
d1_both.c 140 /* kDefaultMTU is the default MTU value to use if neither the user nor
142 static const unsigned int kDefaultMTU = 1500 - 28;
258 ssl->d1->mtu = kDefaultMTU;

Completed in 50 milliseconds