Searched defs:tcphdr (Results 1 – 11 of 11) sorted by relevance
/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/syslinux/gpxe/src/include/ |
D | old_tcp.h | 20 struct tcphdr { struct 21 uint16_t src; 22 uint16_t dst; 23 int32_t seq; 24 int32_t ack; 25 uint16_t ctrl; 26 uint16_t window; 27 uint16_t chksum; 28 uint16_t urgent;
|
/external/tcpdump/ |
D | tcp.h | 41 struct tcphdr { struct 42 uint16_t th_sport; /* source port */ 43 uint16_t th_dport; /* destination port */ 44 tcp_seq th_seq; /* sequence number */ 45 tcp_seq th_ack; /* acknowledgement number */ 46 uint8_t th_offx2; /* data offset, rsvd */ 47 uint8_t th_flags; 48 uint16_t th_win; /* window */ 49 uint16_t th_sum; /* checksum */ 50 uint16_t th_urp; /* urgent pointer */
|
/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/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/syslinux/core/lwip/src/core/ |
D | tcp_out.c | 95 struct tcp_hdr *tcphdr; in tcp_output_alloc_header() local 839 struct tcp_hdr *tcphdr; in tcp_send_empty_ack() local 1192 struct tcp_hdr *tcphdr; in tcp_rst() local 1352 struct tcp_hdr *tcphdr; in tcp_keepalive() local 1402 struct tcp_hdr *tcphdr; in tcp_zero_window_probe() local
|
D | tcp_in.c | 63 static struct tcp_hdr *tcphdr; variable
|
D | tcp.c | 1510 tcp_debug_print(struct tcp_hdr *tcphdr) in tcp_debug_print()
|
/external/syslinux/gpxe/src/net/ |
D | tcp.c | 396 struct tcp_header *tcphdr; in tcp_xmit() local 559 struct tcp_header *tcphdr; in tcp_xmit_reset() local 892 struct tcp_header *tcphdr = iobuf->data; in tcp_rx() local
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | tcp_impl.h | 296 struct tcp_hdr *tcphdr; /* the TCP header */ member 453 # define tcp_debug_print(tcphdr) argument
|
/external/syslinux/core/lwip/src/netif/ |
D | undiif.c | 343 struct tcp_hdr *tcphdr; in snprintf_tcp_hdr() local
|