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

  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Impl.c 144 EFI_UDP6_CONFIG_DATA Udp6Cfg;
223 ZeroMem (&Udp6Cfg, sizeof (EFI_UDP6_CONFIG_DATA));
225 Udp6Cfg.AcceptPromiscuous = FALSE;
226 Udp6Cfg.AcceptAnyPort = FALSE;
227 Udp6Cfg.AllowDuplicatePort = FALSE;
228 Udp6Cfg.TrafficClass = 0;
229 Udp6Cfg.HopLimit = 128;
230 Udp6Cfg.ReceiveTimeout = 0;
231 Udp6Cfg.TransmitTimeout = 0;
232 Udp6Cfg.StationPort = Instance->Config->LocalPort;
    [all...]
Mtftp6Rrq.c 381 EFI_UDP6_CONFIG_DATA *Udp6Cfg;
386 Udp6Cfg = &(McastIo->Config.Udp6);
392 ZeroMem (Udp6Cfg, sizeof (EFI_UDP6_CONFIG_DATA));
394 Udp6Cfg->AcceptPromiscuous = FALSE;
395 Udp6Cfg->AcceptAnyPort = FALSE;
396 Udp6Cfg->AllowDuplicatePort = FALSE;
397 Udp6Cfg->TrafficClass = 0;
398 Udp6Cfg->HopLimit = 128;
399 Udp6Cfg->ReceiveTimeout = 0;
400 Udp6Cfg->TransmitTimeout = 0;
    [all...]
Mtftp6Support.c 389 EFI_UDP6_CONFIG_DATA *Udp6Cfg;
392 Udp6Cfg = &(UdpIo->Config.Udp6);
394 ZeroMem (Udp6Cfg, sizeof (EFI_UDP6_CONFIG_DATA));
399 Udp6Cfg->AcceptPromiscuous = FALSE;
400 Udp6Cfg->AcceptAnyPort = FALSE;
401 Udp6Cfg->AllowDuplicatePort = FALSE;
402 Udp6Cfg->TrafficClass = 0;
403 Udp6Cfg->HopLimit = 128;
404 Udp6Cfg->ReceiveTimeout = 0;
405 Udp6Cfg->TransmitTimeout = 0;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IkeService.c 167 EFI_UDP6_CONFIG_DATA Udp6Cfg;
169 ZeroMem (&Udp6Cfg, sizeof (EFI_UDP6_CONFIG_DATA));
173 &Udp6Cfg,
185 &Udp6Cfg.RemoteAddress,
191 return Udp6->Configure (Udp6, &Udp6Cfg);
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcImpl.c     [all...]

Completed in 205 milliseconds