HomeSort by: relevance | last modified time | path
    Searched refs:min_ttl (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dist/pf/net/
pf_norm.c 1039 if (r->min_ttl && h->ip_ttl < r->min_ttl) {
1042 h->ip_ttl = r->min_ttl;
1059 if (r->min_ttl && h->ip_ttl < r->min_ttl) {
1062 h->ip_ttl = r->min_ttl;
1234 if (r->min_ttl && h->ip6_hlim < r->min_ttl)
1235 h->ip6_hlim = r->min_ttl;
pfvar.h 604 u_int8_t min_ttl; member in struct:pf_rule
  /src/dist/pf/sbin/pfctl/
pfctl_parser.c 992 if (r->min_ttl)
993 printf(" min-ttl %d", r->min_ttl);
pfctl_optimize.c 201 PF_RULE_FIELD(min_ttl, NEVER),
parse.y 938 r.min_ttl = $8.minttl;

Completed in 22 milliseconds