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

/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c1730 if (r->min_ttl && h->ip_ttl < r->min_ttl) {
1733 h->ip_ttl = r->min_ttl;
1751 if (r->min_ttl && h->ip_ttl < r->min_ttl) {
1754 h->ip_ttl = r->min_ttl;
1963 if (r->min_ttl && h->ip6_hlim < r->min_ttl)
1964 h->ip6_hlim = r->min_ttl;
2054 if (r->min_ttl
[all...]
H A Dpfvar.h765 u_int8_t min_ttl; member in struct:pf_rule

Completed in 78 milliseconds