Changeset View
Changeset View
Standalone View
Standalone View
share/man/man4/pf.4
| Show First 20 Lines • Show All 345 Lines • ▼ Show 20 Lines | |||||
| }; | }; | ||||
| nvlist pf_kill { | nvlist pf_kill { | ||||
| nvlist pf_state_cmp cmp; | nvlist pf_state_cmp cmp; | ||||
| number af; | number af; | ||||
| number proto; | number proto; | ||||
| nvlist pf_rule_addr src; | nvlist pf_rule_addr src; | ||||
| nvlist pf_rule_addr dst; | nvlist pf_rule_addr dst; | ||||
| nvlist pf_rule_addr rt_addr; | |||||
| string ifname[IFNAMSIZ]; | string ifname[IFNAMSIZ]; | ||||
| string label[PF_RULE_LABEL_SIZE]; | string label[PF_RULE_LABEL_SIZE]; | ||||
| }; | }; | ||||
| .Ed | .Ed | ||||
| .It Dv DIOCCLRSTATESNV Fa "struct pfioc_state_kill *psk" | .It Dv DIOCCLRSTATESNV Fa "struct pfioc_state_kill *psk" | ||||
| Clear all states. | Clear all states. | ||||
| It works like | It works like | ||||
| .Dv DIOCKILLSTATESNV , | .Dv DIOCKILLSTATESNV , | ||||
| but ignores the | but ignores the | ||||
| .Va af , | .Va af , | ||||
| .Va proto , | .Va proto , | ||||
| .Va src , | .Va src , | ||||
| .Va rt_addr , | |||||
| and | and | ||||
| .Va dst | .Va dst | ||||
| fields of the | fields of the | ||||
| .Vt pf_kill | .Vt pf_kill | ||||
| nvlist. | nvlist. | ||||
| .It Dv DIOCSETSTATUSIF Fa "struct pfioc_if *pi" | .It Dv DIOCSETSTATUSIF Fa "struct pfioc_if *pi" | ||||
| Specify the interface for which statistics are accumulated. | Specify the interface for which statistics are accumulated. | ||||
| .Bd -literal | .Bd -literal | ||||
| ▲ Show 20 Lines • Show All 819 Lines • Show Last 20 Lines | |||||