Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp.h52 struct tcphdr { struct
53 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 …]
/f-stack/tools/compat/include/netinet/
H A Dtcp.h52 struct tcphdr { struct
53 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 …]
/f-stack/freebsd/netinet/libalias/
H A Dalias_local.h396 tcp_next(struct tcphdr *tcphdr) in tcp_next()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmip.h121 cvmip_tcp_hdr_t tcphdr; member