Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/net/
H A Dpfvar.h611 struct pf_os_fingerprint { struct
613 pf_tcpopts_t fp_tcpopts; /* packed TCP options */
614 u_int16_t fp_wsize; /* TCP window size */
615 u_int16_t fp_psize; /* ip->ip_len */
616 u_int16_t fp_mss; /* TCP MSS */
617 u_int16_t fp_flags;
648 SLIST_ENTRY(pf_os_fingerprint) fp_next; argument