pfctl_osfp.c | 100 char *class, *version, *subtype, *desc, *tcpopts; local in function:pfctl_file_fingerprints 109 class = version = subtype = desc = tcpopts = NULL; 124 if (tcpopts) 125 free(tcpopts); 126 class = version = subtype = desc = tcpopts = NULL; 161 GET_STR(tcpopts, "TCP Options", 1) || 167 if (get_tcpopts(fp_filename, lineno, tcpopts, &packed_tcpopts, 262 if (tcpopts) 263 free(tcpopts); 894 get_tcpopts(const char *filename, int lineno, const char *tcpopts, [all...] |