Home | History | Annotate | Download | only in Dhcp6Dxe

Lines Matching defs:Config

53   EFI_UDP6_CONFIG_DATA      *Config;

56 Config = &(UdpIo->Config.Udp6);
58 ZeroMem (Config, sizeof (EFI_UDP6_CONFIG_DATA));
63 Config->AcceptPromiscuous = FALSE;
64 Config->AcceptAnyPort = FALSE;
65 Config->AllowDuplicatePort = FALSE;
66 Config->TrafficClass = 0;
67 Config->HopLimit = 128;
68 Config->ReceiveTimeout = 0;
69 Config->TransmitTimeout = 0;
76 Config->StationPort = DHCP6_PORT_CLIENT;
77 Config->RemotePort = 0;
79 return Udp6->Configure (Udp6, Config);;
236 if (Instance->Config != NULL) {
237 Dhcp6CleanupConfigData (Instance->Config);
238 FreePool (Instance->Config);