Searched refs:ISL_FLUSH (Results 1 – 3 of 3) sorted by relevance
/netbsd/sys/external/bsd/ipf/netinet/ |
H A D | ip_state.h | 190 #define ISL_FLUSH 0xfffe macro
|
H A D | ip_state.c | 3764 if (ipf_state_del(softc, is, ISL_FLUSH) == 0) in ipf_state_flush() 3785 if (ipf_state_del(softc, is, ISL_FLUSH) == 0) in ipf_state_flush() 3804 ISL_FLUSH) == 0) in ipf_state_flush() 3831 if (ipf_state_del(softc, is, ISL_FLUSH) == 0) in ipf_state_flush() 3851 ISL_FLUSH) == 0) { in ipf_state_flush() 3905 return ipf_state_del(softc, entry, ISL_FLUSH); in ipf_state_flush_entry() 4911 ipf_state_del(softc, state, ISL_FLUSH); in ipf_state_matchflush()
|
/netbsd/external/bsd/ipf/dist/tools/ |
H A D | ipmon.c | 898 case ISL_FLUSH : in print_statelog()
|