Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl.h43 enum pfctl_show { PFCTL_SHOW_RULES, PFCTL_SHOW_LABELS, PFCTL_SHOW_NOTHING }; enumerator
H A Dpfctl.c1303 else if (format == PFCTL_SHOW_LABELS && labels) in pfctl_show_rules()
1327 case PFCTL_SHOW_LABELS: in pfctl_show_rules()
1368 case PFCTL_SHOW_LABELS: { in pfctl_show_rules()
3157 pfctl_show_rules(dev, path, opts, PFCTL_SHOW_LABELS, in main()