Home
last modified time | relevance | path

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

/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/reputation/
H A Dspp_reputation.c537 static inline void createZones(uint32_t *ingressZone, uint32_t *egressZone, SFSnortPacket *p) in createZones() argument
540 *ingressZone = p->src_port - zone_base; in createZones()
564 uint32_t ingressZone = 0; in GetReputation() local
569 ingressZone = p->pkt_header->ingress_group; in GetReputation()
571 egressZone = ingressZone; in GetReputation()
576 createZones(&ingressZone,&egressZone,p); in GetReputation()
579 if (ingressZone >= MAX_NUM_ZONES) in GetReputation()
580 ingressZone = 0; in GetReputation()
602 if (listInfo[list_index].zones[ingressZone] || listInfo[list_index].zones[egressZone]) in GetReputation()
/dports/security/snort/snort-2.9.18/src/output-plugins/
H A Dspo_unified2.h40 uint8_t ingressZone[16]; member
/dports/net/daq/daq-2.2.2/api/
H A Ddaq_common.h163 int32_t ingressZone; member
/dports/security/snort3/snort3-3.1.19.0/doc/user/
H A Dsnort_user.text6711 $sof <i32:ingressZone> <i32:egressZone> <i32:ingressIntf> <i32:egressIntf> <s:srcIp> <i16:srcPort> …
6712 $eof <i32:ingressZone> <i32:egressZone> <i32:ingressIntf> <i32:egressIntf> <s:srcIp> <i16:srcPort> …