Home
last modified time | relevance | path

Searched defs:tcphdr (Results 1 – 20 of 20) sorted by relevance

/external/iproute2/include/netinet/
Dtcp.h63 struct tcphdr struct
65 u_int16_t th_sport; /* source port */
66 u_int16_t th_dport; /* destination port */
90 struct tcphdr argument
92 u_int16_t source;
93 u_int16_t dest;
94 u_int32_t seq;
95 u_int32_t ack_seq;
97 u_int16_t res1:4;
98 u_int16_t doff:4;
[all …]
/external/iproute2/include/uapi/linux/
Dtcp.h25 struct tcphdr { struct
26 __be16 source;
27 __be16 dest;
28 __be32 seq;
29 __be32 ack_seq;
31 __u16 res1:4,
32 doff:4,
33 fin:1,
34 syn:1,
35 rst:1,
[all …]
/external/tcpdump/
Dtcp.h40 struct tcphdr { struct
41 nd_uint16_t th_sport; /* source port */
42 nd_uint16_t th_dport; /* destination port */
43 nd_uint32_t th_seq; /* sequence number */
44 nd_uint32_t th_ack; /* acknowledgement number */
45 nd_uint8_t th_offx2; /* data offset, rsvd */
46 nd_uint8_t th_flags;
47 nd_uint16_t th_win; /* window */
48 nd_uint16_t th_sum; /* checksum */
49 nd_uint16_t th_urp; /* urgent pointer */
/external/openthread/third_party/tcplp/bsdtcp/
Dtcp.h57 struct tcphdr { struct
58 uint16_t th_sport; /* source port */
59 uint16_t th_dport; /* destination port */
60 tcp_seq th_seq; /* sequence number */
61 tcp_seq th_ack; /* acknowledgement number */
70 uint8_t th_off_x2; /* data offset and unused bits */
84 uint8_t th_flags;
96 uint16_t th_win; /* window */
97 uint16_t th_sum; /* checksum */
98 uint16_t th_urp; /* urgent pointer */
/external/kernel-headers/original/uapi/linux/
Dtcp.h25 struct tcphdr { struct
26 __be16 source;
27 __be16 dest;
28 __be32 seq;
29 __be32 ack_seq;
31 __u16 res1:4,
32 doff:4,
33 fin:1,
34 syn:1,
35 rst:1,
[all …]
/external/musl/android/include/bits/
Dtcphdr.h9 struct tcphdr { struct
14 union { struct {
/external/trusty/musl/include/netinet/
Dtcp.h111 struct tcphdr { struct
116 union { struct {
/external/linux-kselftest/tools/testing/selftests/net/
Dgro.c378 struct tcphdr *tcphdr = (struct tcphdr *)(buf + tcp_offset); in recompute_packet() local
/external/scapy/scapy/layers/
Dinet.py343 def get_tcpao(tcphdr): argument
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h19817 struct tcphdr { struct
19818 __be16 source;
19819 __be16 dest;
19820 __be32 seq;
19821 __be32 ack_seq;
19822 __u16 res1: 4;
19823 __u16 doff: 4;
19824 __u16 fin: 1;
19825 __u16 syn: 1;
19826 __u16 rst: 1;
[all …]
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_600.h34443 struct tcphdr { struct
34464 struct tcphdr hdr; argument
Dvmlinux.h34443 struct tcphdr { struct
34464 struct tcphdr hdr; argument
/external/bcc/libbpf-tools/loongarch/
Dvmlinux_602.h52005 struct tcphdr { struct
52006 __be16 source;
52007 __be16 dest;
52008 __be32 seq;
52009 __be32 ack_seq;
52010 __u16 res1: 4;
52011 __u16 doff: 4;
52012 __u16 fin: 1;
52013 __u16 syn: 1;
52014 __u16 rst: 1;
[all …]
Dvmlinux.h52005 struct tcphdr { struct
52006 __be16 source;
52007 __be16 dest;
52008 __be32 seq;
52009 __be32 ack_seq;
52010 __u16 res1: 4;
52011 __u16 doff: 4;
52012 __u16 fin: 1;
52013 __u16 syn: 1;
52014 __u16 rst: 1;
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux.h67154 struct tcphdr { struct
67155 __be16 source;
67156 __be16 dest;
67157 __be32 seq;
67158 __be32 ack_seq;
67159 __u16 res1: 4;
67160 __u16 doff: 4;
67161 __u16 fin: 1;
67162 __u16 syn: 1;
67163 __u16 rst: 1;
[all …]
Dvmlinux_518.h67154 struct tcphdr { struct
67155 __be16 source;
67156 __be16 dest;
67157 __be32 seq;
67158 __be32 ack_seq;
67159 __u16 res1: 4;
67160 __u16 doff: 4;
67161 __u16 fin: 1;
67162 __u16 syn: 1;
67163 __u16 rst: 1;
[all …]
/external/bcc/libbpf-tools/riscv/
Dvmlinux_602.h104075 struct tcphdr { struct
104076 __be16 source;
104077 __be16 dest;
104078 __be32 seq;
104079 __be32 ack_seq;
104080 __u16 res1: 4;
104081 __u16 doff: 4;
104082 __u16 fin: 1;
104083 __u16 syn: 1;
104084 __u16 rst: 1;
[all …]
Dvmlinux.h104075 struct tcphdr { struct
104076 __be16 source;
104077 __be16 dest;
104078 __be32 seq;
104079 __be32 ack_seq;
104080 __u16 res1: 4;
104081 __u16 doff: 4;
104082 __u16 fin: 1;
104083 __u16 syn: 1;
104084 __u16 rst: 1;
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux_608.h58922 struct tcphdr { struct
58923 __be16 source;
58924 __be16 dest;
58925 __be32 seq;
58926 __be32 ack_seq;
58927 __u16 res1: 4;
58928 __u16 doff: 4;
58929 __u16 fin: 1;
58930 __u16 syn: 1;
58931 __u16 rst: 1;
[all …]
Dvmlinux.h58922 struct tcphdr { struct
58923 __be16 source;
58924 __be16 dest;
58925 __be32 seq;
58926 __be32 ack_seq;
58927 __u16 res1: 4;
58928 __u16 doff: 4;
58929 __u16 fin: 1;
58930 __u16 syn: 1;
58931 __u16 rst: 1;
[all …]