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/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/pfctl/
H A Dparse.y538 %type <v.number> number icmptype icmp6type uid gid
3256 u_int8_t icmptype; variable
3262 icmptype = returnicmpdefault >> 8;
3263 $$ = (icmptype << 8 | $1);
3275 u_int8_t icmptype; variable
3281 icmptype = returnicmp6default >> 8;
3282 $$ = (icmptype << 8 | $1);
4166 icmp_item : icmptype {
4176 | icmptype CODE STRING {
4195 | icmptype CODE NUMBER {
[all …]
/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.l440 icmptype { yylval->h = 0; return NUM; }
/freebsd/sys/netpfil/pf/
H A Dpf.c5484 u_int8_t icmptype = 0, icmpcode = 0; in pf_test_rule() local
5518 icmptype = pd->hdr.icmp.icmp_type; in pf_test_rule()
5520 state_icmp = pf_icmp_mapping(pd, icmptype, in pf_test_rule()
5534 icmptype = pd->hdr.icmp6.icmp6_type; in pf_test_rule()
5536 state_icmp = pf_icmp_mapping(pd, icmptype, in pf_test_rule()
5808 PF_TEST_ATTRIB(r->type && r->type != icmptype + 1, in pf_test_rule()
7647 u_int8_t icmptype, icmpcode; in pf_test_state_icmp() local
7660 icmptype = pd->hdr.icmp.icmp_type; in pf_test_state_icmp()
7668 icmptype = pd->hdr.icmp6.icmp6_type; in pf_test_state_icmp()
7680 if (pf_icmp_mapping(pd, icmptype, &icmp_dir, &virtual_id, in pf_test_state_icmp()
[all …]
/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()