Home
last modified time | relevance | path

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

/third_party/libnl/lib/netfilter/
Dct_obj.c461 static const struct trans_tbl tcp_states[] = { variable
476 return __type2str(state, buf, len, tcp_states, ARRAY_SIZE(tcp_states)); in nfnl_ct_tcp_state2str()
481 return __str2type(name, tcp_states, ARRAY_SIZE(tcp_states)); in nfnl_ct_str2tcp_state()
/third_party/toybox/toys/pending/
Dlsof.c172 char *tcp_states[] = { in scan_ip() local
209 tcp_states[state]); in scan_ip()