/aosp_15_r20/external/iproute2/include/netinet/ |
H A 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 struct 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 …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/netinet/ |
D | tcp.h | 74 struct tcphdr struct 76 u_int16_t th_sport; /* source port */ 77 u_int16_t th_dport; /* destination port */ 101 struct tcphdr struct 103 u_int16_t source; 104 u_int16_t dest; 105 u_int32_t seq; 106 u_int32_t ack_seq; 108 u_int16_t res1:4; 109 u_int16_t doff:4; [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/linux/ |
D | tcp.h | 24 struct tcphdr { struct 25 __be16 source; 26 __be16 dest; 27 __be32 seq; 28 __be32 ack_seq; 30 __u16 res1:4, 31 doff:4, 32 fin:1, 33 syn:1, 34 rst:1, [all …]
|
/aosp_15_r20/external/iproute2/include/uapi/linux/ |
H A 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 …]
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/bionic/libc/kernel/uapi/linux/ |
D | tcp.h | 24 struct tcphdr { struct 41 struct tcphdr hdr; argument
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/bionic/libc/kernel/uapi/linux/ |
D | tcp.h | 24 struct tcphdr { struct 41 struct tcphdr hdr; argument
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/bionic/libc/kernel/uapi/linux/ |
D | tcp.h | 24 struct tcphdr { struct 41 struct tcphdr hdr; argument
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/bionic/libc/kernel/uapi/linux/ |
D | tcp.h | 24 struct tcphdr { struct 41 struct tcphdr hdr; argument
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/bionic/libc/kernel/uapi/linux/ |
D | tcp.h | 24 struct tcphdr { struct 41 struct tcphdr hdr; argument
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/bionic/libc/kernel/uapi/linux/ |
D | tcp.h | 24 struct tcphdr { struct 41 struct tcphdr hdr; argument
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/bionic/libc/kernel/uapi/linux/ |
D | tcp.h | 24 struct tcphdr { struct 41 struct tcphdr hdr; argument
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/bionic/libc/kernel/uapi/linux/ |
D | tcp.h | 24 struct tcphdr { struct 41 struct tcphdr hdr; argument
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/bionic/libc/kernel/uapi/linux/ |
D | tcp.h | 24 struct tcphdr { struct 41 struct tcphdr hdr; argument
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/bionic/libc/kernel/uapi/linux/ |
D | tcp.h | 24 struct tcphdr { struct 41 struct tcphdr hdr; argument
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/bionic/libc/kernel/uapi/linux/ |
D | tcp.h | 24 struct tcphdr { struct 41 struct tcphdr hdr; argument
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/bionic/libc/kernel/uapi/linux/ |
D | tcp.h | 24 struct tcphdr { struct 41 struct tcphdr hdr; argument
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/bionic/libc/kernel/uapi/linux/ |
D | tcp.h | 24 struct tcphdr { struct 41 struct tcphdr hdr; argument
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/bionic/libc/kernel/uapi/linux/ |
D | tcp.h | 24 struct tcphdr { struct 41 struct tcphdr hdr; argument
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/bionic/libc/kernel/uapi/linux/ |
D | tcp.h | 24 struct tcphdr { struct 41 struct tcphdr hdr; argument
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/bionic/libc/kernel/uapi/linux/ |
D | tcp.h | 24 struct tcphdr { struct 41 struct tcphdr hdr; argument
|
/aosp_15_r20/external/kernel-headers/original/uapi/linux/ |
H A 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 …]
|
/aosp_15_r20/external/tcpdump/ |
H A 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 */
|
/aosp_15_r20/external/openthread/third_party/tcplp/bsdtcp/ |
H A 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 */
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.32_x86_64_shared/gen/include/netinet/ |
D | tcp.h | 35 #define tcphdr __kernel_tcphdr macro 41 struct tcphdr { struct 42 __extension__ union {
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/bionic/libc/libc/android_vendor.33_arm_armv7-a-neon_shared/gen/include/netinet/ |
D | tcp.h | 35 #define tcphdr __kernel_tcphdr macro 41 struct tcphdr { struct 42 __extension__ union {
|