Home
last modified time | relevance | path

Searched defs:tcphdr (Results 1 – 14 of 14) 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/include/netinet/
Dtcp.h115 struct tcphdr { struct
120 union { struct {
/external/linux-kselftest/tools/testing/selftests/net/
Dgro.c378 struct tcphdr *tcphdr = (struct tcphdr *)(buf + tcp_offset); in recompute_packet() local
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h52630 struct tcphdr { struct
52631 __be16 source;
52632 __be16 dest;
52633 __be32 seq;
52634 __be32 ack_seq;
52635 __u16 res1: 4;
52636 __u16 doff: 4;
52637 __u16 fin: 1;
52638 __u16 syn: 1;
52639 __u16 rst: 1;
[all …]
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h81040 struct tcphdr { struct
81041 __be16 source;
81042 __be16 dest;
81043 __be32 seq;
81044 __be32 ack_seq;
81045 __u16 res1: 4;
81046 __u16 doff: 4;
81047 __u16 fin: 1;
81048 __u16 syn: 1;
81049 __u16 rst: 1;
[all …]
Dvmlinux.h81040 struct tcphdr { struct
81041 __be16 source;
81042 __be16 dest;
81043 __be32 seq;
81044 __be32 ack_seq;
81045 __u16 res1: 4;
81046 __u16 doff: 4;
81047 __u16 fin: 1;
81048 __u16 syn: 1;
81049 __u16 rst: 1;
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h47491 struct tcphdr { struct
47492 __be16 source;
47493 __be16 dest;
47494 __be32 seq;
47495 __be32 ack_seq;
47496 __u16 res1: 4;
47497 __u16 doff: 4;
47498 __u16 fin: 1;
47499 __u16 syn: 1;
47500 __u16 rst: 1;
[all …]
Dvmlinux_510.h47491 struct tcphdr { struct
47492 __be16 source;
47493 __be16 dest;
47494 __be32 seq;
47495 __be32 ack_seq;
47496 __u16 res1: 4;
47497 __u16 doff: 4;
47498 __u16 fin: 1;
47499 __u16 syn: 1;
47500 __u16 rst: 1;
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h55886 struct tcphdr { struct
55887 __be16 source;
55888 __be16 dest;
55889 __be32 seq;
55890 __be32 ack_seq;
55891 __u16 res1: 4;
55892 __u16 doff: 4;
55893 __u16 fin: 1;
55894 __u16 syn: 1;
55895 __u16 rst: 1;
[all …]
Dvmlinux.h55886 struct tcphdr { struct
55887 __be16 source;
55888 __be16 dest;
55889 __be32 seq;
55890 __be32 ack_seq;
55891 __u16 res1: 4;
55892 __u16 doff: 4;
55893 __u16 fin: 1;
55894 __u16 syn: 1;
55895 __u16 rst: 1;
[all …]