Searched defs:tcphdr (Results 1 – 7 of 7) sorted by relevance
42 struct tcphdr { struct43 u_int16_t th_sport; /* source port */44 u_int16_t th_dport; /* destination port */45 tcp_seq th_seq; /* sequence number */46 tcp_seq th_ack; /* acknowledgement number */47 u_int8_t th_offx2; /* data offset, rsvd */48 u_int8_t th_flags;49 u_int16_t th_win; /* window */50 u_int16_t th_sum; /* checksum */51 u_int16_t th_urp; /* urgent pointer */
50 struct tcphdr { struct51 u_short th_sport; /* source port */52 u_short th_dport; /* destination port */53 tcp_seq th_seq; /* sequence number */54 tcp_seq th_ack; /* acknowledgement number */56 u_char th_x2:4, /* (unused) */57 th_off:4; /* data offset */60 u_char th_off:4, /* data offset */61 th_x2:4; /* (unused) */63 u_char th_flags;[all …]
389 tcp_next(struct tcphdr *tcphdr) in tcp_next()
121 cvmip_tcp_hdr_t tcphdr; member
844 struct tcphdr* tcphdr; in FormatPacket() local
2677 struct tcphdr *tcp, tcphdr; in vmxnet3_txq_offload_ctx() local
2025 struct tcphdr *tcp, tcphdr; in vtnet_txq_offload_tso() local