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

/freebsd-10.0-release/sys/netpfil/pf/
H A Dpf.c2998 u_int8_t icmptype = 0, icmpcode = 0; local
3027 icmptype = pd->hdr.icmp->icmp_type;
3030 if (icmptype == ICMP_UNREACH ||
3031 icmptype == ICMP_SOURCEQUENCH ||
3032 icmptype == ICMP_REDIRECT ||
3033 icmptype == ICMP_TIMXCEED ||
3034 icmptype == ICMP_PARAMPROB)
3044 icmptype = pd->hdr.icmp6->icmp6_type;
3047 if (icmptype == ICMP6_DST_UNREACH ||
3048 icmptype
4356 u_int8_t icmptype; local
[all...]
/freebsd-10.0-release/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-10.0-release/sbin/pfctl/
H A Dparse.y460 %type <v.number> number icmptype icmp6type uid gid
2491 u_int8_t icmptype;
2497 icmptype = returnicmpdefault >> 8;
2498 $$ = (icmptype << 8 | $1);
2510 u_int8_t icmptype;
2516 icmptype = returnicmp6default >> 8;
2517 $$ = (icmptype << 8 | $1);
3243 icmp_item : icmptype {
3253 | icmptype CODE STRING {
3272 | icmptype COD
3333 icmptype : STRING { label
[all...]
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dipf_y.y107 %type <num> facility priority icmpcode seclevel secname icmptype
1267 itype: seticmptype icmptype
1313 icmptype
1315 | typelist lmore icmptype
1530 icmptype: label
/freebsd-10.0-release/contrib/ipfilter/iplang/
H A Diplang_y.y387 IL_ICMPTYPE icmptype
388 | IL_ICMPTYPE icmptype icmpcode
395 icmptype: label
/freebsd-10.0-release/contrib/libpcap/
H A Dscanner.l352 icmptype { yylval.i = 0; return NUM; }
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_nat6.c4059 /* Parameters: icmptype(I) - ICMP type number */
4065 ipf_nat6_icmpquerytype(icmptype)
4066 int icmptype;
4072 * does not keep track of the icmptype, and a single NAT structure
4079 switch (icmptype)
H A Dip_nat.c6087 /* Parameters: icmptype(I) - ICMP type number */
6093 ipf_nat_icmpquerytype(icmptype)
6094 int icmptype;
6100 * does not keep track of the icmptype, and a single NAT structure
6106 switch (icmptype)

Completed in 280 milliseconds