Searched defs:Udp6Cfg (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Impl.c144 EFI_UDP6_CONFIG_DATA Udp6Cfg; local
208 ZeroMem (&Udp6Cfg, sizeof (EFI_UDP6_CONFIG_DATA));
210 Udp6Cfg.AcceptPromiscuous = FALSE;
211 Udp6Cfg.AcceptAnyPort = FALSE;
212 Udp6Cfg.AllowDuplicatePort = FALSE;
213 Udp6Cfg.TrafficClass = 0;
214 Udp6Cfg.HopLimit = 128;
215 Udp6Cfg.ReceiveTimeout = 0;
216 Udp6Cfg.TransmitTimeout = 0;
217 Udp6Cfg
[all...]
H A DMtftp6Rrq.c380 EFI_UDP6_CONFIG_DATA *Udp6Cfg; local
385 Udp6Cfg = &(McastIo->Config.Udp6);
391 ZeroMem (Udp6Cfg, sizeof (EFI_UDP6_CONFIG_DATA));
393 Udp6Cfg->AcceptPromiscuous = FALSE;
394 Udp6Cfg->AcceptAnyPort = FALSE;
395 Udp6Cfg->AllowDuplicatePort = FALSE;
396 Udp6Cfg->TrafficClass = 0;
397 Udp6Cfg->HopLimit = 128;
398 Udp6Cfg->ReceiveTimeout = 0;
399 Udp6Cfg
[all...]
H A DMtftp6Support.c389 EFI_UDP6_CONFIG_DATA *Udp6Cfg; local
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
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIkeService.c168 EFI_UDP6_CONFIG_DATA Udp6Cfg; local
170 ZeroMem (&Udp6Cfg, sizeof (EFI_UDP6_CONFIG_DATA));
174 &Udp6Cfg,
186 &Udp6Cfg.RemoteAddress,
192 return Udp6->Configure (Udp6, &Udp6Cfg);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcImpl.c1535 EFI_UDP6_CONFIG_DATA *Udp6Cfg; local
1653 Udp6Cfg = &Private->Udp6CfgData;
1654 if ((AcceptPromiscuous != Udp6Cfg->AcceptPromiscuous) || MultiCastUpdate) {
1664 Udp6Cfg->AcceptPromiscuous = AcceptPromiscuous;
1665 Status = Private->Udp6Read->Configure (Private->Udp6Read, Udp6Cfg);

Completed in 39 milliseconds