Home
last modified time | relevance | path

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

/dports/security/suricata/suricata-6.0.4/src/
H A Ddecode-ipv6.h56 #define s_ip6_vfc ip6_hdrun.ip6_un2_vfc macro
62 #define IPV6_GET_RAW_VER(ip6h) (((ip6h)->s_ip6_vfc & 0xf0) >> 4)
69 #define IPV6_SET_RAW_VER(ip6h, value) ((ip6h)->s_ip6_vfc = (((ip6h)->s_ip6_vfc & 0x0f) | (value <…
H A Dflow-timeout.c184 p->ip6h->s_ip6_vfc = 0x60; in FlowForceReassemblyPseudoPacketSetup()
H A Ddecode-icmpv6.c71 if(((icmp6_ip6h->s_ip6_vfc & 0xf0) >> 4) != 6) in DecodePartialIPV6()
H A Dstream-tcp.c6149 np->ip6h->s_ip6_vfc = 0x60; in StreamTcpPseudoPacketCreateDetectLogFlush()