Home
last modified time | relevance | path

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

/dports/security/fwbuilder/fwbuilder-5.3.7/src/parsers/
H A DIPTCfgParser.cpp467 case MATCH_ICMP_TYPE: in ipt_option()
840 case MATCH_ICMP_TYPE: in src()
962 case MATCH_ICMP_TYPE: in dst()
1156 match(MATCH_ICMP_TYPE); in icmp_type_spec()
1221 case MATCH_ICMP_TYPE: in icmp_type_spec()
1829 case MATCH_ICMP_TYPE: in unknown_option()
1893 case MATCH_ICMP_TYPE: in unknown_option()
1953 case MATCH_ICMP_TYPE: in unknown_option()
2914 case MATCH_ICMP_TYPE: in nat_spec()
3637 case MATCH_ICMP_TYPE: in port_def_with_range()
[all …]
H A DIPTCfgParserTokenTypes.hpp112 MATCH_ICMP_TYPE = 101, enumerator
H A Diptables.g967 icmp_type_spec : MATCH_ICMP_TYPE
1374 MATCH_ICMP_TYPE : "--icmp-type" ;
H A DIPTCfgLexer.cpp1612 _ttype = MATCH_ICMP_TYPE; in mMATCH_ICMP_TYPE()
/dports/security/webfwlog/webfwlog-1.1.1/include/
H A Dmain.h761 #define MATCH_ICMP_TYPE 0x000000000010 macro
/dports/security/webfwlog/webfwlog-1.1.1/src/
H A Dparser.c745 match_value = MATCH_ICMP_TYPE; in parse_line()