HomeSort by relevance Sort by last modified time
    Searched refs:MaxMsgSize (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDhcp4.c 609 EFI_DHCP4_PACKET_OPTION *MaxMsgSize;
622 MaxMsgSize = HttpBootParseDhcp4Options (
627 if (MaxMsgSize != NULL) {
629 CopyMem (MaxMsgSize->Data, &Value, sizeof (Value));
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcDhcp.c 888 EFI_DHCP4_PACKET_OPTION *MaxMsgSize;
909 MaxMsgSize = PxeBcParseExtendOptions (
914 if (MaxMsgSize != NULL) {
916 CopyMem (MaxMsgSize->Data, &Value, sizeof (Value));
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp4.c     [all...]
  /external/syzkaller/vendor/google.golang.org/grpc/
server.go 228 // MaxMsgSize returns a ServerOption to set the max message size in bytes the server can receive.
232 func MaxMsgSize(m int) ServerOption {
    [all...]

Completed in 114 milliseconds