Lines Matching refs:integer

173 			ctx->scratch->int2 = value->v.integer;
174 if (value->v.integer == 1) {
178 } else if (value->v.integer == 2) {
188 ctx->scratch->int2 = value->v.integer;
189 if (value->v.integer < 1 || value->v.integer > 255)
191 if (ip_defttl != value->v.integer &&
192 ip_setttl(value->v.integer, &old))
230 value->v.integer = ip_forwarding ? 1 : 2;
234 value->v.integer = ip_defttl;
312 value->v.integer = IPFRAGTTL;
374 value->v.integer = 0;
376 value->v.integer += icmpstat.icps_inhist[i];
377 value->v.integer += icmpstat.icps_tooshort +
383 value->v.integer = icmpstat.icps_tooshort +
392 value->v.integer = icmpstat.icps_inhist[ICMP_UNREACH];
396 value->v.integer = icmpstat.icps_inhist[ICMP_TIMXCEED];
400 value->v.integer = icmpstat.icps_inhist[ICMP_PARAMPROB];
404 value->v.integer = icmpstat.icps_inhist[ICMP_SOURCEQUENCH];
408 value->v.integer = icmpstat.icps_inhist[ICMP_REDIRECT];
412 value->v.integer = icmpstat.icps_inhist[ICMP_ECHO];
416 value->v.integer = icmpstat.icps_inhist[ICMP_ECHOREPLY];
420 value->v.integer = icmpstat.icps_inhist[ICMP_TSTAMP];
424 value->v.integer = icmpstat.icps_inhist[ICMP_TSTAMPREPLY];
428 value->v.integer = icmpstat.icps_inhist[ICMP_MASKREQ];
432 value->v.integer = icmpstat.icps_inhist[ICMP_MASKREPLY];
436 value->v.integer = 0;
438 value->v.integer += icmpstat.icps_outhist[i];
439 value->v.integer += icmpstat.icps_badaddr +
444 value->v.integer = icmpstat.icps_badaddr +
449 value->v.integer = icmpstat.icps_outhist[ICMP_UNREACH];
453 value->v.integer = icmpstat.icps_outhist[ICMP_TIMXCEED];
457 value->v.integer = icmpstat.icps_outhist[ICMP_PARAMPROB];
461 value->v.integer = icmpstat.icps_outhist[ICMP_SOURCEQUENCH];
465 value->v.integer = icmpstat.icps_outhist[ICMP_REDIRECT];
469 value->v.integer = icmpstat.icps_outhist[ICMP_ECHO];
473 value->v.integer = icmpstat.icps_outhist[ICMP_ECHOREPLY];
477 value->v.integer = icmpstat.icps_outhist[ICMP_TSTAMP];
481 value->v.integer = icmpstat.icps_outhist[ICMP_TSTAMPREPLY];
485 value->v.integer = icmpstat.icps_outhist[ICMP_MASKREQ];
489 value->v.integer = icmpstat.icps_outhist[ICMP_MASKREPLY];