Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dpf.h411 struct pf_osfp_ioctl { struct
412 struct pf_osfp_entry fp_os;
413 pf_tcpopts_t fp_tcpopts; /* packed TCP options */
414 u_int16_t fp_wsize; /* TCP window size */
415 u_int16_t fp_psize; /* ip->ip_len */
416 u_int16_t fp_mss; /* TCP MSS */
417 u_int16_t fp_flags;
418 u_int8_t fp_optcnt; /* TCP option count */
419 u_int8_t fp_wscale; /* TCP window scaling */
420 u_int8_t fp_ttl; /* IPv4 TTL */
[all …]