Searched refs:tcp (Results 26 - 50 of 175) sorted by relevance

1234567

/external/strace/
H A Dioctl.c73 ioctl_decode(struct tcb *tcp, long code, long arg) argument
81 return term_ioctl(tcp, code, arg);
83 return sock_ioctl(tcp, code, arg);
85 return rtc_ioctl(tcp, code, arg);
88 return block_ioctl(tcp, code, arg);
91 return scsi_ioctl(tcp, code, arg);
94 return loop_ioctl(tcp, code, arg);
96 return mtd_ioctl(tcp, code, arg);
99 return ubi_ioctl(tcp, code, arg);
101 return ptp_ioctl(tcp, cod
[all...]
H A Dptp.c7 int ptp_ioctl(struct tcb *tcp, long code, long arg) argument
9 if (!verbose(tcp))
17 if (entering(tcp) || syserror(tcp) ||
18 umove(tcp, arg, &caps) < 0)
31 if (exiting(tcp))
33 if (umove(tcp, arg, &extts) < 0) {
47 if (exiting(tcp))
49 if (umove(tcp, arg, &perout) < 0) {
66 if (entering(tcp))
[all...]
H A Dsyscall.c326 update_personality(struct tcb *tcp, int personality) argument
332 if (personality == tcp->currpers)
334 tcp->currpers = personality;
340 tcp->pid, names[personality]);
346 tcp->pid, names[personality]);
352 tcp->pid, names[personality]);
358 tcp->pid, names[personality]);
364 tcp->pid, names[personality]);
578 decode_socket_subcall(struct tcb *tcp) argument
583 if (tcp
612 decode_ipc_subcall(struct tcb *tcp) argument
629 printargs(struct tcb *tcp) argument
641 printargs_lu(struct tcb *tcp) argument
653 printargs_ld(struct tcb *tcp) argument
666 getrval2(struct tcb *tcp) argument
788 print_pc(struct tcb *tcp) argument
967 undefined_scno_name(struct tcb *tcp) argument
1134 get_scno(struct tcb *tcp) argument
1586 syscall_fixup_on_sysenter(struct tcb *tcp) argument
1651 internal_fork(struct tcb *tcp) argument
1688 internal_exec(struct tcb *tcp) argument
1703 syscall_fixup_for_fork_exec(struct tcb *tcp) argument
1735 get_syscall_args(struct tcb *tcp) argument
1962 trace_syscall_entering(struct tcb *tcp) argument
2075 get_syscall_result(struct tcb *tcp) argument
2166 syscall_fixup_on_sysexit(struct tcb *tcp) argument
2222 get_error(struct tcb *tcp) argument
2478 dumpio(struct tcb *tcp) argument
2512 trace_syscall_exiting(struct tcb *tcp) argument
2746 trace_syscall(struct tcb *tcp) argument
[all...]
H A Dscsi.c39 print_sg_io_buffer(struct tcb *tcp, unsigned char *addr, int len) argument
49 umoven(tcp, (unsigned long) addr, allocated, (char *) buf) < 0) {
63 print_sg_io_req(struct tcb *tcp, struct sg_io_hdr *sg_io) argument
69 print_sg_io_buffer(tcp, sg_io->cmdp, sg_io->cmd_len);
79 printstr(tcp, (unsigned long) sg_io->dxferp,
86 print_sg_io_res(struct tcb *tcp, struct sg_io_hdr *sg_io) argument
91 printstr(tcp, (unsigned long) sg_io->dxferp,
98 print_sg_io_buffer(tcp, sg_io->sbp, sg_io->sb_len_wr);
107 scsi_ioctl(struct tcb *tcp, long code, long arg) argument
111 if (entering(tcp)) {
[all...]
H A Dblock.c85 print_blkpg_req(struct tcb *tcp, struct blkpg_ioctl_arg *blkpg) argument
95 if (umove(tcp, (long) blkpg->data, &p) < 0)
106 block_ioctl(struct tcb *tcp, long code, long arg) argument
112 if (entering(tcp))
119 if (entering(tcp)) {
121 if (umove(tcp, arg, &val) < 0)
130 if (exiting(tcp)) {
132 if (syserror(tcp) || umove(tcp, arg, &val) < 0)
144 if (exiting(tcp)) {
[all...]
H A Dmtd.c50 int mtd_ioctl(struct tcb *tcp, long code, long arg) argument
65 if (entering(tcp))
71 if (!verbose(tcp) || umove(tcp, arg, &minfo) < 0)
90 if (!verbose(tcp) || umove(tcp, arg, &einfo) < 0)
98 if (!verbose(tcp) || umove(tcp, arg, &einfo64) < 0)
107 if (!verbose(tcp) || umove(tcp, ar
255 ubi_ioctl(struct tcb *tcp, long code, long arg) argument
[all...]
H A Dutil.c228 printllval(struct tcb *tcp, const char *format, int arg_no, bool align) argument
234 tprintf(format, tcp->u_arg[arg_no]);
244 tprintf(format, LONG_LONG(tcp->u_arg[arg_no], tcp->u_arg[arg_no + 1]));
251 tprintf(format, tcp->ext_arg[arg_no]);
255 tprintf(format, tcp->ext_arg[arg_no]);
258 tprintf(format, LONG_LONG(tcp->u_arg[arg_no], tcp->u_arg[arg_no + 1]));
271 tprintf(format, LONG_LONG(tcp->u_arg[arg_no], tcp
372 printnum(struct tcb *tcp, long addr, const char *fmt) argument
390 printnum_int(struct tcb *tcp, long addr, const char *fmt) argument
408 printfd(struct tcb *tcp, int fd) argument
571 printpathn(struct tcb *tcp, long addr, int n) argument
603 printpath(struct tcb *tcp, long addr) argument
615 printstr(struct tcb *tcp, long addr, long len) argument
674 dumpiov(struct tcb *tcp, int len, long addr) argument
723 dumpstr(struct tcb *tcp, long addr, int len) argument
839 umoven(struct tcb *tcp, long addr, int len, char *laddr) argument
960 umovestr(struct tcb *tcp, long addr, int len, char *laddr) argument
1158 arg_setup(struct tcb *tcp, arg_setup_state *state) argument
1185 get_arg0(struct tcb *tcp, arg_setup_state *state, long *valp) argument
1199 get_arg1(struct tcb *tcp, arg_setup_state *state, long *valp) argument
1213 set_arg0(struct tcb *tcp, arg_setup_state *state, long val) argument
1229 set_arg1(struct tcb *tcp, arg_setup_state *state, long val) argument
1329 set_arg0(struct tcb *tcp, void *cookie, long val) argument
1335 set_arg1(struct tcb *tcp, void *cookie, long val) argument
1355 change_syscall(struct tcb *tcp, arg_setup_state *state, int new) argument
1471 setbpt(struct tcb *tcp) argument
1539 clearbpt(struct tcb *tcp) argument
[all...]
H A Daio.c156 sys_io_setup(struct tcb *tcp) argument
158 if (entering(tcp))
159 tprintf("%ld, ", tcp->u_arg[0]);
161 if (syserror(tcp))
162 tprintf("0x%0lx", tcp->u_arg[1]);
165 if (umove(tcp, tcp->u_arg[1], &user_id) == 0)
175 sys_io_destroy(struct tcb *tcp) argument
177 if (entering(tcp))
178 tprintf("%lu", tcp
226 sys_io_submit(struct tcb *tcp) argument
304 sys_io_cancel(struct tcb *tcp) argument
339 sys_io_getevents(struct tcb *tcp) argument
[all...]
H A Dloop.c37 int loop_ioctl(struct tcb *tcp, long code, long arg) argument
43 if (entering(tcp))
50 if (!verbose(tcp) || umove(tcp, arg, &info) < 0)
55 if (!abbrev(tcp)) {
64 if (!abbrev(tcp) || info.lo_encrypt_type != LO_CRYPT_NONE) {
77 if (!abbrev(tcp) || info.lo_encrypt_type != LO_CRYPT_NONE) {
82 if (!abbrev(tcp))
95 if (!verbose(tcp) || umove(tcp, ar
[all...]
H A Dkexec.c8 print_kexec_segments(struct tcb *tcp, unsigned long addr, unsigned long len) argument
50 if (umoven(tcp, addr + i * sizeof_seg, sizeof_seg,
66 sys_kexec_load(struct tcb *tcp) argument
70 if (exiting(tcp))
74 tprintf("%#lx, %lu, ", tcp->u_arg[0], tcp->u_arg[1]);
77 print_kexec_segments(tcp, tcp->u_arg[2], tcp->u_arg[1]);
81 n = tcp
[all...]
H A Dterm.c47 int term_ioctl(struct tcb *tcp, long code, long arg) argument
57 if (entering(tcp))
66 if (syserror(tcp))
71 if (!verbose(tcp) || umove(tcp, arg, &tios) < 0)
73 if (abbrev(tcp)) {
100 if (syserror(tcp))
105 if (!verbose(tcp) || umove(tcp, arg, &tio) < 0)
107 if (abbrev(tcp)) {
[all...]
H A Dstrace.c165 static void detach(struct tcb *tcp);
367 ptrace_restart(int op, struct tcb *tcp, int sig) argument
373 ptrace(op, tcp->pid, (void *) 0, (long) sig);
403 perror_msg("ptrace(PTRACE_%s,pid:%d,sig:%d)", msg, tcp->pid, sig);
586 printleader(struct tcb *tcp) argument
592 printing_tcp = tcp;
596 if (printing_tcp->curcol != 0 && (followfork < 2 || printing_tcp == tcp)) {
608 printing_tcp = tcp;
609 current_tcp = tcp;
613 tprintf("%-5d ", tcp
660 newoutf(struct tcb *tcp) argument
693 struct tcb *tcp; local
722 droptcb(struct tcb *tcp) argument
763 detach(struct tcb *tcp) argument
958 struct tcb *tcp; local
1165 struct tcb *tcp; local
1635 struct tcb *tcp; local
1987 struct tcb *tcp = tcbtab[i]; local
1999 struct tcb *tcp; local
2054 struct tcb *tcp; local
[all...]
H A Dsock.c44 print_addr(struct tcb *tcp, long addr, struct ifreq *ifr) argument
51 printstr(tcp, addr, sizeof(ifr->ifr_addr.sa_data));
55 sock_ioctl(struct tcb *tcp, long code, long arg) argument
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
267 sys_socketcall(struct tcb *tcp) argument
[all...]
H A Dquota.c254 decode_cmd_data(struct tcb *tcp, u_int32_t cmd, unsigned long data) argument
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, dat
528 sys_quotactl(struct tcb *tcp) argument
[all...]
/external/srec/config/en.us/
H A Drun-bothtags5-from-saved.sh1 /system/bin/SRecTest -parfile baseline11k.par -tcp tcp/bothtags5_from_saved.tcp -datapath audio/ >out_SHIP_bothtags5_from_saved.txt 2>&1
H A Drun-bothtags5.sh1 /system/bin/SRecTest -parfile baseline11k.par -tcp tcp/bothtags5.tcp -datapath audio/ >out_SHIP_bothtags5.txt 2>&1
/external/android-clat/
H A Ddump.c27 #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) { argument
168 temp_checksum = ip_checksum_add(temp_checksum, tcp, sizeof(struct tcphdr));
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);
181 printf("res1 = %x\n",tcp
206 dump_tcp(const struct tcphdr *tcp, const struct iphdr *ip, const uint8_t *payload, size_t payload_size, const uint8_t *options, size_t options_size) argument
216 dump_tcp6(const struct tcphdr *tcp, const struct ip6_hdr *ip6, const uint8_t *payload, size_t payload_size, const uint8_t *options, size_t options_size) argument
[all...]
/external/iptables/extensions/
H A Dlibip6t_MASQUERADE.c53 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);
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));
126 if (r->max_proto.tcp
[all...]
H A Dlibip6t_REDIRECT.c53 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);
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));
128 if (range->max_proto.tcp
[all...]
H A Dlibipt_ECN.c27 " --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;
66 einfo->proto.tcp
[all...]
H A Dlibipt_MASQUERADE.c54 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);
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));
129 if (r->max.tcp
[all...]
H A Dlibipt_REDIRECT.c54 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);
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));
131 if (r->max.tcp
[all...]
/external/chromium_org/net/quic/congestion_control/
H A Dtcp_receiver_test.cc28 EXPECT_EQ(256000u, feedback.tcp.receive_window);
32 EXPECT_EQ(256000u, feedback.tcp.receive_window);
/external/iproute2/include/libiptc/
H A Dipt_kernel_headers.h12 #include <netinet/tcp.h>
21 #include <linux/tcp.h>
/external/iptables/include/libiptc/
H A Dipt_kernel_headers.h12 #include <netinet/tcp.h>
22 #include <linux/tcp.h>

Completed in 675 milliseconds

1234567