Lines Matching full:ip
59 * @brief IP layer statistics
62 /** Number of received packets at the IP layer. */
65 /** Number of sent packets at the IP layer. */
68 /** Number of forwarded packets at the IP layer. */
71 /** Number of dropped packets at the IP layer. */
76 * @brief IP layer error statistics
79 /** Number of packets dropped due to wrong IP version
84 /** Number of packets dropped due to wrong IP length, high byte. */
87 /** Number of packets dropped due to wrong IP length, low byte. */
90 /** Number of packets dropped because they were IP fragments. */
93 /** Number of packets dropped due to IP checksum errors. */
302 /** IP layer errors */