Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl_osfp.c99 char *class, *version, *subtype, *desc, *tcpopts; in pfctl_file_fingerprints() local
108 class = version = subtype = desc = tcpopts = NULL; in pfctl_file_fingerprints()
123 if (tcpopts) in pfctl_file_fingerprints()
124 free(tcpopts); in pfctl_file_fingerprints()
125 class = version = subtype = desc = tcpopts = NULL; in pfctl_file_fingerprints()
160 GET_STR(tcpopts, "TCP Options", 1) || in pfctl_file_fingerprints()
166 if (get_tcpopts(fp_filename, lineno, tcpopts, &packed_tcpopts, in pfctl_file_fingerprints()
261 if (tcpopts) in pfctl_file_fingerprints()
262 free(tcpopts); in pfctl_file_fingerprints()
893 get_tcpopts(const char *filename, int lineno, const char *tcpopts, in get_tcpopts() argument
[all …]
/freebsd/sbin/ipf/iplang/
H A Diplang_y.y326 | IL_TCPOPT '{' tcpopts '}' ';' { end_tcpopt(); }
329 tcpopts:
330 | tcpopt tcpopts