Searched defs:tcphdr (Results 1 – 7 of 7) sorted by relevance
37 struct tcphdr { struct38 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 */
48 struct tcphdr { struct49 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 …]
111 struct tcp_hdr *tcphdr; in tcp_output_alloc_header() local925 struct tcp_hdr *tcphdr; in tcp_send_empty_ack() local1349 struct tcp_hdr *tcphdr; in tcp_rst() local1557 struct tcp_hdr *tcphdr = (struct tcp_hdr *)p->payload; in tcp_keepalive() local1590 struct tcp_hdr *tcphdr; in tcp_zero_window_probe() local
69 static struct tcp_hdr *tcphdr; variable
2065 tcp_debug_print(struct tcp_hdr *tcphdr) in tcp_debug_print()
267 struct tcp_hdr *tcphdr; /* the TCP header */ member482 # define tcp_debug_print(tcphdr) argument
48 struct tcp_hdr* tcphdr; in tcp_create_segment_wnd() local