Searched refs:idopt (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sbin/pfctl/ |
| H A D | pfctl.c | 1371 const char *idopt) in pfctl_show_sourcelims() argument 1377 if (idopt != NULL) { in pfctl_show_sourcelims() 1380 id = strtonum(idopt, PF_SOURCELIM_ID_MIN, PF_SOURCELIM_ID_MAX, in pfctl_show_sourcelims() 1399 if (idopt != NULL) { in pfctl_show_sourcelims() 1449 pfctl_kill_source(int dev, const char *idopt, const char *source, int opts) in pfctl_kill_source() argument 1457 if (idopt == NULL) in pfctl_kill_source() 1462 id = strtonum(idopt, PF_SOURCELIM_ID_MIN, PF_SOURCELIM_ID_MAX, &errstr); in pfctl_kill_source() 3661 const char *idopt = NULL; in main() local 3700 idopt = optarg; in main() 3962 pfctl_show_sourcelims(dev, PFCTL_SHOW_LABELS, opts, idopt); in main() [all …]
|