Searched refs:tcp_states (Results 1 – 10 of 10) sorted by relevance
/external/strace/xlat/ |
D | tcp_state_flags.in | 1 /* this file should be included after xlat/tcp_states.h */
|
D | tcp_states.h | 95 const struct xlat tcp_states[] = { variable
|
D | Makemodule.am | 1 …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/ |
D | ct_obj.c | 460 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/ |
D | netlink_unix_diag.c | 160 tcp_states, "TCP_???"); in DECL_NETLINK_DIAG_DECODER()
|
D | netlink_inet_diag.c | 406 tcp_states, "TCP_???"); in DECL_NETLINK_DIAG_DECODER()
|
D | defs.h | 354 extern const struct xlat tcp_states[];
|
D | Makefile.in | 1065 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
|
D | ChangeLog | 13794 * 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/ |
D | lsof.c | 172 char *tcp_states[] = { in scan_ip() local 209 tcp_states[state]); in scan_ip()
|