Home
last modified time | relevance | path

Searched refs:FWsamStation (Results 1 – 6 of 6) sorted by relevance

/dports/security/snortsam/snortsam-src-2.70/src/
H A Dssp_forward.h70 } FWsamStation; typedef
73 void FWsamNewStationKey(FWsamStation *,FWsamPacket *);
74 void FWsamCheckOut(FWsamStation *);
75 int FWsamCheckIn(FWsamStation *);
H A Dssp_forward.c58 void FWsamNewStationKey(FWsamStation *station,FWsamPacket *packet) in FWsamNewStationKey()
94 void FWsamCheckOut(FWsamStation *station) in FWsamCheckOut()
189 int FWsamCheckIn(FWsamStation *station) in FWsamCheckIn()
332 { FWsamStation *station=NULL; in ForwardParse()
381 station=safemalloc(sizeof(FWsamStation),"ForwardParse","station"); /* create new Snortsam object */ in ForwardParse()
441 { FWsamStation *station; in ForwardExit()
444 { station=(FWsamStation *)plugindatalist->data; in ForwardExit()
464 FWsamStation *station;
478 station=(FWsamStation *)datapointer;
H A Dsamtool.c75 } FWsamStation; typedef
106 void FWsamNewStationKey(FWsamStation *station,FWsamPacket *packet) in FWsamNewStationKey()
142 void FWsamCheckOut(FWsamStation *station) in FWsamCheckOut()
227 int FWsamCheckIn(FWsamStation *station) in FWsamCheckIn()
425 FWsamStation station; in FWsamBlock()
/dports/security/snortsam/snortsam-src-2.70/contrib/
H A Dsnortsam-state.c294 } FWsamStation; typedef
297 static FWsamStation *station_init(const char *host, u_short port, const char *pass) in station_init()
302 FWsamStation *station = NULL; in station_init()
319 if((station = (FWsamStation *)malloc(sizeof(FWsamStation))) == NULL) in station_init()
365 static void station_new_key(FWsamStation *station, FWsamPacket *packet) in station_new_key()
398 static int station_check_in(FWsamStation *station) in station_check_in()
505 static int station_check_out(FWsamStation *station) in station_check_out()
595 static int station_unblock(FWsamStation *station, const BLOCKINFO *bi) in station_unblock()
835 static void station_free(FWsamStation *station) in station_free()
868 FWsamStation *station = NULL; in main()
/dports/security/barnyard2/barnyard2-2-1.13/src/output-plugins/
H A Dspo_alert_fwsam.c214 } FWsamStation; typedef
264 FWsamStation *station;
275 int FWsamCheckIn(FWsamStation *station);
276 void FWsamCheckOut(FWsamStation *station);
281 int FWsamStationExists(FWsamStation *who, FWsamList *list);
345 FWsamStation *station; in AlertFWsamInit()
488 if((station=(FWsamStation *)malloc(sizeof(FWsamStation)))==NULL) in AlertFWsamInit()
654 int FWsamStationExists(FWsamStation *who,FWsamList *list) in FWsamStationExists()
963 FWsamStation *station=NULL; in AlertFWsam()
1388 void FWsamCheckOut(FWsamStation *station) in FWsamCheckOut()
[all …]
/dports/security/barnyard2-sguil/barnyard2-2-1.13/src/output-plugins/
H A Dspo_alert_fwsam.c214 } FWsamStation; typedef
264 FWsamStation *station;
275 int FWsamCheckIn(FWsamStation *station);
276 void FWsamCheckOut(FWsamStation *station);
281 int FWsamStationExists(FWsamStation *who, FWsamList *list);
345 FWsamStation *station; in AlertFWsamInit()
488 if((station=(FWsamStation *)malloc(sizeof(FWsamStation)))==NULL) in AlertFWsamInit()
654 int FWsamStationExists(FWsamStation *who,FWsamList *list) in FWsamStationExists()
963 FWsamStation *station=NULL; in AlertFWsam()
1388 void FWsamCheckOut(FWsamStation *station) in FWsamCheckOut()
[all …]