Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/iplang/
H A DBNF47 icmpbody ::= "type" icmptype [ "code" icmpcode ] .
48 icmptype ::= "echorep" | "echorep" "{" echoopts "}" ";" | "unreach" |
H A Diplang_y.y374 IL_ICMPTYPE icmptype
375 | IL_ICMPTYPE icmptype icmpcode
382 icmptype:
/freebsd/sbin/pfctl/
H A Dparse.y3153 u_int8_t icmptype; variable
3160 $$ = (icmptype << 8 | $1);
3172 u_int8_t icmptype; variable
3179 $$ = (icmptype << 8 | $1);
4051 icmp_item : icmptype {
4061 | icmptype CODE STRING {
4080 | icmptype CODE NUMBER {
4141 icmptype : STRING {
7059 u_int8_t icmptype; in parseicmpspec() local
7062 icmptype = returnicmpdefault >> 8; in parseicmpspec()
[all …]
/freebsd/sys/netpfil/pf/
H A Dpf.c4480 if (icmptype == ICMP_UNREACH || in pf_test_rule()
4482 icmptype == ICMP_REDIRECT || in pf_test_rule()
4483 icmptype == ICMP_TIMXCEED || in pf_test_rule()
4484 icmptype == ICMP_PARAMPROB) in pf_test_rule()
6453 u_int8_t icmptype, icmpcode; in pf_test_state_icmp() local
6466 if (icmptype == ICMP_UNREACH || in pf_test_state_icmp()
6468 icmptype == ICMP_REDIRECT || in pf_test_state_icmp()
6470 icmptype == ICMP_PARAMPROB) in pf_test_state_icmp()
6678 icmptype, icmpcode); in pf_test_state_icmp()
6748 icmptype, icmpcode); in pf_test_state_icmp()
[all …]
/freebsd/libexec/rc/
H A Drc.firewall462 ${fwcmd} add pass icmp from any to any icmptype 8
468 ${fwcmd} add pass icmp from any to any icmptype 3,4,11
/freebsd/sbin/ipf/common/
H A Dipf_y.y107 %type <num> facility priority icmpcode seclevel secname icmptype
1277 itype: seticmptype icmptype
1323 icmptype
1325 | typelist lmore icmptype
1540 icmptype:
/freebsd/contrib/libpcap/
H A Dscanner.l422 icmptype { yylval->h = 0; return NUM; }
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_nat6.c3988 ipf_nat6_icmpquerytype(int icmptype) in ipf_nat6_icmpquerytype() argument
4001 switch (icmptype) in ipf_nat6_icmpquerytype()
H A Dip_nat.c5982 ipf_nat_icmpquerytype(int icmptype) in ipf_nat_icmpquerytype() argument
5994 switch (icmptype) in ipf_nat_icmpquerytype()