Searched refs:MTU (Results 1 - 17 of 17) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPDevice.h39 //! Returns the device's MTU.
40 uint32 MTU() const function in class:KPPPDevice
106 void SetMTU(uint32 MTU) argument
107 { fMTU = MTU; }
H A DPPPControl.h261 uint32 MTU; member in struct:ppp_device_info
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPDevice.cpp65 info->MTU = MTU();
H A D_KPPPMRUHandler.cpp133 fLocalMRU = Interface().Device()->MTU() - 2;
H A DKPPPInterface.cpp378 if (Device() && MRU > Device()->MTU() - 2)
979 fMRU = fDevice->MTU() - 2;
1968 //! Recalculates the MTU from the MRU (includes encapsulation protocol overheads).
/haiku/headers/os/net/
H A DNetworkRoute.h44 uint32 MTU() const;
H A DNetworkInterface.h74 uint32 MTU() const;
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A DDiscoveryPacket.h70 net_buffer *ToNetBuffer(uint32 MTU);
H A DDiscoveryPacket.cpp129 DiscoveryPacket::ToNetBuffer(uint32 MTU) argument
156 if(MTU - length < tag->length) {
H A DPPPoEDevice.cpp84 // MTU size does not contain PPP header
174 net_buffer *packet = discovery.ToNetBuffer(MTU());
258 net_buffer *packet = discovery.ToNetBuffer(MTU());
260 ERROR("PPPoEDevice::Down(): ToNetBuffer() failed; MTU=%" B_PRIu32 "\n",
261 MTU());
508 net_buffer *replyPacket = reply.ToNetBuffer(MTU());
/haiku/src/add-ons/kernel/network/stack/
H A Dlink.cpp58 size_t MTU();
210 LinkProtocol::MTU() function in class:LinkProtocol
619 return protocol->MTU();
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h170 int32 MTU() const;
/haiku/src/kits/network/libnetapi/
H A DNetworkRoute.cpp174 BNetworkRoute::MTU() const function in class:BNetworkRoute
H A DNetworkInterface.cpp247 BNetworkInterface::MTU() const function in class:BNetworkInterface
H A DNetworkSettings.cpp1158 BNetworkInterfaceSettings::MTU() const function in class:BNetworkInterfaceSettings
/haiku/src/bin/network/pppconfig/
H A Dpppconfig.cpp590 printf("MTU: %" B_PRIu32 "\n", info.info.MTU);
701 printf("Interface MTU: %" B_PRIu32 "\n", info.info.interfaceMTU);
/haiku/src/bin/network/ifconfig/
H A Difconfig.cpp571 // Print MTU, metric, flags
573 printf("\tMTU: %" B_PRId32 ", Metric: %" B_PRId32, interface.MTU(),
906 fprintf(stderr, "%s: Setting MTU failed: %s\n", kProgramName,

Completed in 143 milliseconds