Home
last modified time | relevance | path

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

/freebsd/lib/libpfctl/
H A Dlibpfctl.c2049 _pfctl_clear_states_h(struct pfctl_handle *h, const struct pfctl_kill *kill, in _pfctl_clear_states_h() function
2103 return(_pfctl_clear_states_h(h, kill, killed, PFNL_CMD_CLRSTATES)); in pfctl_clear_states_h()
2110 return(_pfctl_clear_states_h(h, kill, killed, PFNL_CMD_KILLSTATES)); in pfctl_kill_states_h()
2124 ret = _pfctl_clear_states_h(h, kill, killed, cmd); in _pfctl_clear_states()