Home
last modified time | relevance | path

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

/netbsd-src/dist/pf/sbin/pfctl/
H A Dparse.y73 static u_int16_t returnicmpdefault = variable
2176 $$.w = returnicmpdefault;
2200 $$.w = returnicmpdefault;
2205 $$.w = returnicmpdefault;
2219 $$.w = returnicmpdefault;
2239 $$.w = returnicmpdefault;
5236 returnicmpdefault = (ICMP_UNREACH << 8) | ICMP_UNREACH_PORT; in parse_rules()
5491 icmptype = returnicmpdefault >> 8; in parseicmpspec()