Lines Matching full:check
55 /* Check IPv4 packet length. */
64 * @brief Check IPv4 packet length.
91 /* Check for minimum packet size: Ethernet header and an IP-header, 34 bytes */ in xCheckIPv4SizeFields()
112 /* Check if the complete IP-header is transferred. */ in xCheckIPv4SizeFields()
119 /* Check if the complete IP-header plus protocol data have been transferred: */ in xCheckIPv4SizeFields()
214 * @brief Check whether this IPv4 packet is to be allowed or to be dropped.
319 /* Do not check the checksum of loop-back messages. */ in prvAllowIPPacketIPv4()
332 /* Check sum in IP-header not correct. */ in prvAllowIPPacketIPv4()
361 /* Check if this is a UDP packet without a checksum. */ in prvAllowIPPacketIPv4()
415 /** @brief Check if the IP-header is carrying options.
440 /* Check if the IP headers are acceptable and if it has our destination. in prvCheckIP4HeaderOptions()