Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ipfilter/tools/
H A Dipfstat.c132 static int state_matcharray __P((ipstate_t *, int *));
1082 (state_matcharray(&ips, filter) == 0)) {
1345 (state_matcharray(&ips, filter) == 0))
2178 static int state_matcharray(stp, array) in state_matcharray() function