Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/pfctl/
HDpfctl_osfp.c98 wscale_mod, optcnt, ts0; in pfctl_file_fingerprints() local
168 &optcnt, &mss, &mss_mod, &wscale, &wscale_mod, &ts0)) in pfctl_file_fingerprints()
227 fp.fp_optcnt = optcnt; in pfctl_file_fingerprints()
895 pf_tcpopts_t *packed, int *optcnt, int *mss, int *mss_mod, int *wscale, in get_tcpopts() argument
901 *optcnt = 0; in get_tcpopts()
910 for (i = 0; tcpopts[i] && *optcnt < PF_OSFP_MAX_OPTS;) { in get_tcpopts()
966 (*optcnt) ++; in get_tcpopts()