HomeSort by relevance Sort by last modified time
    Searched full:tcp (Results 26 - 50 of 1338) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/iptables/extensions/
libxt_tcp.man 1 These extensions can be used if `\-\-protocol tcp' is specified. It
20 [\fB!\fP] \fB\-\-tcp\-flags\fP \fImask\fP \fIcomp\fP
21 Match when the TCP flags are as specified. The first argument \fImask\fP is the
28 iptables \-A FORWARD \-p tcp \-\-tcp\-flags SYN,ACK,FIN,RST SYN
34 Only match TCP packets with the SYN bit set and the ACK,RST and FIN bits
35 cleared. Such packets are used to request TCP connection initiation;
37 incoming TCP connections, but outgoing TCP connections will be
39 It is equivalent to \fB\-\-tcp\-flags SYN,RST,ACK,FIN SYN\fP
    [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...]
libxt_tcp.c 1 /* Shared library add-on to iptables to add TCP support. */
15 "tcp match options:\n"
16 "[!] --tcp-flags mask comp match when TCP flags & mask == comp\n"
19 " (equivalent to --tcp-flags SYN,RST,ACK,FIN SYN)\n"
26 "[!] --tcp-option number match if TCP option set\n");
35 {.name = "tcp-flags", .has_arg = true, .val = '4'},
36 {.name = "tcp-option", .has_arg = true, .val = '5'},
48 ports[0] = ports[1] = xtables_parse_port(buffer, "tcp");
301 const struct xt_tcp *tcp = (struct xt_tcp *)match->data; local
    [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...]
  /external/strace/
util.c 180 * by setting tcp->ptrace_errno to ESRCH.
190 do_ptrace(int request, struct tcb *tcp, void *addr, void *data)
195 l = ptrace(request, tcp->pid, addr, (long) data);
199 tcp->ptrace_errno = ESRCH;
211 ptrace_restart(int op, struct tcb *tcp, int sig)
217 ptrace(op, tcp->pid, (void *) 1, (long) sig);
222 tcp->ptrace_errno = err;
253 printllval(struct tcb *tcp, const char *format, int llarg)
263 tprintf(format, tcp->u_arg[llarg]);
270 tprintf(format, LONG_LONG(tcp->u_arg[llarg], tcp->u_arg[llarg + 1]))
    [all...]
strace.c 124 static int detach(struct tcb *tcp, int sig);
359 newoutf(struct tcb *tcp)
365 sprintf(name, "%.512s.%u", outfname, tcp->pid);
368 tcp->outf = fp;
377 struct tcb *tcp; local
406 tcp = tcbtab[tcbi];
407 if (!(tcp->flags & TCB_INUSE) || !(tcp->flags & TCB_ATTACHED))
410 if (tcp->flags & TCB_CLONE_THREAD)
414 tcp->outf = outf
514 struct tcb *tcp; local
764 struct tcb *tcp; local
1104 struct tcb *tcp; local
1435 struct tcb *tcp = tcbtab[i]; local
1449 struct tcb *tcp; local
1465 struct tcb *tcp = tcbtab[i]; local
1788 struct tcb *tcp; local
1886 struct tcb *tcp = tcbtab[i]; local
2034 struct tcb *tcp; local
2077 struct tcb *tcp; local
2403 struct tcb *tcp; local
    [all...]
  /external/iptables/include/linux/netfilter_ipv4/
ipt_ECN.h 16 #define IPT_ECN_OP_SET_ECE 0x10 /* set ECE bit of TCP header */
17 #define IPT_ECN_OP_SET_CWR 0x20 /* set CWR bit of TCP header */
26 u_int8_t ece:1, cwr:1; /* TCP ECT bits */
27 } tcp; member in union:ipt_ECN_info::__anon9308
ipt_LOG.h 5 #define IPT_LOG_TCPSEQ 0x01 /* Log TCP sequence numbers */
6 #define IPT_LOG_TCPOPT 0x02 /* Log TCP options */
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_ECN.h 16 #define IPT_ECN_OP_SET_ECE 0x10 /* set ECE bit of TCP header */
17 #define IPT_ECN_OP_SET_CWR 0x20 /* set CWR bit of TCP header */
26 u_int8_t ece:1, cwr:1; /* TCP ECT bits */
27 } tcp; member in union:ipt_ECN_info::__anon9840
ipt_LOG.h 5 #define IPT_LOG_TCPSEQ 0x01 /* Log TCP sequence numbers */
6 #define IPT_LOG_TCPOPT 0x02 /* Log TCP options */
  /external/openssh/contrib/cygwin/
sshd-inetd 3 @COMMENT@ ssh stream tcp nowait root /usr/sbin/sshd sshd -i
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 16 #define IPT_ECN_OP_SET_ECE 0x10 /* set ECE bit of TCP header */
17 #define IPT_ECN_OP_SET_CWR 0x20 /* set CWR bit of TCP header */
26 u_int8_t ece:1, cwr:1; /* TCP ECT bits */
27 } tcp; member in union:ipt_ECN_info::__anon26527
ipt_LOG.h 5 #define IPT_LOG_TCPSEQ 0x01 /* Log TCP sequence numbers */
6 #define IPT_LOG_TCPOPT 0x02 /* Log TCP options */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 16 #define IPT_ECN_OP_SET_ECE 0x10 /* set ECE bit of TCP header */
17 #define IPT_ECN_OP_SET_CWR 0x20 /* set CWR bit of TCP header */
26 u_int8_t ece:1, cwr:1; /* TCP ECT bits */
27 } tcp; member in union:ipt_ECN_info::__anon28118
ipt_LOG.h 5 #define IPT_LOG_TCPSEQ 0x01 /* Log TCP sequence numbers */
6 #define IPT_LOG_TCPOPT 0x02 /* Log TCP options */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 16 #define IPT_ECN_OP_SET_ECE 0x10 /* set ECE bit of TCP header */
17 #define IPT_ECN_OP_SET_CWR 0x20 /* set CWR bit of TCP header */
26 u_int8_t ece:1, cwr:1; /* TCP ECT bits */
27 } tcp; member in union:ipt_ECN_info::__anon29632
ipt_LOG.h 5 #define IPT_LOG_TCPSEQ 0x01 /* Log TCP sequence numbers */
6 #define IPT_LOG_TCPOPT 0x02 /* Log TCP options */
  /external/iptables/include/linux/netfilter_ipv6/
ip6t_LOG.h 5 #define IP6T_LOG_TCPSEQ 0x01 /* Log TCP sequence numbers */
6 #define IP6T_LOG_TCPOPT 0x02 /* Log TCP options */
  /external/kernel-headers/original/linux/netfilter_ipv6/
ip6t_LOG.h 5 #define IP6T_LOG_TCPSEQ 0x01 /* Log TCP sequence numbers */
6 #define IP6T_LOG_TCPOPT 0x02 /* Log TCP options */
  /external/nist-sip/java/javax/sip/
ListeningPoint.java 8 String TCP = "TCP";
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_LOG.h 5 #define IP6T_LOG_TCPSEQ 0x01 /* Log TCP sequence numbers */
6 #define IP6T_LOG_TCPOPT 0x02 /* Log TCP options */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_LOG.h 5 #define IP6T_LOG_TCPSEQ 0x01 /* Log TCP sequence numbers */
6 #define IP6T_LOG_TCPOPT 0x02 /* Log TCP options */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_LOG.h 5 #define IP6T_LOG_TCPSEQ 0x01 /* Log TCP sequence numbers */
6 #define IP6T_LOG_TCPOPT 0x02 /* Log TCP options */
  /external/android-clat/
dump.c 27 #include <netinet/tcp.h>
161 /* print tcp header */
162 void dump_tcp_generic(const struct tcphdr *tcp, const char *options, size_t options_size, uint32_t temp_checksum, const char *payload, size_t payload_size) {
165 temp_checksum = ip_checksum_add(temp_checksum, tcp, sizeof(struct tcphdr));
172 printf("TCP\n");
173 printf("source = %x\n",ntohs(tcp->source));
174 printf("dest = %x\n",ntohs(tcp->dest));
175 printf("seq = %x\n",ntohl(tcp->seq));
176 printf("ack = %x\n",ntohl(tcp->ack_seq));
177 printf("d_off = %x\n",tcp->doff)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
package.html 16 <li> TCP starvation attack prevention - Limit the size and timeout for
17 tcp connections.
20 <li> TCP message size limitation -- limit the size of TCP messages to prevent
21 TCP flooding attacks.
22 <li> Connection caching and reuse for TCP connections -- reduce latency by re-using
23 TCP connections on client and server transactions.

Completed in 425 milliseconds

12 3 4 5 6 7 8 91011>>