Home
last modified time | relevance | path

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

/mirbsd/src/sbin/pfctl/
Dpfctl_osfp.c95 char *class, *version, *subtype, *desc, *tcpopts; in pfctl_file_fingerprints() local
104 class = version = subtype = desc = tcpopts = NULL; in pfctl_file_fingerprints()
119 if (tcpopts) in pfctl_file_fingerprints()
120 free(tcpopts); in pfctl_file_fingerprints()
121 class = version = subtype = desc = tcpopts = NULL; in pfctl_file_fingerprints()
156 GET_STR(tcpopts, "TCP Options", 1) || in pfctl_file_fingerprints()
162 if (get_tcpopts(fp_filename, lineno, tcpopts, &packed_tcpopts, in pfctl_file_fingerprints()
885 get_tcpopts(const char *filename, int lineno, const char *tcpopts, in get_tcpopts() argument
898 if (strcmp(tcpopts, ".") == 0) in get_tcpopts()
901 for (i = 0; tcpopts[i] && *optcnt < PF_OSFP_MAX_OPTS;) { in get_tcpopts()
[all …]