Searched defs:tcp (Results 1 - 12 of 12) sorted by relevance

/external/srec/srec/include/
H A Dann_util.h37 annotate *tcp; member in struct:__anon5981
/external/iptables/include/linux/netfilter_ipv4/
H A Dipt_2ecn.h29 } tcp; member in union:ipt_ecn_info::__anon2928
H A Dipt_ECN.h27 } tcp; member in union:ipt_ECN_info::__anon2932
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dipt_ECN.h27 } tcp; member in union:ipt_ECN_info::__anon3343
H A Dip_conntrack_tuple.h24 } tcp; member in union:ip_conntrack_manip_proto
60 } tcp; member in union:ip_conntrack_tuple::__anon3334::__anon3335
H A Dip_conntrack.h22 struct ip_ct_tcp tcp; member in union:ip_conntrack_proto
/external/iptables/extensions/
H A Dlibip6t_tcp.c16 " --tcp-flags [!] mask comp match when TCP flags & mask == comp\n"
19 " (equivalent to --tcp-flags SYN,RST,ACK SYN)\n"
26 " --tcp-option [!] number match if TCP option set\n\n",
36 { "tcp-flags", 1, 0, '4' },
37 { "tcp-option", 1, 0, '5' },
49 ports[0] = ports[1] = parse_port(buffer, "tcp");
54 ports[0] = buffer[0] ? parse_port(buffer, "tcp") : 0;
55 ports[1] = cp[0] ? parse_port(cp, "tcp") : 0xFFFF;
182 "Only one of `--syn' or `--tcp-flags' "
191 "Only one of `--syn' or `--tcp
323 const struct ip6t_tcp *tcp = (struct ip6t_tcp *)match->data; local
398 static struct ip6tables_match tcp = { variable in typeref:struct:ip6tables_match
[all...]
H A Dlibipt_tcp.c17 " --tcp-flags [!] mask comp match when TCP flags & mask == comp\n"
20 " (equivalent to --tcp-flags SYN,RST,ACK SYN)\n"
27 " --tcp-option [!] number match if TCP option set\n\n",
37 { "tcp-flags", 1, 0, '4' },
38 { "tcp-option", 1, 0, '5' },
50 ports[0] = ports[1] = parse_port(buffer, "tcp");
55 ports[0] = buffer[0] ? parse_port(buffer, "tcp") : 0;
56 ports[1] = cp[0] ? parse_port(cp, "tcp") : 0xFFFF;
183 "Only one of `--syn' or `--tcp-flags' "
192 "Only one of `--syn' or `--tcp
324 const struct ipt_tcp *tcp = (struct ipt_tcp *)match->data; local
398 static struct iptables_match tcp = { variable in typeref:struct:iptables_match
[all...]
/external/ppp/pppd/
H A Dipv6cp.c1206 /* set tcp compression */
1545 u_char *tcp; local
1557 tcp = pkt + IP6_HDRLEN;
1558 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == IP6_HDRLEN + get_tcpoff(tcp) * 4)
H A Dipcp.c1734 /* set tcp compression */
2178 u_char *tcp; local
2192 tcp = pkt + hlen;
2193 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == hlen + get_tcpoff(tcp) * 4)
/external/strace/
H A Dprocess.c255 sys_prctl(tcp)
256 struct tcb *tcp;
260 if (entering(tcp)) {
261 printxval(prctl_options, tcp->u_arg[0], "PR_???");
262 switch (tcp->u_arg[0]) {
273 tprintf(", %s", unalignctl_string(tcp->u_arg[1]));
278 tprintf(", %#lx", tcp->u_arg[1]);
282 for (i = 1; i < tcp->u_nargs; i++)
283 tprintf(", %#lx", tcp->u_arg[i]);
287 switch (tcp
419 fork_tcb(struct tcb *tcp) argument
[all...]
H A Dstrace.c190 struct tcb *tcp; local
200 for (tcp = tcbtab[0]; tcp < &tcbtab[0][tcbtabsize]; ++tcp)
201 tcbtab[tcp - tcbtab[0]] = &tcbtab[0][tcp - tcbtab[0]];
282 if ((tcp = alloctcb(pid)) == NULL) {
287 tcp->flags |= TCB_ATTACHED;
406 tcp = tcbtab[c];
408 tcp
748 struct tcb *tcp; local
1088 struct tcb *tcp; local
1109 struct tcb *tcp = tcbtab[i]; local
1392 struct tcb *tcp; local
1407 struct tcb *tcp; local
1505 struct tcb *tcp = tcbtab[i]; local
1659 struct tcb *tcp; local
1702 struct tcb *tcp; local
1940 handle_group_exit(struct tcb *tcp, int sig) argument
2011 struct tcb *tcp; local
[all...]

Completed in 257 milliseconds