Home
last modified time | relevance | path

Searched refs:SSN_DIR_FROM_SENDER (Results 1 – 3 of 3) sorted by relevance

/dports/security/snort/snort-2.9.18/src/preprocessors/Stream6/
H A Dsnort_stream_icmp.c409 if ((dir == SSN_DIR_FROM_SENDER) && (ssn->ha_state.direction == SSN_DIR_FROM_SENDER)) in IcmpUpdateDirection()
H A Dsnort_stream_udp.c859 if ((dir == SSN_DIR_FROM_SENDER) && (ssn->ha_state.direction == SSN_DIR_FROM_SENDER)) in UdpUpdateDirection()
/dports/security/snort/snort-2.9.18/src/preprocessors/
H A Dsession_api.h92 #define SSN_DIR_FROM_SENDER 0x1 macro