Home
last modified time | relevance | path

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

/dports/security/snort3/snort3-3.1.19.0/src/codecs/ip/
H A Dcd_tcp.cc333 bool experimental_option_found = false; /* are all options RFC compliant? */ in decode_options() local
420 experimental_option_found = true; in decode_options()
446 experimental_option_found = true; in decode_options()
474 if (experimental_option_found) in decode_options()
/dports/security/barnyard2/barnyard2-2-1.13/src/
H A Ddecode.c5018 u_char experimental_option_found = 0; /* are all options RFC compliant? */ in DecodeTCPOptions() local
5092 experimental_option_found = 1; in DecodeTCPOptions()
5112 experimental_option_found = 1; in DecodeTCPOptions()
5138 experimental_option_found = 1; in DecodeTCPOptions()
/dports/security/barnyard2-sguil/barnyard2-2-1.13/src/
H A Ddecode.c5018 u_char experimental_option_found = 0; /* are all options RFC compliant? */ in DecodeTCPOptions() local
5092 experimental_option_found = 1; in DecodeTCPOptions()
5112 experimental_option_found = 1; in DecodeTCPOptions()
5138 experimental_option_found = 1; in DecodeTCPOptions()
/dports/security/snort/snort-2.9.18/src/
H A Ddecode.c5982 u_char experimental_option_found = 0; /* are all options RFC compliant? */ in DecodeTCPOptions() local
6099 experimental_option_found = 1; in DecodeTCPOptions()
6130 experimental_option_found = 1; in DecodeTCPOptions()
6167 if (experimental_option_found) in DecodeTCPOptions()