Home
last modified time | relevance | path

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

/dports/security/snort/snort-2.9.18/src/preprocessors/HttpInspect/server/
H A Dhi_server.c338 sd->resp_state.flow_depth_excd = false; in IsHttpServerData()
1989 if(!(sd->resp_state.flow_depth_excd )) in ApplyFlowDepth()
1999 sd->resp_state.flow_depth_excd = true; in ApplyFlowDepth()
2011 sd->resp_state.flow_depth_excd = true; in ApplyFlowDepth()
2019 sd->resp_state.flow_depth_excd = false; in ApplyFlowDepth()
2124 sd->resp_state.flow_depth_excd = true; in HttpResponseInspection()
2127 sd->resp_state.flow_depth_excd = false; in HttpResponseInspection()
2323 sd->resp_state.flow_depth_excd = false; in HttpResponseInspection()
2470 sd->resp_state.flow_depth_excd = true; in HttpResponseInspection()
2473 sd->resp_state.flow_depth_excd = false; in HttpResponseInspection()
/dports/security/snort/snort-2.9.18/src/preprocessors/
H A Dsnort_httpinspect.h139 bool flow_depth_excd; member