HomeSort by relevance Sort by last modified time
    Searched refs:tcp_states (Results 1 - 2 of 2) sorted by null

  /external/libnl/lib/netfilter/
ct_obj.c 460 static const struct trans_tbl tcp_states[] = { variable in typeref:struct:trans_tbl
475 return __type2str(state, buf, len, tcp_states, ARRAY_SIZE(tcp_states));
480 return __str2type(name, tcp_states, ARRAY_SIZE(tcp_states));
  /external/toybox/toys/pending/
lsof.c 179 char *tcp_states[] = { local
216 tcp_states[state]);

Completed in 210 milliseconds