Searched defs:pf_osfp_ioctl (Results 1 – 1 of 1) sorted by relevance
470 struct pf_osfp_ioctl { struct471 struct pf_osfp_entry fp_os;472 pf_tcpopts_t fp_tcpopts; /* packed TCP options */473 u_int16_t fp_wsize; /* TCP window size */474 u_int16_t fp_psize; /* ip->ip_len */475 u_int16_t fp_mss; /* TCP MSS */476 u_int16_t fp_flags;477 u_int8_t fp_optcnt; /* TCP option count */478 u_int8_t fp_wscale; /* TCP window scaling */479 u_int8_t fp_ttl; /* IPv4 TTL */[all …]