Home
last modified time | relevance | path

Searched refs:tcpopt_cnt (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/bsd/net/
H A Dpf_osfp.c124 int tcpopt_cnt = (tcp->th_off << 2) + sizeof(struct tcphdr); in pf_osfp_fingerprint_hdr() local
159 for (; tcpopt_cnt > 0; tcpopt_cnt -= optlen, tcpopt_ptr += optlen) { in pf_osfp_fingerprint_hdr()
170 if (tcpopt_cnt < 2) { in pf_osfp_fingerprint_hdr()
174 if (optlen > tcpopt_cnt || optlen < 2) { in pf_osfp_fingerprint_hdr()