Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl_osfp.c97 wscale_mod, optcnt, ts0; in pfctl_file_fingerprints() local
167 &optcnt, &mss, &mss_mod, &wscale, &wscale_mod, &ts0)) in pfctl_file_fingerprints()
226 fp.fp_optcnt = optcnt; in pfctl_file_fingerprints()
894 pf_tcpopts_t *packed, int *optcnt, int *mss, int *mss_mod, int *wscale, in get_tcpopts() argument
900 *optcnt = 0; in get_tcpopts()
909 for (i = 0; tcpopts[i] && *optcnt < PF_OSFP_MAX_OPTS;) { in get_tcpopts()
965 (*optcnt) ++; in get_tcpopts()