Home
last modified time | relevance | path

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

/dports/security/snort3/snort3-3.1.19.0/src/codecs/ip/
H A Dcd_ipv6.cc108 bool CheckTeredoPrefix(const ip::IP6Hdr* const hdr);
182 if ((codec.codec_flags & CODEC_TEREDO_SEEN) && (!CheckTeredoPrefix(ip6h))) in decode()
493 bool Ipv6Codec::CheckTeredoPrefix(const ip::IP6Hdr* const hdr) in CheckTeredoPrefix() function in Ipv6Codec
/dports/security/snort/snort-2.9.18/src/
H A Ddecode.c3531 static inline int CheckTeredoPrefix(IP6RawHdr *hdr) in CheckTeredoPrefix() function
4119 if ((p->proto_bits & PROTO_BIT__TEREDO) && (CheckTeredoPrefix(hdr) == 0)) in DecodeIPV6()