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