Home
last modified time | relevance | path

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

/dflybsd-src/usr.sbin/pfctl/
H A Dparse.y69 static u_int16_t returnicmpdefault = variable
2467 $$.w = returnicmpdefault;
2491 $$.w = returnicmpdefault;
2496 $$.w = returnicmpdefault;
2502 $$.w2 = returnicmpdefault;
2506 $$.w = returnicmpdefault;
2516 $$.w = returnicmpdefault;
2535 icmptype = returnicmpdefault >> 8;
5775 returnicmpdefault = (ICMP_UNREACH << 8) | ICMP_UNREACH_PORT; in parse_config()
6075 icmptype = returnicmpdefault >> 8; in parseicmpspec()