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

  /external/strace/xlat/
tcp_states.h 1 /* Generated by ./xlat/gen.sh from ./xlat/tcp_states.in; do not edit. */
95 const struct xlat tcp_states[] = { variable in typeref:struct:xlat
  /external/strace/
netlink_unix_diag.c 160 tcp_states, "TCP_???");
netlink_inet_diag.c 46 #include "xlat/tcp_states.h"
406 tcp_states, "TCP_???");
defs.h 354 extern const struct xlat tcp_states[];
    [all...]
  /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 172 char *tcp_states[] = { local
209 tcp_states[state]);

Completed in 3038 milliseconds