Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ipf/dist/perl/
Dlogfilter.pl74 ($icmptype) = $line =~ m/icmp (\d+)\/\d+/;
77 $filename = $icmp{$icmptype} if (defined($icmp{$icmptype}));
/netbsd/src/external/bsd/ipf/dist/iplang/
DBNF47 icmpbody ::= "type" icmptype [ "code" icmpcode ] .
48 icmptype ::= "echorep" | "echorep" "{" echoopts "}" ";" | "unreach" |
Diplang_y.y386 IL_ICMPTYPE icmptype
387 | IL_ICMPTYPE icmptype icmpcode
394 icmptype:
/netbsd/src/sys/dist/pf/net/
Dpf.c3091 u_int8_t icmptype = 0, icmpcode = 0; local
3116 icmptype = pd->hdr.icmp->icmp_type;
3119 if (icmptype == ICMP_UNREACH ||
3120 icmptype == ICMP_SOURCEQUENCH ||
3121 icmptype == ICMP_REDIRECT ||
3122 icmptype == ICMP_TIMXCEED ||
3123 icmptype == ICMP_PARAMPROB)
3134 icmptype = pd->hdr.icmp6->icmp6_type;
3137 if (icmptype == ICMP6_DST_UNREACH ||
3138 icmptype == ICMP6_PACKET_TOO_BIG ||
[all …]
/netbsd/src/external/bsd/ipf/dist/tools/
Dipf_y.y109 %type <num> facility priority icmpcode seclevel secname icmptype
1279 itype: seticmptype icmptype
1325 icmptype
1327 | typelist lmore icmptype
1542 icmptype:
/netbsd/src/dist/pf/sbin/pfctl/
Dparse.y429 %type <v.number> number icmptype icmp6type uid gid
2937 icmp_item : icmptype {
2947 | icmptype CODE STRING {
3020 icmptype : STRING {
5488 u_int8_t icmptype; in parseicmpspec() local
5491 icmptype = returnicmpdefault >> 8; in parseicmpspec()
5493 icmptype = returnicmp6default >> 8; in parseicmpspec()
5496 if ((p = geticmpcodebyname(icmptype, w, af)) == NULL) { in parseicmpspec()
5506 return (icmptype << 8 | ulval); in parseicmpspec()
/netbsd/src/external/bsd/libpcap/dist/
Dscanner.l447 icmptype { yylval->h = 0; return NUM; }
/netbsd/src/external/bsd/ipf/dist/
Dip_nat6.c4067 ipf_nat6_icmpquerytype(icmptype) in ipf_nat6_icmpquerytype() argument
4068 int icmptype; in ipf_nat6_icmpquerytype()
4081 switch (icmptype)
/netbsd/src/sys/external/bsd/ipf/netinet/
Dip_nat6.c3993 ipf_nat6_icmpquerytype(int icmptype) in ipf_nat6_icmpquerytype() argument
4006 switch (icmptype) in ipf_nat6_icmpquerytype()
Dip_nat.c6011 ipf_nat_icmpquerytype(int icmptype) in ipf_nat_icmpquerytype() argument
6023 switch (icmptype) in ipf_nat_icmpquerytype()