Searched refs:fp_filename (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/sbin/pfctl/ |
| D | pfctl_osfp.c | 86 pfctl_file_fingerprints(int dev, int opts, const char *fp_filename) in pfctl_file_fingerprints() argument 100 if ((in = pfctl_fopen(fp_filename, "r")) == NULL) { in pfctl_file_fingerprints() 101 warn("%s", fp_filename); in pfctl_file_fingerprints() 146 get_int(&line, &len, &v, mod, n, ty, mx, fp_filename, lineno) in pfctl_file_fingerprints() 148 get_str(&line, &len, &v, n, mn, fp_filename, lineno) in pfctl_file_fingerprints() 162 if (get_tcpopts(fp_filename, lineno, tcpopts, &packed_tcpopts, in pfctl_file_fingerprints() 166 fprintf(stderr, "%s:%d excess field\n", fp_filename, in pfctl_file_fingerprints()
|