Lines Matching refs:returnicmpdefault
79 static u_int16_t returnicmpdefault = variable
2659 $$.w = returnicmpdefault;
2667 $$.w = returnicmpdefault;
2691 $$.w = returnicmpdefault;
2696 $$.w = returnicmpdefault;
2702 $$.w2 = returnicmpdefault;
2706 $$.w = returnicmpdefault;
2716 $$.w = returnicmpdefault;
2735 icmptype = returnicmpdefault >> 8;
5972 returnicmpdefault = (ICMP_UNREACH << 8) | ICMP_UNREACH_PORT; in parse_config()
6230 icmptype = returnicmpdefault >> 8; in parseicmpspec()