MTU
int32 MTU() const;
uint32 MTU() const;
uint32 MTU() const;
DiscoveryPacket::ToNetBuffer(uint32 MTU)
if(MTU - length < tag->length) {
net_buffer *ToNetBuffer(uint32 MTU);
net_buffer *packet = discovery.ToNetBuffer(MTU());
net_buffer *packet = discovery.ToNetBuffer(MTU());
MTU());
net_buffer *replyPacket = reply.ToNetBuffer(MTU());
info->MTU = MTU();
if (Device() && MRU > Device()->MTU() - 2)
fMRU = fDevice->MTU() - 2;
fLocalMRU = Interface().Device()->MTU() - 2;
void SetMTU(uint32 MTU)
{ fMTU = MTU; }
uint32 MTU() const
uint32 MTU;
size_t MTU();
return protocol->MTU();
printf("\tMTU: %" B_PRId32 ", Metric: %" B_PRId32, interface.MTU(),
printf("MTU: %" B_PRIu32 "\n", info.info.MTU);