Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/netinet/
H A Dtcp.h51 struct tcphdr { struct
52 uint16_t th_sport; /* source port */
53 uint16_t th_dport; /* destination port */
54 tcp_seq th_seq; /* sequence number */
55 tcp_seq th_ack; /* acknowledgement number */
57 uint_t th_x2:4, /* (unused) */
58 th_off:4; /* data offset */
60 uint_t th_off:4, /* data offset */
61 th_x2:4; /* (unused) */
63 uchar_t th_flags;
[all …]
/titanic_44/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1174 tcphdr(uintptr_t addr, uint_t flags, int ac, const mdb_arg_t *av) in tcphdr() function