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

/netbsd-current/usr.sbin/pf/pfs/
H A Dpfs.c127 int nb_states; local
136 nb_states = get_states(fd, verbose, &ps);
137 if (nb_states <= 0) {
139 return nb_states;
146 if (write(wfd, &nb_states, sizeof(nb_states)) != sizeof(nb_states)) {
153 for (i = 0; i < nb_states; i++) {
179 int nb_states; local
187 if (read(rfd, &nb_states, sizeo
293 int nb_states; local
350 int nb_states; local
[all...]

Completed in 114 milliseconds