Home
last modified time | relevance | path

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

/dports/security/snort3/snort3-3.1.19.0/src/stream/ip/
H A Dip_defrag.cc98 #define FRAG_GOT_LAST 0x00000002 macro
305 if (ft->frag_flags & FRAG_GOT_LAST) in FragCheckFirstLast()
361 ft->frag_flags |= FRAG_GOT_LAST; in FragCheckFirstLast()
384 (ft->frag_flags&FRAG_GOT_LAST) ? "LAST" : "No LAST"); in FragCheckFirstLast()
528 (ft->frag_flags & FRAG_GOT_LAST)) in FragIsComplete()
1160 if (ft->frag_flags & FRAG_GOT_LAST) in insert()
1248 ((ft->frag_flags & FRAG_GOT_LAST) && in insert()
1416 ((ft->frag_flags & FRAG_GOT_LAST) && in insert()
/dports/security/snort/snort-2.9.18/src/preprocessors/
H A Dspp_frag3.c138 #define FRAG_GOT_LAST 0x00000002 macro
2262 if (ft->frag_flags & FRAG_GOT_LAST) in Frag3CheckFirstLast()
2318 ft->frag_flags |= FRAG_GOT_LAST; in Frag3CheckFirstLast()
2343 ft->frag_flags&FRAG_GOT_LAST?"LAST":"No LAST");); in Frag3CheckFirstLast()
3245 if(ft->frag_flags & FRAG_GOT_LAST) in Frag3Insert()
3361 ((ft->frag_flags & FRAG_GOT_LAST) && in Frag3Insert()
3547 ((ft->frag_flags & FRAG_GOT_LAST) && in Frag3Insert()
3893 (ft->frag_flags & FRAG_GOT_LAST)) in Frag3IsComplete()