Searched defs:pf_os_fingerprint (Results 1 – 1 of 1) sorted by relevance
611 struct pf_os_fingerprint { struct613 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