Home
last modified time | relevance | path

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

/netbsd/dist/pf/sbin/pfctl/
H A Dpfctl_osfp.c124 if (tcpopts) in pfctl_file_fingerprints()
125 free(tcpopts); in pfctl_file_fingerprints()
262 if (tcpopts) in pfctl_file_fingerprints()
263 free(tcpopts); in pfctl_file_fingerprints()
907 if (strcmp(tcpopts, ".") == 0) in get_tcpopts()
935 if (tcpopts[i] == '*' && (tcpopts[i + 1] == '\0' || in get_tcpopts()
942 if (tcpopts[i] == '%') { in get_tcpopts()
954 } while(tcpopts[i] != ',' && tcpopts[i] != '\0'); in get_tcpopts()
958 if (tcpopts[i] == '0') { in get_tcpopts()
967 if (tcpopts[i] == '\0') in get_tcpopts()
[all …]
/netbsd/external/bsd/ipf/dist/iplang/
H A Diplang_y.y338 | IL_TCPOPT '{' tcpopts '}' ';' { end_tcpopt(); }
341 tcpopts:
342 | tcpopt tcpopts