Home
last modified time | relevance | path

Searched refs:UnspecifiedSrc (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
DPing.c963 BOOLEAN UnspecifiedSrc; in PingCreateIpInstance() local
975 UnspecifiedSrc = FALSE; in PingCreateIpInstance()
1000 UnspecifiedSrc = TRUE; in PingCreateIpInstance()
1007 if (NetIp6IsLinkLocalAddr ((EFI_IPv6_ADDRESS*)&Private->DstAddress) && UnspecifiedSrc) { in PingCreateIpInstance()
1014 if (PingNetIp4IsLinkLocalAddr ((EFI_IPv4_ADDRESS*)&Private->DstAddress) && UnspecifiedSrc) { in PingCreateIpInstance()
1029 if (UnspecifiedSrc) { in PingCreateIpInstance()
1131 if (UnspecifiedSrc) { in PingCreateIpInstance()
1154 if (UnspecifiedSrc) { in PingCreateIpInstance()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/
DPing6.c752 BOOLEAN UnspecifiedSrc; in Ping6CreateIpInstance() local
763 UnspecifiedSrc = FALSE; in Ping6CreateIpInstance()
787 UnspecifiedSrc = TRUE; in Ping6CreateIpInstance()
793 if (NetIp6IsLinkLocalAddr (&Private->DstAddress) && UnspecifiedSrc) { in Ping6CreateIpInstance()
808 if (UnspecifiedSrc) { in Ping6CreateIpInstance()
884 if (UnspecifiedSrc) { in Ping6CreateIpInstance()