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

  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Impl.c 135 if (IpIf->Configured || NetIp6IsUnspecifiedAddr (&Config->DestinationAddress)) {
256 if (!NetIp6IsUnspecifiedAddr (Ip)) {
387 StationZero = NetIp6IsUnspecifiedAddr (&Config->StationAddress);
388 DestZero = NetIp6IsUnspecifiedAddr (&Config->DestinationAddress);
677 if (NetIp6IsUnspecifiedAddr (&Current->StationAddress) && IP6_NO_MAPPING (IpInstance)) {
873 if (!NetIp6IsUnspecifiedAddr (GatewayAddress) &&
    [all...]
Ip6Mld.c 761 if (!NetIp6IsUnspecifiedAddr (&Head->SourceAddress) && !NetIp6IsLinkLocalAddr (&Head->SourceAddress)) {
847 if (!NetIp6IsUnspecifiedAddr (&Head->SourceAddress) && !NetIp6IsLinkLocalAddr (&Head->SourceAddress)) {
Ip6Output.c 306 if (NetIp6IsUnspecifiedAddr (Destination)) {
310 if (!NetIp6IsUnspecifiedAddr (Source)) {
    [all...]
Ip6Icmp.c 597 if (NetIp6IsUnspecifiedAddr (DestinationAddress) ||
Ip6Route.c 489 if (NetIp6IsUnspecifiedAddr (GatewayAddress)) {
Ip6Input.c 802 (NetIp6IsUnspecifiedAddr (&(*Head)->DestinationAddress))) {
    [all...]
Ip6Nd.c     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Rrq.c 343 if (((ReplyInfo->BitMap & MTFTP6_OPT_MCAST_BIT) != 0) && !NetIp6IsUnspecifiedAddr (&Instance->McastIp)) {
345 if (!NetIp6IsUnspecifiedAddr (&ReplyInfo->McastIp) && CompareMem (
523 if (NetIp6IsUnspecifiedAddr (&Instance->McastIp)) {
524 if (NetIp6IsUnspecifiedAddr (&ExtInfo.McastIp) || ExtInfo.McastPort == 0) {
  /device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
Udp6Impl.c 706 if (!NetIp6IsUnspecifiedAddr (&NewConfigData->RemoteAddress) &&
838 if (NetIp6IsUnspecifiedAddr (&UdpSessionData->DestinationAddress) &&
839 NetIp6IsUnspecifiedAddr (&ConfigData->RemoteAddress)
847 if (!NetIp6IsUnspecifiedAddr (&UdpSessionData->DestinationAddress) &&
848 !NetIp6IsUnspecifiedAddr (&ConfigData->RemoteAddress)
856 } else if (NetIp6IsUnspecifiedAddr (&ConfigData->RemoteAddress)) {
    [all...]
Udp6Main.c 175 if ((!NetIp6IsUnspecifiedAddr (&StationAddress) && !NetIp6IsValidUnicast (&StationAddress)) ||
176 (!NetIp6IsUnspecifiedAddr (&RemoteAddress) && !NetIp6IsValidUnicast (&RemoteAddress))
555 if (!NetIp6IsUnspecifiedAddr (&UdpSessionData->DestinationAddress)) {
564 if (!NetIp6IsUnspecifiedAddr (&ConfigData->StationAddress)) {
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpMain.c 667 if (!NetIp6IsUnspecifiedAddr (Ip) && !NetIp6IsValidUnicast (Ip)) {
672 (0 == Tcp6ConfigData->AccessPoint.RemotePort || NetIp6IsUnspecifiedAddr (Ip))
678 if (!NetIp6IsUnspecifiedAddr (Ip) && !NetIp6IsValidUnicast (Ip)) {
    [all...]
TcpDispatcher.c 763 if (NetIp6IsUnspecifiedAddr (&Tcb->RemoteEnd.Ip.v6)) {
  /device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
Ping6.c 626 NetIp6IsUnspecifiedAddr (&Private->SrcAddress) &&
650 if (NetIp6IsUnspecifiedAddr (&Private->SrcAddress)) {
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDhcp6.c 689 if (!Private->NoGateway && !NetIp6IsUnspecifiedAddr (&Private->GatewayIp.v6)) {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
Ping.c 908 NetIp6IsUnspecifiedAddr ((EFI_IPv6_ADDRESS*)&Private->SrcAddress) &&
942 if (Private->IpChoice == PING_IP_CHOICE_IP6?NetIp6IsUnspecifiedAddr ((EFI_IPv6_ADDRESS*)&Private->SrcAddress):PingNetIp4IsUnspecifiedAddr ((EFI_IPv4_ADDRESS*)&Private->SrcAddress)) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
NetLib.h 427 NetIp6IsUnspecifiedAddr (
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsProtocol.c 1000 if (!NetIp6IsUnspecifiedAddr (&DnsConfigData->StationIp) && !NetIp6IsValidUnicast (&DnsConfigData->StationIp)) {
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcSupport.c 404 if (!NetIp6IsUnspecifiedAddr (&Mode->StationIp.v6) &&
    [all...]
PxeBcDhcp6.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DxeNetLib.c 723 NetIp6IsUnspecifiedAddr (
    [all...]

Completed in 946 milliseconds