Searched refs:pfctl_kill (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libpfctl/ |
H A D | libpfctl.h | 313 struct pfctl_kill { struct 489 int pfctl_clear_states(int dev, const struct pfctl_kill *kill, 491 int pfctl_kill_states(int dev, const struct pfctl_kill *kill, 493 int pfctl_clear_states_h(struct pfctl_handle *h, const struct pfctl_kill *kill, 495 int pfctl_kill_states_h(struct pfctl_handle *h, const struct pfctl_kill *kill,
|
H A D | libpfctl.c | 70 static int _pfctl_clear_states(int , const struct pfctl_kill *, 2049 _pfctl_clear_states_h(struct pfctl_handle *h, const struct pfctl_kill *kill, in _pfctl_clear_states_h() 2100 pfctl_clear_states_h(struct pfctl_handle *h, const struct pfctl_kill *kill, in pfctl_clear_states_h() 2107 pfctl_kill_states_h(struct pfctl_handle *h, const struct pfctl_kill *kill, in pfctl_kill_states_h() 2114 _pfctl_clear_states(int dev __unused, const struct pfctl_kill *kill, in _pfctl_clear_states() 2131 pfctl_clear_states(int dev __unused, const struct pfctl_kill *kill, in pfctl_clear_states() 2138 pfctl_kill_states(int dev __unused, const struct pfctl_kill *kill, unsigned int *killed) in pfctl_kill_states()
|
/freebsd/sbin/pfctl/ |
H A D | pfctl.c | 533 struct pfctl_kill kill; in pfctl_clear_iface_states() 708 struct pfctl_kill kill; in pfctl_net_kill_states() 824 struct pfctl_kill kill; in pfctl_gateway_kill_states() 888 struct pfctl_kill kill; in pfctl_label_kill_states() 920 struct pfctl_kill kill; in pfctl_id_kill_states()
|
/freebsd/contrib/pf/authpf/ |
H A D | authpf.c | 889 struct pfctl_kill kill; in authpf_kill_states()
|