| /external/srec/config/en.us/ |
| run-bothtags5-from-saved.sh | 1 /system/bin/SRecTest -parfile baseline11k.par -tcp tcp/bothtags5_from_saved.tcp -datapath audio/ >out_SHIP_bothtags5_from_saved.txt 2>&1
|
| run-bothtags5.sh | 1 /system/bin/SRecTest -parfile baseline11k.par -tcp tcp/bothtags5.tcp -datapath audio/ >out_SHIP_bothtags5.txt 2>&1
|
| /external/strace/ |
| sock.c | 44 print_addr(struct tcb *tcp, long addr, struct ifreq *ifr) 51 printstr(tcp, addr, sizeof(ifr->ifr_addr.sa_data)); 55 sock_ioctl(struct tcb *tcp, long code, long arg) 62 if (entering(tcp)) { 64 if (umove(tcp, tcp->u_arg[2], &ifc) >= 0 101 printnum(tcp, arg, ", %#d"); 128 if (umove(tcp, tcp->u_arg[2], &ifr) < 0) 129 tprintf(", %#lx", tcp->u_arg[2]) [all...] |
| quota.c | 254 decode_cmd_data(struct tcb *tcp, u_int32_t cmd, unsigned long data) 262 if (cmd == Q_GETQUOTA && syserror(tcp)) { 266 if (umove(tcp, data, &dq) < 0) { 276 if (!abbrev(tcp)) { 292 if (cmd == Q_V1_GETQUOTA && syserror(tcp)) { 296 if (umove(tcp, data, &dq) < 0) { 315 if (cmd == Q_V2_GETQUOTA && syserror(tcp)) { 319 if (umove(tcp, data, &dq) < 0) { 338 if (cmd == Q_XGETQUOTA && syserror(tcp)) { 342 if (umove(tcp, data, &dq) < 0) [all...] |
| /external/android-clat/ |
| dump.c | 27 #include <netinet/tcp.h> 164 /* print tcp header */ 165 void dump_tcp_generic(const struct tcphdr *tcp, const uint8_t *options, size_t options_size, uint32_t temp_checksum, const uint8_t *payload, size_t payload_size) { 168 temp_checksum = ip_checksum_add(temp_checksum, tcp, sizeof(struct tcphdr)); 175 printf("TCP\n"); 176 printf("source = %x\n",ntohs(tcp->source)); 177 printf("dest = %x\n",ntohs(tcp->dest)); 178 printf("seq = %x\n",ntohl(tcp->seq)); 179 printf("ack = %x\n",ntohl(tcp->ack_seq)); 180 printf("d_off = %x\n",tcp->doff) [all...] |
| /external/iptables/extensions/ |
| libip6t_MASQUERADE.c | 53 r->min_proto.tcp.port 54 = r->max_proto.tcp.port 64 r->min_proto.tcp.port = htons(port); 65 r->max_proto.tcp.port = htons(maxport); 93 "Need TCP, UDP, SCTP or DCCP with port specification"); 110 printf("%hu", ntohs(r->min_proto.tcp.port)); 111 if (r->max_proto.tcp.port != r->min_proto.tcp.port) 112 printf("-%hu", ntohs(r->max_proto.tcp.port)); 125 printf(" --to-ports %hu", ntohs(r->min_proto.tcp.port)) [all...] |
| libip6t_REDIRECT.c | 53 range->min_proto.tcp.port 54 = range->max_proto.tcp.port 65 range->min_proto.tcp.port = htons(port); 66 range->max_proto.tcp.port = htons(maxport); 94 "Need TCP, UDP, SCTP or DCCP with port specification"); 113 printf("%hu", ntohs(range->min_proto.tcp.port)); 114 if (range->max_proto.tcp.port != range->min_proto.tcp.port) 115 printf("-%hu", ntohs(range->max_proto.tcp.port)); 127 printf("%hu", ntohs(range->min_proto.tcp.port)) [all...] |
| libipt_ECN.c | 27 " --ecn-tcp-remove Remove all ECN bits from TCP header\n"); 33 " --ecn-tcp-cwr Set the IPv4 CWR bit (0 or 1)\n" 34 " --ecn-tcp-ece Set the IPv4 ECE bit (0 or 1)\n", 38 {.name = "ecn-tcp-remove", .id = O_ECN_TCP_REMOVE, .type = XTTYPE_NONE, 40 {.name = "ecn-tcp-cwr", .id = O_ECN_TCP_CWR, .type = XTTYPE_UINT8, 42 {.name = "ecn-tcp-ece", .id = O_ECN_TCP_ECE, .type = XTTYPE_UINT8, 57 einfo->proto.tcp.ece = 0; 58 einfo->proto.tcp.cwr = 0; 62 einfo->proto.tcp.cwr = cb->val.u8 [all...] |
| libipt_MASQUERADE.c | 54 mr->range[0].min.tcp.port 55 = mr->range[0].max.tcp.port 65 mr->range[0].min.tcp.port = htons(port); 66 mr->range[0].max.tcp.port = htons(maxport); 94 "Need TCP, UDP, SCTP or DCCP with port specification"); 112 printf("%hu", ntohs(r->min.tcp.port)); 113 if (r->max.tcp.port != r->min.tcp.port) 114 printf("-%hu", ntohs(r->max.tcp.port)); 128 printf(" --to-ports %hu", ntohs(r->min.tcp.port)) [all...] |
| libipt_REDIRECT.c | 54 mr->range[0].min.tcp.port 55 = mr->range[0].max.tcp.port 66 mr->range[0].min.tcp.port = htons(port); 67 mr->range[0].max.tcp.port = htons(maxport); 95 "Need TCP, UDP, SCTP or DCCP with port specification"); 115 printf("%hu", ntohs(r->min.tcp.port)); 116 if (r->max.tcp.port != r->min.tcp.port) 117 printf("-%hu", ntohs(r->max.tcp.port)); 130 printf("%hu", ntohs(r->min.tcp.port)) [all...] |
| /external/chromium_org/net/quic/congestion_control/ |
| tcp_receiver_test.cc | 28 EXPECT_EQ(256000u, feedback.tcp.receive_window); 32 EXPECT_EQ(256000u, feedback.tcp.receive_window);
|
| tcp_receiver.cc | 21 feedback->tcp.receive_window = receive_window_;
|
| /external/iproute2/include/libiptc/ |
| ipt_kernel_headers.h | 12 #include <netinet/tcp.h> 21 #include <linux/tcp.h>
|
| /external/iptables/include/libiptc/ |
| ipt_kernel_headers.h | 12 #include <netinet/tcp.h> 22 #include <linux/tcp.h>
|
| /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
| pi.c | 686 const opj_tcp_t *tcp = 00; local 702 tcp = &p_cp->tcps [tileno]; 703 l_tccp = tcp->tccps; 798 opj_tcp_t *tcp = 00; local 810 tcp = &cp->tcps[tileno]; 811 l_poc_bound = tcp->numpocs+1; 1071 opj_poc_t *tcp = &tcps->pocs[pino]; local 1550 opj_poc_t *tcp= &tcps->pocs[pino]; local [all...] |
| /bionic/libc/kernel/uapi/linux/netfilter/ |
| xt_ecn.h | 39 } tcp; member in union:xt_ecn_info::__anon652
|
| /bionic/libc/kernel/uapi/linux/netfilter_ipv4/ |
| ipt_ECN.h | 37 } tcp; member in union:ipt_ECN_info::__anon685
|
| /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/ |
| ipt_ECN.h | 30 } tcp; member in union:ipt_ECN_info::__anon1421
|
| /development/ndk/platforms/android-L/include/linux/netfilter/ |
| xt_ecn.h | 39 } tcp; member in union:xt_ecn_info::__anon2245
|
| /development/ndk/platforms/android-L/include/linux/netfilter_ipv4/ |
| ipt_ECN.h | 37 } tcp; member in union:ipt_ECN_info::__anon2276
|
| /external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
| ossocket.h | 14 #include <netinet/tcp.h>
|
| /external/iptables/include/linux/netfilter/ |
| xt_ecn.h | 1 /* iptables module for matching the ECN header in IPv4 and TCP header 29 } tcp; member in union:xt_ecn_info::__anon26403
|
| /external/iptables/include/linux/netfilter_ipv4/ |
| ipt_ECN.h | 18 #define IPT_ECN_OP_SET_ECE 0x10 /* set ECE bit of TCP header */ 19 #define IPT_ECN_OP_SET_CWR 0x20 /* set CWR bit of TCP header */ 28 __u8 ece:1, cwr:1; /* TCP ECT bits */ 29 } tcp; member in union:ipt_ECN_info::__anon26428
|
| /external/kernel-headers/original/uapi/linux/netfilter/ |
| xt_ecn.h | 1 /* iptables module for matching the ECN header in IPv4 and TCP header 31 } tcp; member in union:xt_ecn_info::__anon27029
|
| /external/kernel-headers/original/uapi/linux/netfilter_ipv4/ |
| ipt_ECN.h | 18 #define IPT_ECN_OP_SET_ECE 0x10 /* set ECE bit of TCP header */ 19 #define IPT_ECN_OP_SET_CWR 0x20 /* set CWR bit of TCP header */ 28 __u8 ece:1, cwr:1; /* TCP ECT bits */ 29 } tcp; member in union:ipt_ECN_info::__anon27062
|