Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/ipf/ipfstat/
H A Dipfstat.c56 static wordtab_t *state_fields = NULL; variable
348 state_fields = parsefields(statefields, optarg); in main()
1077 if ((state_fields != NULL) && (nohdrfields == 0)) { in showipstates()
1078 for (i = 0; state_fields[i].w_value != 0; i++) { in showipstates()
1079 printfieldhdr(statefields, state_fields + i); in showipstates()
1080 if (state_fields[i + 1].w_value != 0) in showipstates()
1102 if (state_fields != NULL) { in showipstates()
1103 for (i = 0; state_fields[i].w_value != 0; i++) { in showipstates()
1104 printstatefield(&ips, state_fields[i].w_value); in showipstates()
1105 if (state_fields[i + 1].w_value != 0) in showipstates()