HomeSort by: relevance | last modified time | path
    Searched defs:state_logging (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ipf/dist/tools/
ipfstat.c 90 static int state_logging = -1; variable
508 if (ioctl(state_fd, SIOCGETLG, &state_logging) == -1) {
717 kmemcpy((char *)&state_logging, (u_long)deadlist[41].n_value,
718 sizeof(state_logging));
1215 PRINTF("State logging %sabled\n", state_logging ? "en" : "dis");
ipfstat.c 90 static int state_logging = -1; variable
508 if (ioctl(state_fd, SIOCGETLG, &state_logging) == -1) {
717 kmemcpy((char *)&state_logging, (u_long)deadlist[41].n_value,
718 sizeof(state_logging));
1215 PRINTF("State logging %sabled\n", state_logging ? "en" : "dis");

Completed in 89 milliseconds