Home
last modified time | relevance | path

Searched refs:ICMP4MiscTests (Results 1 – 2 of 2) sorted by relevance

/dports/security/snort3/snort3-3.1.19.0/src/codecs/ip/
H A Dcd_icmp4.cc123 void ICMP4MiscTests(const ICMPHdr* const, const CodecData&, const uint16_t);
252 ICMP4MiscTests(icmph, codec, (uint16_t)raw.len - len); in decode()
284 void Icmp4Codec::ICMP4MiscTests(const ICMPHdr* const icmph, in ICMP4MiscTests() function in Icmp4Codec
/dports/security/snort/snort-2.9.18/src/
H A Ddecode.c2264 static inline void ICMP4MiscTests (Packet *p) in ICMP4MiscTests() function
3131 ICMP4MiscTests(p); in DecodeICMP()