Home
last modified time | relevance | path

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

/netbsd/src/dist/pf/sbin/pfctl/
Dparse.y193 struct node_icmp *icmpspec; member
438 %type <v.icmp> icmpspec
2030 $9.uid, $9.gid, $9.icmpspec, "");
2087 | icmpspec {
2093 filter_opts.icmpspec = $1;
2915 icmpspec : ICMPTYPE icmp_item { $$ = $2; }