Searched refs:min_ttl (Results 1 - 19 of 19) sorted by relevance

/freebsd-current/sbin/pfctl/
H A Dpf_print_state.c410 if (s->min_ttl)
411 printf(", min-ttl %d", s->min_ttl);
H A Dpfctl_parser.c1161 if (r->min_ttl)
1162 printf(" min-ttl %d", r->min_ttl);
1172 } else if (r->scrub_flags & PFSTATE_SCRUBMASK || r->min_ttl || r->max_mss) {
1179 if (r->min_ttl)
1180 printf(" min-ttl %d", r->min_ttl);
H A Dpfctl_optimize.c202 PF_RULE_FIELD(min_ttl, NEVER),
H A Dparse.y1442 r.min_ttl = $8.minttl;
2393 r.min_ttl = $9.minttl;
/freebsd-current/lib/libpfctl/
H A Dlibpfctl.h241 uint8_t min_ttl; member in struct:pfctl_rule
361 uint8_t min_ttl; member in struct:pfctl_state
H A Dlibpfctl.c791 rule->min_ttl = nvlist_get_number(nvl, "min_ttl");
1259 snl_add_msg_attr_u8(nw, PF_RT_MIN_TTL, r->min_ttl);
1622 { .type = PF_RT_MIN_TTL, .off = _OUT(r.min_ttl), .cb = snl_attr_get_uint8 },
1888 { .type = PF_ST_MIN_TTL, .off = _OUT(min_ttl), .cb = snl_attr_get_uint8 },
/freebsd-current/contrib/unbound/services/cache/
H A Ddns.c83 time_t ttl, min_ttl = rep->ttl; local
119 if(ttl < min_ttl) min_ttl = ttl;
121 if(min_ttl < rep->ttl) {
122 rep->ttl = min_ttl;
/freebsd-current/sys/netpfil/pf/
H A Dpf_norm.c2291 if (pd->act.min_ttl && h->ip_ttl < pd->act.min_ttl) {
2294 h->ip_ttl = pd->act.min_ttl;
2327 if (pd->act.min_ttl && h->ip6_hlim < pd->act.min_ttl)
2328 h->ip6_hlim = pd->act.min_ttl;
H A Dpf.h574 u_int8_t min_ttl; member in struct:pf_rule
H A Dpf_nv.c617 PFNV_CHK(pf_nvuint8(nvl, "min_ttl", &rule->min_ttl));
799 nvlist_add_number(nvl, "min_ttl", rule->min_ttl);
H A Dpf_nl.c202 nlattr_add_u8(nw, PF_ST_MIN_TTL, s->act.min_ttl);
720 { .type = PF_RT_MIN_TTL, .off = _OUT(min_ttl), .cb = nlattr_get_uint8 },
962 nlattr_add_u8(nw, PF_RT_MIN_TTL, rule->min_ttl);
H A Dif_pfsync.c658 st->act.min_ttl = r->min_ttl;
681 st->act.min_ttl = sp->pfs_1400.min_ttl;
H A Dpf_ioctl.c1338 PF_MD5_UPD(rule, min_ttl);
2017 krule->min_ttl = rule->min_ttl;
5565 sp->pfs_1400.min_ttl = st->act.min_ttl;
5680 sp->min_ttl = st->act.min_ttl;
H A Dpf.c3844 if (r->min_ttl)
3845 a->min_ttl = r->min_ttl;
/freebsd-current/contrib/unbound/util/
H A Dconfig_file.h315 int min_ttl; member in struct:config_file
H A Dconfig_file.c174 cfg->min_ttl = 0;
628 { IS_NUMBER_OR_ZERO; cfg->min_ttl = atoi(val); MIN_TTL=(time_t)cfg->min_ttl;}
1082 else O_DEC(opt, "cache-min-ttl", min_ttl)
2345 MIN_TTL = (time_t)config->min_ttl;
H A Dconfigparser.y2037 else cfg_parser->cfg->min_ttl = atoi($2);
H A Dconfigparser.c5137 else cfg_parser->cfg->min_ttl = atoi((yyvsp[0].str));
/freebsd-current/sys/net/
H A Dpfvar.h655 uint8_t min_ttl; member in struct:pf_rule_actions
852 u_int8_t min_ttl; member in struct:pf_krule
1031 uint8_t min_ttl; member in struct:pf_state_export
1181 u_int8_t min_ttl; member in struct:pfsync_state_1400

Completed in 431 milliseconds