Home
last modified time | relevance | path

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

/dports/security/snort3/snort3-3.1.19.0/src/codecs/ip/
H A Dcd_udp.cc314 bool fragmented_udp_flag = false; in decode() local
337 fragmented_udp_flag = true; in decode()
343 fragmented_udp_flag = true; in decode()
377 if (!fragmented_udp_flag && udph->uh_chk) in decode()
395 else if (!fragmented_udp_flag) in decode()
/dports/security/barnyard2/barnyard2-2-1.13/src/
H A Ddecode.c3196 u_char fragmented_udp_flag = 0; in DecodeUDP() local
3232 fragmented_udp_flag = 1; in DecodeUDP()
3299 if( !fragmented_udp_flag && p->udph->uh_chk ) in DecodeUDP()
3321 if( !fragmented_udp_flag && p->udph->uh_chk ) in DecodeUDP()
/dports/security/barnyard2-sguil/barnyard2-2-1.13/src/
H A Ddecode.c3196 u_char fragmented_udp_flag = 0; in DecodeUDP() local
3232 fragmented_udp_flag = 1; in DecodeUDP()
3299 if( !fragmented_udp_flag && p->udph->uh_chk ) in DecodeUDP()
3321 if( !fragmented_udp_flag && p->udph->uh_chk ) in DecodeUDP()
/dports/security/snort/snort-2.9.18/src/
H A Ddecode.c5327 u_char fragmented_udp_flag = 0; in DecodeUDP() local
5366 fragmented_udp_flag = 1; in DecodeUDP()
5415 if(!fragmented_udp_flag && p->udph->uh_chk ) in DecodeUDP()
5450 else if( !fragmented_udp_flag ) in DecodeUDP()