Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsocktypes.h77 const struct xlat socktypes[] = { variable
DMakemodule.am1 … xlat/sock_xdp_options.in xlat/socketcalls.in xlat/socketlayers.in xlat/socktypes.in xlat/sparc_ke…
2 …s.h xlat/sock_xdp_options.h xlat/socketcalls.h xlat/socketlayers.h xlat/socktypes.h xlat/sparc_ker…
865 $(top_srcdir)/xlat/socktypes.h: $(top_srcdir)/xlat/socktypes.in $(top_srcdir)/xlat/gen.sh
/external/strace/
Dnetlink_unix_diag.c158 socktypes, "SOCK_???"); in DECL_NETLINK_DIAG_DECODER()
Dnetlink_netlink_diag.c167 socktypes, "SOCK_???"); in DECL_NETLINK_DIAG_DECODER()
Dnetlink_packet_diag.c196 socktypes, "SOCK_???"); in DECL_NETLINK_DIAG_DECODER()
Dnet.c125 const char *str = xlookup(socktypes, flags & SOCK_TYPE_MASK); in tprint_sock_type()
Ddefs.h352 extern const struct xlat socktypes[];
DChangeLog-CVS449 * net.c (socktypes): Add SOCK_DCCP.
5466 * net.c (socktypes): Add SOCK_PACKET.
DMakefile.in1053 xlat/socketcalls.in xlat/socketlayers.in xlat/socktypes.in \
1285 xlat/socktypes.h xlat/sparc_kern_features.h \
8266 $(top_srcdir)/xlat/socktypes.h: $(top_srcdir)/xlat/socktypes.in $(top_srcdir)/xlat/gen.sh
DChangeLog383 xlat: provide fallback values for socktypes.
384 * xlat/socktypes.in: Provide fallback values.
15545 * defs.h (socktypes): New xlat prototype.