Home
last modified time | relevance | path

Searched defs:pf_osfp_ioctl (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/net/pf/
H A Dpfvar.h545 struct pf_osfp_ioctl { struct
546 struct pf_osfp_entry fp_os;
547 pf_tcpopts_t fp_tcpopts; /* packed TCP options */
548 u_int16_t fp_wsize; /* TCP window size */
549 u_int16_t fp_psize; /* ip->ip_len (host order) */
550 u_int16_t fp_mss; /* TCP MSS */
551 u_int16_t fp_flags;
552 u_int8_t fp_optcnt; /* TCP option count */
553 u_int8_t fp_wscale; /* TCP window scaling */
554 u_int8_t fp_ttl; /* IPv4 TTL */
[all …]