Home
last modified time | relevance | path

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

/external/strace/xlat/
Dtcp_state_flags.in1 /* this file should be included after xlat/tcp_states.h */
Dtcp_states.h95 const struct xlat tcp_states[] = { variable
DMakemodule.am1 …mips_operations.in xlat/tcflsh_options.in xlat/tcp_state_flags.in xlat/tcp_states.in xlat/tcxonc_o…
2 …sysmips_operations.h xlat/tcflsh_options.h xlat/tcp_state_flags.h xlat/tcp_states.h xlat/tcxonc_op…
913 $(top_srcdir)/xlat/tcp_states.h: $(top_srcdir)/xlat/tcp_states.in $(top_srcdir)/xlat/gen.sh
/external/libnl/lib/netfilter/
Dct_obj.c460 static const struct trans_tbl tcp_states[] = { variable
475 return __type2str(state, buf, len, tcp_states, ARRAY_SIZE(tcp_states)); in nfnl_ct_tcp_state2str()
480 return __str2type(name, tcp_states, ARRAY_SIZE(tcp_states)); in nfnl_ct_str2tcp_state()
/external/strace/
Dnetlink_unix_diag.c160 tcp_states, "TCP_???"); in DECL_NETLINK_DIAG_DECODER()
Dnetlink_inet_diag.c406 tcp_states, "TCP_???"); in DECL_NETLINK_DIAG_DECODER()
Ddefs.h354 extern const struct xlat tcp_states[];
DMakefile.in1065 xlat/tcp_states.in xlat/tcxonc_options.in xlat/timerfdflags.in \
1295 xlat/tcp_state_flags.h xlat/tcp_states.h xlat/tcxonc_options.h \
8314 $(top_srcdir)/xlat/tcp_states.h: $(top_srcdir)/xlat/tcp_states.in $(top_srcdir)/xlat/gen.sh
DChangeLog13794 * defs.h (tcp_states, tcp_state_flags): New xlat prototypes.
15549 <linux/unix_diag.h>, "xlat/tcp_states.h", "xlat/tcp_state_flags.h",
15556 * xlat/tcp_states.in: Likewise.
/external/toybox/toys/pending/
Dlsof.c172 char *tcp_states[] = { in scan_ip() local
209 tcp_states[state]); in scan_ip()