Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c50 static int state_logging = -1; variable
487 if (ioctl(state_fd, SIOCGETLG, &state_logging) == -1) { in ipfstate_live()
692 kmemcpy((char *)&state_logging, (u_long)deadlist[41].n_value, in ipfstate_dead()
693 sizeof(state_logging)); in ipfstate_dead()
1202 PRINTF("State logging %sabled\n", state_logging ? "en" : "dis"); in showstatestats()