Searched refs:optcnt (Results 1 – 1 of 1) sorted by relevance
| /src/sbin/pfctl/ |
| H A D | pfctl_osfp.c | 97 wscale_mod, optcnt, ts0; in pfctl_file_fingerprints() local 162 &optcnt, &mss, &mss_mod, &wscale, &wscale_mod, &ts0)) in pfctl_file_fingerprints() 221 fp.fp_optcnt = optcnt; in pfctl_file_fingerprints() 884 pf_tcpopts_t *packed, int *optcnt, int *mss, int *mss_mod, int *wscale, in get_tcpopts() argument 890 *optcnt = 0; in get_tcpopts() 899 for (i = 0; tcpopts[i] && *optcnt < PF_OSFP_MAX_OPTS;) { in get_tcpopts() 955 (*optcnt) ++; in get_tcpopts()
|