Home
last modified time | relevance | path

Searched refs:Received (Results 1 – 25 of 35) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
Dmsg_25.txt2 Received: from [204.245.199.98] (helo=zinfandel.lacita.com)
6 Received: from localhost (localhost) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00) with internal id…
35 Received-From-MTA: dns; [199.164.235.226]
47 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00…
48 Received: from zinfandel.lacita.com ([204.245.199.98])
51 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00…
52 Received: from zinfandel.lacita.com ([204.245.199.98])
55 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00…
56 Received: from zinfandel.lacita.com ([204.245.199.98])
59 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00…
[all …]
Dmsg_16.txt3 Received: from cougar.noc.ucla.edu (cougar.noc.ucla.edu [169.232.10.18])
6 Received: from sims-ms-daemon by cougar.noc.ucla.edu
10 Received: from cougar.noc.ucla.edu
67 Received: from sims-ms-daemon by cougar.noc.ucla.edu
70 Received: from panther.noc.ucla.edu by cougar.noc.ucla.edu
74 Received: from babylon.socal-raves.org
78 Received: from babylon (localhost [127.0.0.1]) by babylon.socal-raves.org
80 Received: by babylon.socal-raves.org (Postfix, from userid 60001)
82 Received: from tiger.cc.oxy.edu (tiger.cc.oxy.edu [134.69.3.112])
85 Received: from ent (n16h86.dhcp.oxy.edu [134.69.16.86])
Dmsg_03.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
Dmsg_27.txt2 Received: by mail.dom.ain (Postfix, from userid 889)
Dmsg_01.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
Dmsg_20.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
Dmsg_29.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
Dmsg_46.txt3 Received: from example.org (example.org [64.5.53.58])
Dmsg_14.txt3 Received: by mail.zzz.org (Postfix, from userid 889)
Dmsg_44.txt3 Received: by mail.python.org (Postfix, from userid 889)
Dmsg_04.txt3 Received: by mail.python.org (Postfix, from userid 889)
Dmsg_15.txt2 Received: from fepD.post.tele.dk (195.41.46.149) by mail.groupcare.dk (LSMTP for Windows NT v1.1b) …
Dmsg_26.txt1 Received: from xcar [192.168.0.2] by jeeves.wooster.local
Dmsg_43.txt42 Received-From-MTA: smtp; sacspam01.dot.ca.gov ([127.0.0.1])
201 Received: from kgsav.org (ppp-70-242-162-63.dsl.spfdmo.swbell.net [70.242.162.63])
/device/linaro/bootloader/edk2/OvmfPkg/Library/XenConsoleSerialPortLib/
DXenConsoleSerialPortLib.c162 UINTN Received; in SerialPortRead() local
179 Received = 0; in SerialPortRead()
180 while (Received < NumberOfBytes && Consumer < Producer) in SerialPortRead()
181 …Buffer[Received++] = mXenConsoleInterface->in[MASK_XENCONS_IDX(Consumer++, mXenConsoleInterface->i… in SerialPortRead()
189 return Received; in SerialPortRead()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PxeBaseCodeCallBack/
DPxeBaseCodeCallBack.h68 IN BOOLEAN Received,
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DPxeBaseCodeCallBack.h108 IN BOOLEAN Received,
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
DIp4Impl.h147 LIST_ENTRY Received; // Received but not delivered packet member
DIp4Input.c1116 InsertTailList (&IpInstance->Received, &Clone->List); in Ip4InstanceEnquePacket()
1266 while (!IsListEmpty (&IpInstance->Received) && in Ip4InstanceDeliverPacket()
1269 Packet = NET_LIST_HEAD (&IpInstance->Received, NET_BUF, List); in Ip4InstanceDeliverPacket()
1594 NET_LIST_FOR_EACH_SAFE (Entry, Next, &IpInstance->Received) { in Ip4PacketTimerTicking()
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6Impl.h152 LIST_ENTRY Received; // Received but not delivered packet member
DIp6Input.c1462 InsertTailList (&IpInstance->Received, &Clone->List); in Ip6InstanceEnquePacket()
1494 while (!IsListEmpty (&IpInstance->Received) && !NetMapIsEmpty (&IpInstance->RxTokens)) { in Ip6InstanceDeliverPacket()
1496 Packet = NET_LIST_HEAD (&IpInstance->Received, NET_BUF, List); in Ip6InstanceDeliverPacket()
1815 NET_LIST_FOR_EACH_SAFE (Entry, Next, &IpInstance->Received) { in Ip6PacketTimerTicking()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugAgent.c1147 UINTN Received; in ReceivePacket() local
1164Received = DebugAgentReadBuffer (Handle, &DebugHeader->StartSymbol, sizeof (DebugHeader->StartSymb… in ReceivePacket()
1165 if (Received < sizeof (DebugHeader->StartSymbol)) { in ReceivePacket()
1178 Received = DebugAgentReadBuffer ( in ReceivePacket()
1184 if (Received == 0) { in ReceivePacket()
1204Received = DebugAgentReadBuffer (Handle, &DebugHeader->SequenceNo, (UINT8) (DebugHeader->Length - … in ReceivePacket()
1205 if (Received == 0) { in ReceivePacket()
/device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
DDwMmcHci.c1213 UINT32 Received; in ReadFifo() local
1223 Received = 0; in ReadFifo()
1242 if ((FifoCount == 0) && (Received < Trb->DataLen)) { in ReadFifo()
1261 Received += 4; in ReadFifo()
1264 } while (((Intsts & DW_MMC_INT_CMD_DONE) == 0) || (Received < Trb->DataLen)); in ReadFifo()
/device/linaro/dragonboard/db845c/firmware/
Dadsp.b131Received invalid buffer from client. Dropping request. token 0x%x, instance(%x)�voice_delivery.cpp…
32Received SDE Audio disable interrupt���AFEHdmiOutputDrv.cpp:ELITEMSG_CUSTOM_HDMI_OVER_DP,Received
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp4.c1203 BOOLEAN Received; in PxeBcDhcp4CallBack() local
1233 Received = (BOOLEAN) (Dhcp4Event == Dhcp4RcvdOffer || Dhcp4Event == Dhcp4RcvdAck); in PxeBcDhcp4CallBack()
1237 Received, in PxeBcDhcp4CallBack()

12