HomeSort by relevance Sort by last modified time
    Searched full:maxmtu (Results 1 - 2 of 2) sorted by null

  /external/libppp/src/
lcp.c 667 u_short mru, phmtu, maxmtu, maxmru, wantmtu, wantmru, proto; local
750 maxmtu = p ? physical_DeviceMTU(p) : 0;
751 if (lcp->cfg.max_mtu && (!maxmtu || maxmtu > lcp->cfg.max_mtu))
752 maxmtu = lcp->cfg.max_mtu;
754 if (maxmtu && wantmtu > maxmtu) {
756 fp->link->name, wantmtu, maxmtu);
757 wantmtu = maxmtu;
760 if (maxmtu && mru > maxmtu)
    [all...]
  /external/tcpdump/
print-rx.c     [all...]

Completed in 155 milliseconds