Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipfstat.c167 static int state_matcharray __P((ipstate_t *, int *));
1105 (state_matcharray(&ips, filter) == 0)) {
1368 (state_matcharray(&ips, filter) == 0))
2201 static int state_matcharray(stp, array) in state_matcharray() function