HomeSort by relevance Sort by last modified time
    Searched refs:Configured (Results 1 - 25 of 33) sorted by null

1 2

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Common.c 65 cast type to a configured interface. If the packet doesn't match any of
97 if (!IpIf->Configured || IP4_IS_BROADCAST (Ip4GetNetCast (Src, IpIf))) {
128 Find an interface whose configured IP address is Ip.
148 if (IpIf->Configured && (IpIf->Ip == Ip)) {
178 if (IpIf->Configured && IP4_NET_EQUAL (Ip, IpIf->Ip, IpIf->SubnetMask)) {
210 if (IpIf->Configured && (IpIf->Ip == Ip) && (IpIf->SubnetMask == Netmask)) {
Ip4Config2Impl.h 177 BOOLEAN Configured;
Ip4If.h 148 // are invalid if (Configured == FALSE)
154 BOOLEAN Configured;
192 the interface is configured.
218 @retval EFI_SUCCESS The interface is configured with Ip/netmask pair,
Ip4Impl.h 64 // successfully configured, it goes to CONFIGED. if configure NULL
75 // configured, it becomes CONFIGED. and if partly destroyed, it goes
238 #define IP4_NO_MAPPING(IpInstance) (!(IpInstance)->Interface->Configured)
250 reconfigure the MNP. If Force is TRUE, the MNP is configured no
256 @retval EFI_SUCCESS The MNP is successfully configured/reconfigured.
Ip4Output.c 117 // network. Some IP instance may be configured with 0.0.0.0/0,
136 // Select a configured interface as the fall back. Always prefer
144 if (IpIf->Configured && ((Selected == NULL) || (Selected->Ip == 0))) {
Ip4If.c 476 the interface is configured.
509 Interface->Configured = FALSE;
549 @retval EFI_SUCCESS The interface is configured with Ip/netmask pair,
664 Interface->Configured = TRUE;
992 ASSERT (Interface->Configured);
    [all...]
Ip4Input.c 1073 @retval EFI_NOT_STARTED The IP child hasn't been configured.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpMain.c 38 configured. The default values are returned in
86 if (!Instance->Configured) {
173 if ((MnpConfigData == NULL) && (!Instance->Configured)) {
175 // If the instance is not configured and a reset is requested, just return.
217 configured.
257 if (!Instance->Configured) {
337 configured.
378 if (!Instance->Configured) {
386 // The instance isn't configured to do mulitcast receive. OR
415 // There is already the same multicast mac address configured.
    [all...]
MnpImpl.h 62 BOOLEAN Configured;
296 @retval EFI_SUCCESS The Instance is configured.
562 configured. The default values are returned in
658 configured.
697 configured.
739 configured.
800 configured.
833 configured.
    [all...]
MnpIo.c 517 // Update the timeout tick using the configured parameter.
568 // Always match if this instance is configured to be promiscuous.
592 // The instance is configured to receiveing packets destinated to this
810 if (!Instance->Configured) {
942 // VLAN is configured, remove the VLAN tag if any
1046 if (!Instance->Configured || (Instance->ConfigData.ReceivedQueueTimeoutValue == 0)) {
1048 // This instance is not configured or there is no receive time out,
    [all...]
MnpConfig.c 1191 Start the managed network, this function is called when one instance is configured
1196 time the instanced is configured.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
Udp4Main.c 70 if (!Instance->Configured && (Udp4ConfigData != NULL)) {
118 @retval EFI_ALREADY_STARTED The EFI UDPv4 Protocol instance is already started/configured
153 if (!Instance->Configured && (UdpConfigData == NULL)) {
186 if (Instance->Configured) {
188 // The instance is already configured, try to do the re-configuration.
258 Instance->Configured = TRUE;
264 Instance->Configured = FALSE;
355 if (!Instance->Configured) {
373 // Keep a local copy of the configured multicast IPs because IpIo receives
376 // the mutlicast datagrams destined to multicast IPs the other instances configured.
    [all...]
Udp4Impl.c 418 if (!Instance->Configured || (Instance->ConfigData.ReceiveTimeout == 0)) {
420 // Skip this instance if it's not configured or no receive timeout.
485 Instance->Configured = FALSE;
538 if (!Instance->Configured || ConfigData->AcceptAnyPort) {
540 // If the instance is not configured or the configdata of the instance indicates
563 This function tries to bind the udp instance according to the configured port
848 // The configured station address is used if SourceAddress is zero.
868 // the configured RemoteAddress is all zero, and the user doens't override the
    [all...]
Udp4Impl.h 95 BOOLEAN Configured;
180 @retval EFI_ALREADY_STARTED The EFI UDPv4 Protocol instance is already started/configured
241 must be on the same subnet as the configured station address.
473 This function tries to bind the udp instance according to the configured port
  /device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
Udp6Main.c 75 if (!Instance->Configured && (Udp6ConfigData != NULL)) {
123 started/configured and must be stopped/reset
160 if (!Instance->Configured && (UdpConfigData == NULL)) {
187 if (Instance->Configured) {
189 // The instance is already configured, try to do the re-configuration.
261 Instance->Configured = TRUE;
267 Instance->Configured = FALSE;
353 if (!Instance->Configured) {
371 // Keep a local copy of the configured multicast IPs because IpIo receives
374 // the mutlicast datagrams destinated to multicast IPs the other instances configured.
    [all...]
Udp6Impl.c 432 if (!Instance->Configured || (Instance->ConfigData.ReceiveTimeout == 0)) {
434 // Skip this instance if it's not configured or no receive timeout.
496 Instance->Configured = FALSE;
549 if (!Instance->Configured || ConfigData->AcceptAnyPort) {
551 // If the instance is not configured, or the configdata of the instance indicates
575 This function tries to bind the udp instance according to the configured port
858 // The configured RemoteAddress is all zero, and the user doesn't override the
    [all...]
Udp6Impl.h 91 BOOLEAN Configured;
241 started/configured and must be stopped/reset
438 This function tries to bind the udp instance according to the configured port
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
ArpMain.c 28 the protocol type or station address to a configured ARP instance will result in errors.
125 @retval EFI_NOT_STARTED The ARP driver instance has not been configured.
159 if (!Instance->Configured) {
312 @retval EFI_NOT_STARTED The ARP driver instance has not been configured.
339 if (!Instance->Configured) {
378 @retval EFI_NOT_STARTED The ARP driver instance has not been configured.
399 if (!Instance->Configured) {
425 @retval EFI_NOT_STARTED The ARP driver instance has not been configured.
444 if (!Instance->Configured) {
479 @retval EFI_NOT_STARTED The ARP driver instance has not been configured.
    [all...]
ArpImpl.c 54 Instance->Configured = FALSE;
160 // This address (either hardware or protocol address, or both) is configured to
177 if ((Instance->Configured) &&
882 configured.
886 @retval EFI_SUCCESS The instance is configured with the ConfigData.
887 @retval EFI_ACCESS_DENIED The instance is already configured and the
909 if (Instance->Configured) {
911 // The instance is configured, check the unchangeable fields.
927 // The instance is not configured.
963 // Set the state to configured.
    [all...]
ArpImpl.h 125 BOOLEAN Configured;
238 the protocol type or station address to a configured ARP instance will result in errors.
305 @retval EFI_NOT_STARTED The ARP driver instance has not been configured.
350 @retval EFI_NOT_STARTED The ARP driver instance has not been configured.
379 @retval EFI_NOT_STARTED The ARP driver instance has not been configured.
399 @retval EFI_NOT_STARTED The ARP driver instance has not been configured.
426 @retval EFI_NOT_STARTED The ARP driver instance has not been configured.
461 @retval EFI_NOT_STARTED The ARP driver instance has not been configured.
478 configured.
482 @retval EFI_SUCCESS The instance is configured with the ConfigData.
    [all...]
ArpDriver.c 764 if (Instance->Configured) {
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6If.h 109 // are invalid if (Configured == FALSE)
113 BOOLEAN Configured;
Ip6ConfigImpl.h 188 BOOLEAN Configured;
Ip6Impl.h 66 // successfully configured, it goes to CONFIGED. if configure NULL
76 // configured, it becomes CONFIGED. and if partly destroyed, it goes
90 #define IP6_NO_MAPPING(IpInstance) (!(IpInstance)->Interface->Configured)
144 UINT8 PrefixLength; // PrefixLength of the configured station address.
282 reconfigure the MNP. If Force is TRUE, the MNP is configured
288 @retval EFI_SUCCESS The MNP successfully configured/reconfigured.
387 to be one of the currently configured IPv6 addresses list in the EFI IPv6 drivers, or else
390 algorithm. Clients could frequently call GetModeData() to check get a currently configured IPv6.
409 one of the configured IP addresses in the EFI IPv6 driver.
475 configured station address.
    [all...]
Ip6If.c 74 @retval EFI_SUCCESS The interface is scheduled to be configured with
226 Interface->Configured = FALSE;
677 ASSERT (Interface->Configured);

Completed in 590 milliseconds

1 2