Lines Matching refs:returnicmpdefault
78 static u_int16_t returnicmpdefault = variable
3100 $$.w = returnicmpdefault;
3109 $$.w = returnicmpdefault;
3133 $$.w = returnicmpdefault;
3138 $$.w = returnicmpdefault;
3144 $$.w2 = returnicmpdefault;
3148 $$.w = returnicmpdefault;
3158 $$.w = returnicmpdefault;
3177 icmptype = returnicmpdefault >> 8;
7130 returnicmpdefault = (ICMP_UNREACH << 8) | ICMP_UNREACH_PORT; in parse_config()
7417 icmptype = returnicmpdefault >> 8; in parseicmpspec()