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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Output.c 208 total data length is greater than MTU (or greater
236 UINT32 Mtu;
336 Mtu = IpSb->MaxPacketSize + sizeof (IP4_HEAD);
338 if (Packet->TotalSize + HeadLen > Mtu) {
352 Mtu = (Mtu - HeadLen) & (~0x07);
353 Num = (Packet->TotalSize + Mtu - 1) / Mtu;
357 // fragment, the packet length equals to MTU. The offset is always
358 // aligned to MTU.
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Icmp.c 208 it cannot forward because the packet is larger than the MTU of outgoing link.
209 Since this driver already uses IPv6 minimum link MTU as the maximum packet size,
232 UINT32 Mtu;
237 Mtu = NTOHL (Icmp.Fourth);
240 if (Mtu < IP6_MIN_LINK_MTU) {
243 // in route table. Here it is added into the table since the MTU information
Ip6Output.c 499 UINT32 Mtu;
815 Mtu = IpSb->MaxPacketSize + sizeof (EFI_IP6_HEADER);
818 if (Packet->TotalSize + HeadLen > Mtu) {
872 // Mtu now is the length of the fragment part in a full-length fragment.
874 Mtu = (Mtu - UnFragmentLen) & (~0x07);
875 Num = (Packet->TotalSize + Mtu - 1) / Mtu;
877 for (Index = 0, Offset = 0, PacketLen = Mtu; Index < Num; Index++) {
930 if (PacketLen > Mtu) {
    [all...]
Ip6Nd.h 75 UINT32 Mtu;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpDriver.h 120 UINT32 Mtu;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PxeBaseCode/
PxeBaseCode.h 49 UINT32 Mtu;
  /external/c-ares/
ares_iphlpapi.h 207 DWORD Mtu;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PxeBaseCode.h 51 UINT32 Mtu;
    [all...]
  /external/syslinux/efi32/include/efi/
efipxebc.h 86 UINT32 Mtu;
  /external/syslinux/efi64/include/efi/
efipxebc.h 86 UINT32 Mtu;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efipxebc.h 86 UINT32 Mtu;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iptypes.h 258 ULONG Mtu;
307 DWORD Mtu;
netioapi.h 70 ULONG Mtu;
routprot.h 165 ULONG Mtu;

Completed in 479 milliseconds