Home
last modified time | relevance | path

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

/minix3/external/bsd/tcpdump/dist/
H A Dtcp.h37 struct tcphdr { struct
38 uint16_t th_sport; /* source port */
39 uint16_t th_dport; /* destination port */
40 tcp_seq th_seq; /* sequence number */
41 tcp_seq th_ack; /* acknowledgement number */
42 uint8_t th_offx2; /* data offset, rsvd */
43 uint8_t th_flags;
44 uint16_t th_win; /* window */
45 uint16_t th_sum; /* checksum */
46 uint16_t th_urp; /* urgent pointer */
/minix3/sys/netinet/
H A Dtcp.h48 struct tcphdr { struct
49 uint16_t th_sport; /* source port */
50 uint16_t th_dport; /* destination port */
51 tcp_seq th_seq; /* sequence number */
52 tcp_seq th_ack; /* acknowledgement number */
55 uint8_t th_x2:4, /* (unused) */
56 th_off:4; /* data offset */
60 uint8_t th_off:4, /* data offset */
61 th_x2:4; /* (unused) */
63 uint8_t th_flags;
[all …]
/minix3/minix/lib/liblwip/dist/src/core/
H A Dtcp_out.c111 struct tcp_hdr *tcphdr; in tcp_output_alloc_header() local
925 struct tcp_hdr *tcphdr; in tcp_send_empty_ack() local
1349 struct tcp_hdr *tcphdr; in tcp_rst() local
1557 struct tcp_hdr *tcphdr = (struct tcp_hdr *)p->payload; in tcp_keepalive() local
1590 struct tcp_hdr *tcphdr; in tcp_zero_window_probe() local
H A Dtcp_in.c69 static struct tcp_hdr *tcphdr; variable
H A Dtcp.c2065 tcp_debug_print(struct tcp_hdr *tcphdr) in tcp_debug_print()
/minix3/minix/lib/liblwip/dist/src/include/lwip/priv/
H A Dtcp_priv.h267 struct tcp_hdr *tcphdr; /* the TCP header */ member
482 # define tcp_debug_print(tcphdr) argument
/minix3/minix/lib/liblwip/dist/test/unit/tcp/
H A Dtcp_helper.c48 struct tcp_hdr* tcphdr; in tcp_create_segment_wnd() local