Lines Matching defs:Source
129 // select a source address from its address list. Otherwise use the
360 EFI_IPv6_ADDRESS Source;
406 Status = Ip6SelectSourceAddress (IpSb, &Config->DestinationAddress, &Source);
411 IP6_COPY_ADDRESS (&Source, &Config->StationAddress);
414 AddrOk = Ip6IsOneOfSetAddress (IpSb, &Source, &IpIf, &AddressInfo);
423 // The specified source address is not one of the addresses IPv6 maintains.
434 IP6_COPY_ADDRESS (&Current->StationAddress, &Source);
583 unspecified, the IPv6 driver will bind a source address according to the source address selection
587 source address filled in each outgoing IPv6 packet is decided based on the destination of this packet.
606 @retval EFI_NO_MAPPING The IPv6 driver was responsible for choosing a source address for
607 this instance, but no source address was available for use.
719 multicast packets. Source-Specific Multicast isn't required to be supported.
1204 a source address for this transmission,
1205 but no source address was available for use.
1472 @retval EFI_NO_MAPPING When IP6 driver responsible for binding source address to this instance,
1473 while no source address is available for use.