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

/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_osfp.c100 wscale_mod, optcnt, ts0; local
170 &optcnt, &mss, &mss_mod, &wscale, &wscale_mod, &ts0))
229 fp.fp_optcnt = optcnt;
897 pf_tcpopts_t *packed, int *optcnt, int *mss, int *mss_mod, int *wscale,
903 *optcnt = 0;
912 for (i = 0; tcpopts[i] && *optcnt < PF_OSFP_MAX_OPTS;) {
968 (*optcnt) ++;
896 get_tcpopts(const char *filename, int lineno, const char *tcpopts, pf_tcpopts_t *packed, int *optcnt, int *mss, int *mss_mod, int *wscale, int *wscale_mod, int *ts0) argument

Completed in 81 milliseconds