Searched defs:tcphdr (Results 1 – 4 of 4) sorted by relevance
52 struct tcphdr { struct53 u_short th_sport; /* source port */55 tcp_seq th_seq; /* sequence number */58 u_char th_x2:4, /* (unused) */59 th_off:4; /* data offset */62 u_char th_off:4, /* data offset */63 th_x2:4; /* (unused) */65 u_char th_flags;78 u_short th_win; /* window */79 u_short th_sum; /* checksum */[all …]
396 tcp_next(struct tcphdr *tcphdr) in tcp_next()
121 cvmip_tcp_hdr_t tcphdr; member