Home
last modified time | relevance | path

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

/dports/security/snortsam/snortsam-src-2.70/src/
H A Dssp_pf2.c150 if(strlen(options[PF2_OPT_ANCHOR].v.value_s)<1) in PF2Parse()
159 safecopy(pfp->anchorname, options[PF2_OPT_ANCHOR].v.value_s); /* save anchorname */ in PF2Parse()
161 if ((strncmp(options[PF2_OPT_ANCHOR].v.value_s, "notused", MAX_OPT_VALUE)==0) || in PF2Parse()
162 (strncmp(options[PF2_OPT_ANCHOR].v.value_s, "none", MAX_OPT_VALUE)==0)) { in PF2Parse()
H A Dssp_pf2.h80 enum { PF2_OPT_ANCHOR, PF2_OPT_TABLE, PF2_OPT_KILL }; enumerator