Home
last modified time | relevance | path

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

/dports/security/suricata/suricata-6.0.4/src/
H A Ddecode-ipv6.h65 #define IPV6_GET_RAW_NH(ip6h) ((ip6h)->s_ip6_nxt) macro
87 (IPV6_GET_RAW_NH((p)->ip6h))
H A Ddecode-teredo.c175 if (IPV6_GET_RAW_NH(thdr) == 0 && IPV6_GET_RAW_PLEN(thdr) < 8) in DecodeTeredo()
H A Ddecode-icmpv6.c149IPV6_GET_RAW_NH(icmp6_ip6h), IPV6_GET_RAW_PLEN(icmp6_ip6h), IPV6_GET_RAW_HLIM(icmp6_ip6h)); in DecodePartialIPV6()
H A Dstream-tcp.c5964 IPV6_SET_RAW_NH(nipv6h, IPV6_GET_RAW_NH(ipv6h)); \