Home
last modified time | relevance | path

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

/trueos/usr.sbin/ppp/
HDbundle.c1884 int sp, overhead, maxoverhead; in bundle_CalculateBandwidth() local
1888 maxoverhead = 0; in bundle_CalculateBandwidth()
1892 if (maxoverhead < overhead) in bundle_CalculateBandwidth()
1893 maxoverhead = overhead; in bundle_CalculateBandwidth()
1914 if (maxoverhead < overhead) in bundle_CalculateBandwidth()
1915 maxoverhead = overhead; in bundle_CalculateBandwidth()
1928 if (maxoverhead) { in bundle_CalculateBandwidth()
1930 bundle->iface->mtu, bundle->iface->mtu - maxoverhead); in bundle_CalculateBandwidth()
1931 bundle->iface->mtu -= maxoverhead; in bundle_CalculateBandwidth()