HomeSort by: relevance | last modified time | path
    Searched defs:tcpopts (Results 1 - 2 of 2) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
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...]
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...]

Completed in 111 milliseconds