Searched refs:_pfctl_clear_states (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libpfctl/ |
H A D | libpfctl.c | 70 static int _pfctl_clear_states(int , const struct pfctl_kill *, 2114 _pfctl_clear_states(int dev __unused, const struct pfctl_kill *kill, in _pfctl_clear_states() function 2134 return (_pfctl_clear_states(dev, kill, killed, PFNL_CMD_CLRSTATES)); in pfctl_clear_states() 2140 return (_pfctl_clear_states(dev, kill, killed, PFNL_CMD_KILLSTATES)); in pfctl_kill_states()
|