Home | History | Annotate | Download | only in IScsiDxe

Lines Matching refs:NTOHL

167     return NetIp4IsUnicast (NTOHL (Ip->Addr[0]), 0);

2320 if (EFI_ERROR (Status) || !NetIp4IsUnicast (NTOHL (HostIp.Addr[0]), 0)) {
2354 if (EFI_ERROR (Status) || ((Gateway.Addr[0] != 0) && !NetIp4IsUnicast (NTOHL (Gateway.Addr[0]), 0))) {