Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dtcp.h52 struct tcphdr { struct
53 uint16_t th_sport; /* source port */
55 tcp_seq th_seq; /* sequence number */
58 uint_t th_x2:4, /* (unused) */
59 th_off:4; /* data offset */
61 uint_t th_off:4, /* data offset */
62 th_x2:4; /* (unused) */
64 uchar_t th_flags;
73 uint16_t th_win; /* window */
74 uint16_t th_sum; /* checksum */
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1175 tcphdr(uintptr_t addr, uint_t flags, int ac, const mdb_arg_t *av) in tcphdr() function