Lines Matching refs:returnicmpdefault
78 static u_int16_t returnicmpdefault = variable
3073 $$.w = returnicmpdefault;
3082 $$.w = returnicmpdefault;
3106 $$.w = returnicmpdefault;
3111 $$.w = returnicmpdefault;
3117 $$.w2 = returnicmpdefault;
3121 $$.w = returnicmpdefault;
3131 $$.w = returnicmpdefault;
3150 icmptype = returnicmpdefault >> 8;
6735 returnicmpdefault = (ICMP_UNREACH << 8) | ICMP_UNREACH_PORT; in parse_config()
7028 icmptype = returnicmpdefault >> 8; in parseicmpspec()