Searched defs:pf_osfp_ioctl (Results 1 – 1 of 1) sorted by relevance
491 struct pf_osfp_ioctl { struct492 struct pf_osfp_entry fp_os;493 pf_tcpopts_t fp_tcpopts; /* packed TCP options */494 u_int16_t fp_wsize; /* TCP window size */495 u_int16_t fp_psize; /* ip->ip_len */496 u_int16_t fp_mss; /* TCP MSS */497 u_int16_t fp_flags;498 u_int8_t fp_optcnt; /* TCP option count */499 u_int8_t fp_wscale; /* TCP window scaling */500 u_int8_t fp_ttl; /* IPv4 TTL */[all …]