/external/iproute2/include/netinet/ |
D | tcp.h | 63 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/ |
D | tcp.h | 25 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/ |
D | tcp.h | 40 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/ |
D | tcp.h | 57 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/ |
D | tcp.h | 25 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/ |
D | tcphdr.h | 9 struct tcphdr { struct 14 union { struct {
|
/external/trusty/musl/include/netinet/ |
D | tcp.h | 111 struct tcphdr { struct 116 union { struct {
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | gro.c | 378 struct tcphdr *tcphdr = (struct tcphdr *)(buf + tcp_offset); in recompute_packet() local
|
/external/scapy/scapy/layers/ |
D | inet.py | 343 def get_tcpao(tcphdr): argument
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 19817 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/ |
D | vmlinux_600.h | 34443 struct tcphdr { struct 34464 struct tcphdr hdr; argument
|
D | vmlinux.h | 34443 struct tcphdr { struct 34464 struct tcphdr hdr; argument
|
/external/bcc/libbpf-tools/loongarch/ |
D | vmlinux_602.h | 52005 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 …]
|
D | vmlinux.h | 52005 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/ |
D | vmlinux.h | 67154 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 …]
|
D | vmlinux_518.h | 67154 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/ |
D | vmlinux_602.h | 104075 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 …]
|
D | vmlinux.h | 104075 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/ |
D | vmlinux_608.h | 58922 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 …]
|
D | vmlinux.h | 58922 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 …]
|