Searched refs:return_ttl (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/lib/libpfctl/
H A Dlibpfctl.h129 u_int8_t return_ttl; member in struct:pfctl_rule
H A Dlibpfctl.c401 rule->return_ttl = nvlist_get_number(nvl, "return_ttl");
505 nvlist_add_number(nvlr, "return_ttl", r->return_ttl);
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf.h532 u_int8_t return_ttl; member in struct:pf_rule
H A Dpf_nv.c592 PFNV_CHK(pf_nvuint8(nvl, "return_ttl", &rule->return_ttl));
771 nvlist_add_number(nvl, "return_ttl", rule->return_ttl);
H A Dpf_ioctl.c1643 rule->return_ttl = krule->return_ttl;
1753 krule->return_ttl = rule->return_ttl;
H A Dpf.c2671 r->return_ttl, 1, 0, kif->pfik_ifp);
4359 (*state)->rule.ptr->return_ttl, 1, 0,
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_parser.c728 if (!r->return_ttl)
731 printf(" return-rst(ttl %d)", r->return_ttl);
H A Dpfctl_optimize.c138 PF_RULE_FIELD(return_ttl, BREAK),
H A Dparse.y2051 r.return_ttl = $1.w;
/freebsd-13-stable/sys/net/
H A Dpfvar.h401 u_int8_t return_ttl; member in struct:pf_krule

Completed in 276 milliseconds