Home
last modified time | relevance | path

Searched refs:SOCK_DCCP (Results 1 – 7 of 7) sorted by relevance

/external/strace/xlat/
Dsocktypes.h26 #if defined(SOCK_DCCP) || (defined(HAVE_DECL_SOCK_DCCP) && HAVE_DECL_SOCK_DCCP)
27 XLAT(SOCK_DCCP),
Dsocktypes.in6 SOCK_DCCP
/external/netperf/src/
Dnetsh.h55 #ifndef SOCK_DCCP
57 #define SOCK_DCCP 6 macro
Dnetsh.c532 #if defined(IPPROTO_DCCP) && defined(SOCK_DCCP) in parse_protocol()
534 socket_type = SOCK_DCCP; in parse_protocol()
Dnettest_bsd.c469 #ifdef SOCK_DCCP in nst_to_hst()
471 return SOCK_DCCP; in nst_to_hst()
497 #ifdef SOCK_DCCP in hst_to_nst()
498 case SOCK_DCCP: in hst_to_nst()
524 #ifdef SOCK_DCCP in hst_to_str()
525 case SOCK_DCCP: in hst_to_str()
722 #if defined(IPPROTO_DCCP) && defined(SOCK_DCCP) in complete_addrinfo()
725 if ((hints.ai_socktype == SOCK_DCCP) && in complete_addrinfo()
Dnetlib.c487 #ifdef SOCK_DCCP in inet_ttos()
488 case SOCK_DCCP: in inet_ttos()
/external/strace/
DChangeLog-CVS449 * net.c (socktypes): Add SOCK_DCCP.