Searched refs:icmptype (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/netpfil/pf/
H A Dpf.c3245 u_int8_t icmptype = 0, icmpcode = 0; local
3274 icmptype = pd->hdr.icmp->icmp_type;
3277 if (icmptype == ICMP_UNREACH ||
3278 icmptype == ICMP_SOURCEQUENCH ||
3279 icmptype == ICMP_REDIRECT ||
3280 icmptype == ICMP_TIMXCEED ||
3281 icmptype == ICMP_PARAMPROB)
3291 icmptype = pd->hdr.icmp6->icmp6_type;
3294 if (icmptype == ICMP6_DST_UNREACH ||
3295 icmptype
4584 u_int8_t icmptype, icmpcode; local
[all...]
/freebsd-11-stable/etc/
H A Drc.firewall466 ${fwcmd} add pass icmp from any to any icmptype 8
472 ${fwcmd} add pass icmp from any to any icmptype 3,4,11
/freebsd-11-stable/sbin/pfctl/
H A Dparse.y472 %type <v.number> number icmptype icmp6type uid gid
2725 u_int8_t icmptype;
2731 icmptype = returnicmpdefault >> 8;
2732 $$ = (icmptype << 8 | $1);
2744 u_int8_t icmptype;
2750 icmptype = returnicmp6default >> 8;
2751 $$ = (icmptype << 8 | $1);
3477 icmp_item : icmptype {
3487 | icmptype CODE STRING {
3506 | icmptype COD
3567 icmptype : STRING { label
[all...]
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipf_y.y108 %type <num> facility priority icmpcode seclevel secname icmptype
1278 itype: seticmptype icmptype
1324 icmptype
1326 | typelist lmore icmptype
1541 icmptype: label
/freebsd-11-stable/contrib/ipfilter/iplang/
H A Diplang_y.y376 IL_ICMPTYPE icmptype
377 | IL_ICMPTYPE icmptype icmpcode
384 icmptype: label
/freebsd-11-stable/contrib/libpcap/
H A Dscanner.l419 icmptype { yylval->i = 0; return NUM; }
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat6.c4051 /* Parameters: icmptype(I) - ICMP type number */
4057 ipf_nat6_icmpquerytype(icmptype)
4058 int icmptype;
4064 * does not keep track of the icmptype, and a single NAT structure
4071 switch (icmptype)
H A Dip_nat.c6086 /* Parameters: icmptype(I) - ICMP type number */
6092 ipf_nat_icmpquerytype(icmptype)
6093 int icmptype;
6099 * does not keep track of the icmptype, and a single NAT structure
6105 switch (icmptype)

Completed in 131 milliseconds