Home
last modified time | relevance | path

Searched refs:IPV4_PKT_TOO_SMALL (Results 1 – 4 of 4) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Ddecode-events.c33 IPV4_PKT_TOO_SMALL,
H A Ddecode-events.h31 IPV4_PKT_TOO_SMALL = 0, /**< ipv4 pkt smaller than minimum header size */ enumerator
H A Ddecode-raw.c53 ENGINE_SET_INVALID_EVENT(p, IPV4_PKT_TOO_SMALL); in DecodeRaw()
H A Ddecode-ipv4.c473 ENGINE_SET_INVALID_EVENT(p, IPV4_PKT_TOO_SMALL); in DecodeIPV4Packet()