Searched refs:ipf_state_flush (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.h312 extern int ipf_state_flush __P((ipf_main_softc_t *, int, int));
H A Dip_state.c632 ret = ipf_state_flush(softc, arg, 4);
652 ret = ipf_state_flush(softc, arg, 6);
3649 * be? ipf_state_flush() calls ipf_delete() directly because it wants
3786 (void) ipf_state_flush(softc, 2, 0);
3797 /* Function: ipf_state_flush */
3816 ipf_state_flush(softc, which, proto) function
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipftest.c292 ipf_state_flush(softc, 1, 0);

Completed in 69 milliseconds