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

  /external/ltp/include/lapi/
dccp.h 22 # include <linux/dccp.h>
  /external/ltp/testcases/network/stress/dccp/
dccp_ipsec_vti.sh 15 tst_netload -H $ip_rmt_tun -T dccp -n $2 -N $2 -r $IPSEC_REQUESTS
dccp_ipsec.sh 15 tst_netload -H $(tst_ipaddr rhost) -T dccp -n $2 -N $2 -r $IPSEC_REQUESTS
  /external/iptables/include/linux/netfilter/
nf_conntrack_tuple_common.h 28 } dccp; member in union:nf_conntrack_man_proto
  /bionic/libc/kernel/uapi/linux/netfilter/
nf_conntrack_tuple_common.h 42 } dccp; member in union:nf_conntrack_man_proto
  /external/kernel-headers/original/uapi/linux/netfilter/
nf_conntrack_tuple_common.h 35 } dccp; member in union:nf_conntrack_man_proto
  /external/ltp/testcases/network/dccp/
dccp01.sh 31 tst_res TINFO "compare UDP/DCCP performance"
32 tst_netload -H $(tst_ipaddr rhost) -T dccp
34 compare DCCP
  /external/libnetfilter_conntrack/include/internal/
object.h 76 } dccp; member in union:__nfct_l4_src
96 } dccp; member in union:__nfct_l4_dst
138 } dccp; member in union:__nfct_protoinfo
231 * 16 bits per protocol. As for now, DCCP has 10 states, TCP has
  /external/libnetfilter_conntrack/src/conntrack/
copy.c 272 dest->protoinfo.dccp.state = orig->protoinfo.dccp.state;
278 dest->protoinfo.dccp.role = orig->protoinfo.dccp.role;
284 dest->protoinfo.dccp.handshake_seq = orig->protoinfo.dccp.handshake_seq;
getter.c 324 return &ct->protoinfo.dccp.state;
329 return &ct->protoinfo.dccp.role;
334 return &ct->protoinfo.dccp.handshake_seq;
build_mnl.c 197 ct->protoinfo.dccp.state);
201 ct->protoinfo.dccp.role);
205 be64toh(ct->protoinfo.dccp.handshake_seq);
parse.c 287 ct->protoinfo.dccp.state =
292 ct->protoinfo.dccp.role =
301 ct->protoinfo.dccp.handshake_seq = __be64_to_cpu(tmp);
setter.c 399 ct->protoinfo.dccp.state = *((uint8_t *) value);
405 ct->protoinfo.dccp.role = *((uint8_t *) value);
412 ct->protoinfo.dccp.handshake_seq = *((uint64_t *) value);
compare.c 376 return (ct1->protoinfo.dccp.state == ct2->protoinfo.dccp.state);
snprintf_default.c 64 ct->protoinfo.dccp.state < DCCP_CONNTRACK_MAX ?
65 sctp_states[ct->protoinfo.dccp.state] :
build.c 194 &ct->protoinfo.dccp.state,
199 &ct->protoinfo.dccp.role,
206 __be64_to_cpu(ct->protoinfo.dccp.handshake_seq);
parse_mnl.c 462 ct->protoinfo.dccp.state = mnl_attr_get_u8(tb[CTA_PROTOINFO_DCCP_STATE]);
466 ct->protoinfo.dccp.role = mnl_attr_get_u8(tb[CTA_PROTOINFO_DCCP_ROLE]);
470 ct->protoinfo.dccp.handshake_seq = be64toh(
snprintf_xml.c 451 states[ct->protoinfo.dccp.state] :
  /external/tcpdump/win32/prj/
GNUmakefile 161 ../../print-dccp.o \
  /external/iptables/extensions/
libxt_dccp.c 1 /* Shared library add-on to iptables for DCCP matching
15 #include <linux/dccp.h>
36 "dccp match options\n"
41 "[!] --dccp-types type[,...] match when packet is one of the given types\n"
42 "[!] --dccp-option option match if option (by number!) is set\n"
56 {.name = "dccp-types", .id = O_DCCP_TYPES, .type = XTTYPE_STRING,
58 {.name = "dccp-option", .id = O_DCCP_OPTION, .type = XTTYPE_UINT8,
96 "Unknown DCCP type `%s'", ptr);
138 if ((service = getservbyport(htons(port), "dccp")))
216 printf(" dccp");
    [all...]
  /external/ltp/testcases/network/netstress/
netstress.c 24 #include <linux/dccp.h>
38 #include "lapi/dccp.h"
838 else if (!strcmp(type, "dccp"))
961 /* dccp* modules can be blacklisted, load them manually */
967 tst_res(TINFO, "DCCP %s", (client_mode) ? "client" : "server");
997 {"T:", &type, "-T x tcp (default), udp, udp_lite, dccp, sctp"},
1007 {"m:", &Targ, "-m x Receive timeout in milliseconds (not used by UDP/DCCP client)"},
  /external/ltp/android/
Android.ltp.mk 341 module_src_files := testcases/network/dccp/dccp01.sh
345 module_src_files := testcases/network/stress/dccp/dccp_ipsec.sh
349 module_src_files := testcases/network/stress/dccp/dccp_ipsec_vti.sh
    [all...]
  /bionic/benchmarks/
sincosf_input.cpp     [all...]

Completed in 1152 milliseconds