HomeSort by relevance Sort by last modified time
    Searched refs:tcp (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/libnl/etc/
pktloc 22 # Transmission Control Protocol (TCP)
25 tcp.sport u16 tcp+0
26 tcp.dport u16 tcp+2
27 tcp.seq u32 tcp+4
28 tcp.ack u32 tcp+8
29 tcp.off u8 tcp+12 0xF
    [all...]
  /development/ndk/platforms/android-3/include/netinet/
tcp.h 31 #include <endian.h> /* Include *before* linux/tcp.h */
32 #include <linux/tcp.h>
  /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...]
dump.h 25 void dump_tcp(const struct tcphdr *tcp, const struct iphdr *ip,
33 void dump_tcp6(const struct tcphdr *tcp, const struct ip6_hdr *ip6,
  /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>
  /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::__anon1423
ip_conntrack_tuple.h 25 } tcp; member in union:ip_conntrack_manip_proto
58 } tcp; member in union:ip_conntrack_tuple::__anon1414::__anon1415
  /development/ndk/platforms/android-L/include/linux/netfilter/
xt_ecn.h 39 } tcp; member in union:xt_ecn_info::__anon2247
  /development/ndk/platforms/android-L/include/linux/netfilter_ipv4/
ipt_ECN.h 37 } tcp; member in union:ipt_ECN_info::__anon2278
  /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::__anon2153
  /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::__anon2178
  /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::__anon2779
  /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::__anon2812
  /bionic/libc/include/netinet/
tcp.h 32 #include <linux/tcp.h>

Completed in 1006 milliseconds

1 2 3 4 5 6