Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/net/
H A Dpfvar.h600 struct pf_os_fingerprint { struct
602 pf_tcpopts_t fp_tcpopts; /* packed TCP options */
603 u_int16_t fp_wsize; /* TCP window size */
604 u_int16_t fp_psize; /* ip->ip_len */
605 u_int16_t fp_mss; /* TCP MSS */
606 u_int16_t fp_flags;
637 SLIST_ENTRY(pf_os_fingerprint) fp_next; argument