Home
last modified time | relevance | path

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

/openbsd/usr.bin/nc/
H A Dnetcat.c119 int minttl = -1; variable
239 minttl = strtonum(optarg, 0, 255, &errstr); in main()
1602 if (minttl != -1) { in set_common_sockopts()
1604 IP_MINTTL, &minttl, sizeof(minttl))) in set_common_sockopts()
1608 IPV6_MINHOPCOUNT, &minttl, sizeof(minttl))) in set_common_sockopts()
/openbsd/sbin/pfctl/
H A Dparse.y283 int minttl; member
302 int minttl; member
1045 scrub_opts.minttl = $2;
2034 filter_opts.minttl = $3.minttl;
5938 if (opts->minttl) in filteropts_to_rule()
5939 r->min_ttl = opts->minttl; in filteropts_to_rule()