Home
last modified time | relevance | path

Searched refs:IPV6_GET_HLIM (Results 1 – 9 of 9) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-ttl.c115 pttl = IPV6_GET_HLIM(p); in DetectTtlMatch()
321 pttl = IPV6_GET_HLIM(p); in PrefilterPacketTtlMatch()
H A Ddetect-template2.c112 ptemplate2 = IPV6_GET_HLIM(p); in DetectTemplate2Match()
339 ptemplate2 = IPV6_GET_HLIM(p); in PrefilterPacketTemplate2Match()
H A Ddecode-ipv6.h90 #define IPV6_GET_HLIM(p) \ macro
H A Dflow-util.c163 f->min_ttl_toserver = f->max_ttl_toserver = IPV6_GET_HLIM((p)); in FlowInit()
H A Doutput-json-drop.c115 jb_set_uint(js, "hoplimit", IPV6_GET_HLIM(p)); in DropLogJSON()
H A Ddecode-icmpv6.c339 if (IPV6_GET_HLIM(p) != 1) { in DecodeICMPV6()
348 if (IPV6_GET_HLIM(p) != 1) { in DecodeICMPV6()
357 if (IPV6_GET_HLIM(p) != 1) { in DecodeICMPV6()
H A Ddecode-ipv6.c608 IPV6_GET_HLIM(p)); in DecodeIPV6()
H A Dalert-prelude.c609 AddIntData(alert, "ip_hlim", IPV6_GET_HLIM(p)); in PacketToDataV6()
H A Dflow.c488 FlowUpdateTTL(f, p, IPV6_GET_HLIM(p)); in FlowHandlePacketUpdate()