Home
last modified time | relevance | path

Searched refs:th_offset_and_rsrvd (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h75 uint8_t th_offset_and_rsrvd[1]; /* Offset to the packet data */ member
82 #define TCP_HDR_LENGTH(tcph) (((tcph)->th_offset_and_rsrvd[0] >>2) &(0xF << 2))
H A Dtcp.c2286 tcp->tcp_tcph->th_offset_and_rsrvd[0] += (3 << 4); in tcp_process_options()
2425 tcp->tcp_tcph->th_offset_and_rsrvd[0] -= (3 << 4); in tcp_paws_check()
5502 tcph->th_offset_and_rsrvd[0] = (5 << 4); in tcp_header_init_ipv4()
5570 tcph->th_offset_and_rsrvd[0] -= (3 << 4); in tcp_xmit_ctl()
5869 tcph->th_offset_and_rsrvd[0] += (1 << 4); in tcp_xmit_mp()
5889 tcph->th_offset_and_rsrvd[0] += in tcp_xmit_mp()
5908 tcph->th_offset_and_rsrvd[0] += in tcp_xmit_mp()
5919 tcph->th_offset_and_rsrvd[0] += in tcp_xmit_mp()
5941 tcph->th_offset_and_rsrvd[0] += (1 << 4); in tcp_xmit_mp()
5951 tcph->th_offset_and_rsrvd[0] += in tcp_xmit_mp()
[all …]
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h101 uint8_t th_offset_and_rsrvd[1]; /* Offset to the packet data */ member
109 ((((tcph_t *)tcph)->th_offset_and_rsrvd[0] >>2) &(0xF << 2))
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dtcp.d.in162 tcp_offset = (*(uint8_t *)T->th_offset_and_rsrvd & 0xf0) >> 2;
201 (*(uint8_t *)((tcph_t *)T)->th_offset_and_rsrvd & 0xf0) >> 2 :
/illumos-gate/usr/src/cmd/dtrace/demo/ip/
H A Dtcprst.d81 (((tcph_t *)self->tcph)->th_offset_and_rsrvd[0] >>2) &(0xF << 2);
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c1820 off = offsetof(tcph_t, th_offset_and_rsrvd) + maclen + iplen; in mac_ether_offload_info()