Symbol: TCP_OFF
usr/src/uts/common/inet/ipf/fil.c
1062
tlen = TCP_OFF(tcp) << 2;
usr/src/uts/common/inet/ipf/ip_nat.c
5381
hlen = TCP_OFF(tcp) << 2;
usr/src/uts/common/inet/ipf/ip_proxy.c
741
nlen -= (IP_HL(ip) << 2) + (TCP_OFF(tcp) << 2);
usr/src/uts/common/inet/ipf/ip_state.c
1342
(TCP_OFF(tcp) << 2) +
usr/src/uts/common/inet/ipf/ip_state.c
1353
(TCP_OFF(tcp) > (sizeof(tcphdr_t) >> 2))) {
usr/src/uts/common/inet/ipf/ip_state.c
1556
len = (TCP_OFF(tcp) << 2);
usr/src/uts/common/inet/ipf/ip_state.c
1724
if (TCP_OFF(tcp) > (sizeof (tcphdr_t) >> 2)) {
usr/src/uts/common/inet/ipf/ip_state.c
1731
if ((TCP_OFF(tcp) > (sizeof(tcphdr_t) >> 2)))
usr/src/uts/common/inet/ipf/ip_state.c
1828
dsize = fin->fin_dlen - (TCP_OFF(tcp) << 2) +
usr/src/uts/common/inet/ipf/ip_state.c
2047
send = ntohl(tcp->th_seq) + fin->fin_dlen - (TCP_OFF(tcp) << 2) +
usr/src/uts/common/inet/ipf/ip_state.c
3599
dlen = fin->fin_dlen - (TCP_OFF(tcp) << 2);
usr/src/uts/common/inet/ipf/netinet/ip_compat.h
1795
#ifndef TCP_OFF
usr/src/uts/common/inet/ipf/netinet/ip_ftp_pxy.c
1051
off = (char *)tcp - (char *)ip + (TCP_OFF(tcp) << 2) + fin->fin_ipoff;
usr/src/uts/common/inet/ipf/netinet/ip_ftp_pxy.c
207
off = (char *)tcp - (char *)ip + (TCP_OFF(tcp) << 2) + fin->fin_ipoff;
usr/src/uts/common/inet/ipf/netinet/ip_ftp_pxy.c
660
off = (char *)tcp - (char *)ip + (TCP_OFF(tcp) << 2) + fin->fin_ipoff;
usr/src/uts/common/inet/ipf/netinet/ip_h323_pxy.c
195
data = (caddr_t)tcp + (TCP_OFF(tcp) << 2);
usr/src/uts/common/inet/ipf/netinet/ip_h323_pxy.c
196
datlen = fin->fin_dlen - (TCP_OFF(tcp) << 2);
usr/src/uts/common/inet/ipf/netinet/ip_h323_pxy.c
281
data = (caddr_t)tcp + (TCP_OFF(tcp) << 2);
usr/src/uts/common/inet/ipf/netinet/ip_h323_pxy.c
282
datlen = fin->fin_dlen - (TCP_OFF(tcp) << 2);
usr/src/uts/common/inet/ipf/netinet/ip_irc_pxy.c
296
off = (char *)tcp - (char *)ip + (TCP_OFF(tcp) << 2) + fin->fin_ipoff;
usr/src/uts/common/inet/ipf/netinet/ip_pptp_pxy.c
271
dlen = fin->fin_dlen - (TCP_OFF(tcp) << 2);
usr/src/uts/common/inet/ipf/netinet/ip_pptp_pxy.c
274
off = (char *)tcp - (char *)fin->fin_ip + (TCP_OFF(tcp) << 2) +
usr/src/uts/common/inet/ipf/netinet/ip_pptp_pxy.c
297
msg = (char *)fin->fin_dp + (TCP_OFF(tcp) << 2);
usr/src/uts/common/inet/ipf/netinet/ip_raudio_pxy.c
122
off += (TCP_OFF(tcp) << 2) + fin->fin_ipoff;
usr/src/uts/common/inet/ipf/netinet/ip_raudio_pxy.c
235
off += (TCP_OFF(tcp) << 2) + fin->fin_ipoff;
usr/src/uts/common/inet/ipf/netinet/ip_rcmd_pxy.c
149
off = (char *)tcp - (char *)ip + (TCP_OFF(tcp) << 2) + fin->fin_ipoff;