Home
last modified time | relevance | path

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

/dports/security/snort/snort-2.9.18/src/detection-plugins/
H A Dsp_ip_id_check.c58 void IpIdCheckInit(struct _SnortConfig *, char *, OptTreeNode *, int);
106 RegisterRuleOption("id", IpIdCheckInit, NULL, OPT_TYPE_DETECTION, NULL); in SetupIpIdCheck()
128 void IpIdCheckInit(struct _SnortConfig *sc, char *data, OptTreeNode *otn, int protocol) in IpIdCheckInit() function