Home | History | Annotate | Download | only in Ip4Dxe

Lines Matching refs:Received

204   have been received, it will wrap the packet in a net buffer then

385 // Deliver the whole packet if all the fragments received.
386 // All fragments received if:
387 // 1. received the last one, so, the total length is know
388 // 2. received all the data. If the last fragment on the
389 // queue ends at the total length, all data is received.
701 @param[in] Flag The link layer flag for the packet received, such
825 IP4 fragment is received from MNP.
829 @param[in] Packet The IP4 packet received.
831 @param[in] Flag The link layer flag for the packet received, such
945 // which are signaled with received data.
992 // the received packet for each accepting instance. Some IP instances
1070 @param[in] Head The IP header of the received packet
1071 @param[in] Packet The data of the received packet
1116 InsertTailList (&IpInstance->Received, &Clone->List);
1154 Wrap the received packet to a IP4_RXDATA_WRAP, which will be
1238 Deliver the received packets to upper layer if there are both received
1266 while (!IsListEmpty (&IpInstance->Received) &&
1269 Packet = NET_LIST_HEAD (&IpInstance->Received, NET_BUF, List);
1347 Enqueue a received packet to all the IP children that share
1351 @param[in] Head The header of the received packet.
1352 @param[in] Packet The data of the received packet.
1452 @param[in] IpSb The IP4 service instance that received the packet
1485 @param[in] IpSb The IP4 service instance that received the packet.
1486 @param[in] Head The header of the received packet.
1487 @param[in] Packet The data of the received packet.
1575 // once the first-arrived fragment was received.
1594 NET_LIST_FOR_EACH_SAFE (Entry, Next, &IpInstance->Received) {