Lines Matching full:check
68 /* Check IPv6 packet length. */
74 /* Check if ucNextHeader is an extension header. */
81 * @brief Check IPv6 packet length.
109 /* Check for minimum packet size: Ethernet header and an IPv6-header, 54 bytes */ in xCheckIPv6SizeFields()
125 /* Check if the IPv6-header is transferred. */ in xCheckIPv6SizeFields()
132 /* Check if the complete IPv6-header plus protocol data have been transferred: */ in xCheckIPv6SizeFields()
211 * @brief Check if ucNextHeader is an extension header.
248 * Check if the packet is a loopback packet.
276 * @brief Check if the packet is a loopback packet.
307 * @brief Check whether this IPv6 address is an allowed multicast address or not.
353 …* on the left can handle the one on right. Note that 'xCompareIPv6_Address' will also check if 'px…
440 * @brief Check whether this IPv6 packet is to be allowed or to be dropped.
518 /* Do not check the checksum of loop-back messages. */ in prvAllowIPPacketIPv6()
552 * @brief Check extension header and next header and return their order.