| /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/netinet/ |
| tcp.h | 31 #include <endian.h> /* Include *before* linux/tcp.h */ 32 #include <linux/tcp.h>
|
| /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/netinet/ |
| tcp.h | 31 #include <endian.h> /* Include *before* linux/tcp.h */ 32 #include <linux/tcp.h>
|
| /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/netinet/ |
| tcp.h | 31 #include <endian.h> /* Include *before* linux/tcp.h */ 32 #include <linux/tcp.h>
|
| /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/netinet/ |
| tcp.h | 31 #include <endian.h> /* Include *before* linux/tcp.h */ 32 #include <linux/tcp.h>
|
| /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/netinet/ |
| tcp.h | 31 #include <endian.h> /* Include *before* linux/tcp.h */ 32 #include <linux/tcp.h>
|
| /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/netinet/ |
| tcp.h | 31 #include <endian.h> /* Include *before* linux/tcp.h */ 32 #include <linux/tcp.h>
|
| /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/netinet/ |
| tcp.h | 31 #include <endian.h> /* Include *before* linux/tcp.h */ 32 #include <linux/tcp.h>
|
| /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/netinet/ |
| tcp.h | 31 #include <endian.h> /* Include *before* linux/tcp.h */ 32 #include <linux/tcp.h>
|
| /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/netinet/ |
| tcp.h | 31 #include <endian.h> /* Include *before* linux/tcp.h */ 32 #include <linux/tcp.h>
|
| /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/netinet/ |
| tcp.h | 31 #include <endian.h> /* Include *before* linux/tcp.h */ 32 #include <linux/tcp.h>
|
| /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/netinet/ |
| tcp.h | 31 #include <endian.h> /* Include *before* linux/tcp.h */ 32 #include <linux/tcp.h>
|
| /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/netinet/ |
| tcp.h | 31 #include <endian.h> /* Include *before* linux/tcp.h */ 32 #include <linux/tcp.h>
|
| /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/netinet/ |
| tcp.h | 31 #include <endian.h> /* Include *before* linux/tcp.h */ 32 #include <linux/tcp.h>
|
| /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/netinet/ |
| tcp.h | 31 #include <endian.h> /* Include *before* linux/tcp.h */ 32 #include <linux/tcp.h>
|
| /external/strace/ |
| sysctl.c | 23 if (umove(tcp, tcp->u_arg[0], &info) < 0) 24 return printargs(tcp); 29 umoven(tcp, (unsigned long) info.name, size, name) < 0) { 31 if (entering(tcp)) 38 if (entering(tcp)) { 130 if (abbrev(tcp) && max_cnt > max_strlen) 141 } else if (umove(tcp, (long)info.oldlenp, &oldlen) >= 0 153 printpath(tcp, (size_t)info.oldval); 160 else if (syserror(tcp)) [all...] |
| sock.c | 44 print_addr(struct tcb *tcp, long addr, struct ifreq *ifr) 51 printstr(tcp, addr, sizeof(ifr->ifr_addr.sa_data)); 61 sock_ioctl(struct tcb *tcp, const unsigned int code, long arg) 68 if (entering(tcp)) { 71 if (umove(tcp, tcp->u_arg[2], &ifc) >= 0 78 if (umove(tcp, tcp->u_arg[2], &ifr) < 0) 79 tprintf(", %#lx", tcp->u_arg[2]); 120 printnum_int(tcp, arg, ", %d") [all...] |
| seccomp.c | 165 decode_fprog(struct tcb *tcp, unsigned short len, unsigned long addr) 167 if (!len || abbrev(tcp)) { 176 if (umove(tcp, addr, &filter) < 0) 192 print_seccomp_filter(struct tcb *tcp, unsigned long addr) 201 if (umove(tcp, addr, &fprog) < 0) 204 decode_fprog(tcp, fprog.len, fprog.filter); 211 if (umove(tcp, addr, &fprog) < 0) 214 decode_fprog(tcp, fprog.len, fprog.filter); 235 if (entering(tcp)) { 236 unsigned int op = tcp->u_arg[0] [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/strace/linux/arm/ |
| get_scno.c | 11 scno = ptrace(PTRACE_PEEKTEXT, tcp->pid, (void *)(arm_regs.ARM_pc - 4), NULL); 19 tcp->pid, scno); 44 tcp->pid, arm_regs.ARM_ip, shuffle_scno(scno));
|
| /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/strace/linux/x86_64/ |
| get_scno.c | 61 "PID=%d\n", (int)x86_64_regs.cs, tcp->pid); 74 call = ptrace(PTRACE_PEEKTEXT, tcp->pid, (char *)rip, (char *)0); 88 "PID=%d\n", (int)call, tcp->pid); 101 scno, tcp->pid); 107 update_personality(tcp, currpers);
|
| /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...] |