Home
last modified time | relevance | path

Searched refs:DECODE_TUNNEL_IPV6 (Results 1 – 7 of 7) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Ddecode-vxlan.c169 decode_tunnel_proto = DECODE_TUNNEL_IPV6; in DecodeVXLAN()
H A Ddecode-gre.c228 len - header_len, DECODE_TUNNEL_IPV6); in DecodeGRE()
H A Ddecode-geneve.c235 decode_tunnel_proto = DECODE_TUNNEL_IPV6; in DecodeGeneve()
H A Ddecode-ipv6.c85 Packet *tp = PacketTunnelPktSetup(tv, dtv, p, pkt, plen, DECODE_TUNNEL_IPV6); in DecodeIP6inIP6()
H A Ddecode.c88 case DECODE_TUNNEL_IPV6: in DecodeTunnel()
H A Ddecode.h914 DECODE_TUNNEL_IPV6, enumerator
H A Ddecode-ipv4.c586 DECODE_TUNNEL_IPV6); in DecodeIPV4()