Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c111 u_char st_state[2]; member
1413 tp->st_state[0] = ips.is_state[0]; in topipstates()
1414 tp->st_state[1] = ips.is_state[1]; in topipstates()
1620 snprintf(str1, sizeof(str1), "%X/%X", tp->st_state[0], in topipstates()
1621 tp->st_state[1]); in topipstates()