Home | History | Annotate | Download | only in Ip6Dxe

Lines Matching refs:Received

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

378 // Deliver the whole packet if all the fragments received.
379 // All fragments received if:
380 // 1. received the last one, so, the totoal length is know
381 // 2. received all the data. If the last fragment on the
382 // queue ends at the total length, all data is received.
734 @param[in, out] Packet The received IP6 packet to be processed.
735 @param[in] Flag The link layer flag for the packet received, such
746 @retval EFI_SUCCESS The received packet is well format.
747 @retval EFI_INVALID_PARAMETER The received packet is malformed.
983 IP6 fragment is received from MNP.
985 @param[in] Packet The IP6 packet received.
987 @param[in] Flag The link layer flag for the packet received, such
1106 // which are signaled with received data.
1203 Wrap the received packet to a IP6_RXDATA_WRAP, which will be
1306 // the received packet for each accepting instance. Some IP instances
1416 @param Head The IP header of the received packet.
1417 @param Packet The data of the received packet.
1462 InsertTailList (&IpInstance->Received, &Clone->List);
1467 Deliver the received packets to the upper layer if there are both received
1494 while (!IsListEmpty (&IpInstance->Received) && !NetMapIsEmpty (&IpInstance->RxTokens)) {
1496 Packet = NET_LIST_HEAD (&IpInstance->Received, NET_BUF, List);
1564 Enqueue a received packet to all the IP children that share
1568 @param[in] Head The header of the received packet.
1569 @param[in] Packet The data of the received packet.
1630 @param[in] IpSb The IP6 service instance that received the packet.
1658 @param[in] IpSb The IP6 service instance that received the packet.
1659 @param[in] Head The header of the received packet.
1660 @param[in] Packet The data of the received packet.
1720 received-but-not-delivered and transmitted-but-not-recycle
1772 // once the first-arriving fragment of that packet was received.
1781 // has been received, an ICMP Time Exceeded - Fragment Reassembly
1801 // received for that packet must be discarded.
1815 NET_LIST_FOR_EACH_SAFE (Entry, Next, &IpInstance->Received) {