Symbol: IP_SIMPLE_HDR_LENGTH
usr/src/cmd/mdb/common/modules/ip/ip.c
1387
if (hdrlen == IP_SIMPLE_HDR_LENGTH) {
usr/src/stand/lib/tcp/tcp.c
1813
iph->ip_sum = htons(len - IP_SIMPLE_HDR_LENGTH);
usr/src/stand/lib/tcp/tcp.c
1818
len - IP_SIMPLE_HDR_LENGTH + 12)) {
usr/src/stand/lib/tcp/tcp.c
2342
(IP_SIMPLE_HDR_LENGTH + TCP_MIN_HEADER_LENGTH);
usr/src/stand/lib/tcp/tcp.c
2647
if (ip_hdr_len != IP_SIMPLE_HDR_LENGTH) {
usr/src/stand/lib/tcp/tcp.c
5864
u1 = tcp->tcp_if_mtu - IP_SIMPLE_HDR_LENGTH -
usr/src/stand/lib/tcp/tcp.c
6140
for (i = IP_SIMPLE_HDR_LENGTH; i < (int)ip_hdr_len; i++)
usr/src/stand/lib/tcp/tcp.c
6223
iph->ip_sum = htons(len - IP_SIMPLE_HDR_LENGTH);
usr/src/stand/lib/tcp/tcp.c
6226
len - IP_SIMPLE_HDR_LENGTH + 12);
usr/src/stand/lib/tcp/tcp_inet.h
84
#define TCP_MAX_IP_OPTIONS_LENGTH (60 - IP_SIMPLE_HDR_LENGTH)
usr/src/uts/common/inet/ip.h
121
#define IP_MAX_OPT_LENGTH (IP_MAX_HDR_LENGTH-IP_SIMPLE_HDR_LENGTH)
usr/src/uts/common/inet/ip/icmp.c
3087
ip_hdr_length = IP_SIMPLE_HDR_LENGTH;
usr/src/uts/common/inet/ip/icmp.c
3088
if ((mp->b_wptr - mp->b_rptr) < IP_SIMPLE_HDR_LENGTH) {
usr/src/uts/common/inet/ip/icmp.c
3089
if (!pullupmsg(mp, IP_SIMPLE_HDR_LENGTH)) {
usr/src/uts/common/inet/ip/icmp.c
3211
mp->b_rptr += IP_SIMPLE_HDR_LENGTH;
usr/src/uts/common/inet/ip/icmp.c
4301
if (MBLKL(data_mp) < IP_SIMPLE_HDR_LENGTH) {
usr/src/uts/common/inet/ip/icmp.c
4302
if (!pullupmsg(data_mp, IP_SIMPLE_HDR_LENGTH)) {
usr/src/uts/common/inet/ip/icmp.c
5678
if (mp->b_wptr - mp->b_rptr < IP_SIMPLE_HDR_LENGTH) {
usr/src/uts/common/inet/ip/icmp.c
5679
if (!pullupmsg(mp, IP_SIMPLE_HDR_LENGTH)) {
usr/src/uts/common/inet/ip/ip.c
11954
if (hdr_len == IP_SIMPLE_HDR_LENGTH || offset != 0) {
usr/src/uts/common/inet/ip/ip.c
11960
bcopy(rptr, up, IP_SIMPLE_HDR_LENGTH);
usr/src/uts/common/inet/ip/ip.c
11961
up += IP_SIMPLE_HDR_LENGTH;
usr/src/uts/common/inet/ip/ip.c
11962
rptr += IP_SIMPLE_HDR_LENGTH;
usr/src/uts/common/inet/ip/ip.c
11963
hdr_len -= IP_SIMPLE_HDR_LENGTH;
usr/src/uts/common/inet/ip/ip.c
11986
for (hdr_len = up - (mp->b_rptr + IP_SIMPLE_HDR_LENGTH);
usr/src/uts/common/inet/ip/ip.c
13612
len = IP_SIMPLE_HDR_LENGTH;
usr/src/uts/common/inet/ip/ip.c
1757
if ((uchar_t *)ipha + IP_SIMPLE_HDR_LENGTH > mp->b_wptr)
usr/src/uts/common/inet/ip/ip.c
2205
if (mp->b_wptr - mp->b_rptr < IP_SIMPLE_HDR_LENGTH)
usr/src/uts/common/inet/ip/ip.c
2261
if (mp->b_wptr - mp->b_rptr < IP_SIMPLE_HDR_LENGTH)
usr/src/uts/common/inet/ip/ip_if.c
14709
uint_t ip_loopback_mtuplus = IP_LOOPBACK_MTU + IP_SIMPLE_HDR_LENGTH + 20;
usr/src/uts/common/inet/ip/ip_input.c
1098
if (ira->ira_ip_hdr_length != IP_SIMPLE_HDR_LENGTH)
usr/src/uts/common/inet/ip/ip_input.c
304
if (!OK_32PTR(ipha) || MBLKL(mp) < IP_SIMPLE_HDR_LENGTH) {
usr/src/uts/common/inet/ip/ip_input.c
305
mp = ip_check_and_align_header(mp, IP_SIMPLE_HDR_LENGTH,
usr/src/uts/common/inet/ip/ip_input.c
594
IP_SIMPLE_HDR_LENGTH, ira);
usr/src/uts/common/inet/ip/ip_input.c
734
ira->ira_ip_hdr_length = IP_SIMPLE_HDR_LENGTH;
usr/src/uts/common/inet/ip/ip_mroute.c
1600
(uint_t)(IP_SIMPLE_HDR_LENGTH + TUNNEL_LEN) >> 2 ||
usr/src/uts/common/inet/ip/ip_mroute.c
2628
if (mp->b_wptr - mp->b_rptr < hlen + IP_SIMPLE_HDR_LENGTH) {
usr/src/uts/common/inet/ip/ip_mroute.c
2629
ipha = ip_pullup(mp, hlen + IP_SIMPLE_HDR_LENGTH, ira);
usr/src/uts/common/inet/ip/ipsecah.c
3058
size = IP_SIMPLE_HDR_LENGTH + sizeof (ah_t) + ah_align_sz +
usr/src/uts/common/inet/ip/ipsecah.c
3104
ip_hdr_length = IP_SIMPLE_HDR_LENGTH;
usr/src/uts/common/inet/ip/spd.c
3089
overhead += IP_SIMPLE_HDR_LENGTH;
usr/src/uts/common/inet/ip/tn_ipopt.c
148
if (totallen < IP_SIMPLE_HDR_LENGTH || totallen > MBLKL(mp))
usr/src/uts/common/inet/ip/tn_ipopt.c
150
totallen -= IP_SIMPLE_HDR_LENGTH;
usr/src/uts/common/inet/ip/tn_ipopt.c
560
remlen = IPH_HDR_LENGTH(ipha) - IP_SIMPLE_HDR_LENGTH;
usr/src/uts/common/inet/ip/tn_ipopt.c
658
remlen = IPH_HDR_LENGTH(ipha) - IP_SIMPLE_HDR_LENGTH;
usr/src/uts/common/inet/ip/tn_ipopt.c
774
olen = (toptr - tempopt) + IP_SIMPLE_HDR_LENGTH;
usr/src/uts/common/inet/ip/tn_ipopt.c
784
bcopy(tempopt, ipha + 1, olen - IP_SIMPLE_HDR_LENGTH);
usr/src/uts/common/inet/ip/tn_ipopt.c
864
hlen = IPH_HDR_LENGTH(ipha) - IP_SIMPLE_HDR_LENGTH;
usr/src/uts/common/inet/ip/tnet.c
703
ASSERT(MBLKL(mp) >= IP_SIMPLE_HDR_LENGTH);
usr/src/uts/common/inet/sctp/sctp_error.c
369
for (i = IP_SIMPLE_HDR_LENGTH; i < (int)ip_hdr_len; i++)
usr/src/uts/common/inet/sctp/sctp_impl.h
181
#define SCTP_MAX_IP_OPTIONS_LENGTH (60 - IP_SIMPLE_HDR_LENGTH)
usr/src/uts/common/inet/sctp/sctp_shutdown.c
279
for (i = IP_SIMPLE_HDR_LENGTH; i < (int)ip_hdr_len; i++)
usr/src/uts/common/inet/tcp.h
111
#define TCP_MAX_IP_OPTIONS_LENGTH (60 - IP_SIMPLE_HDR_LENGTH)
usr/src/uts/common/inet/tcp/tcp.c
3353
IP_SIMPLE_HDR_LENGTH : IPV6_HDR_LEN))
usr/src/uts/common/inet/tcp/tcp_input.c
702
IP_SIMPLE_HDR_LENGTH : IPV6_HDR_LEN) + TCP_MIN_HEADER_LENGTH);
usr/src/uts/common/inet/tcp/tcp_output.c
2593
for (i = IP_SIMPLE_HDR_LENGTH; i < (int)ip_hdr_len; i++)
usr/src/uts/common/inet/tcp/tcp_output.c
2889
IP_SIMPLE_HDR_LENGTH : IPV6_HDR_LEN) - TCP_MIN_HEADER_LENGTH;
usr/src/uts/common/inet/udp/udp.c
293
#define UDP_MAXPACKET_IPV4 (IP_MAXPACKET - UDPH_SIZE - IP_SIMPLE_HDR_LENGTH)
usr/src/uts/common/io/mac/mac_flow.c
1957
if (PKT_TOO_SMALL(s, l3_start + IP_SIMPLE_HDR_LENGTH))
usr/src/uts/common/io/mac/mac_sched.c
1754
hdr_len = IP_SIMPLE_HDR_LENGTH;
usr/src/uts/common/ipp/dscpmk/dscpmk.c
75
if ((mp->b_wptr - mp->b_rptr) < IP_SIMPLE_HDR_LENGTH) {
usr/src/uts/common/ipp/dscpmk/dscpmk.c
76
if (!pullupmsg(mp, IP_SIMPLE_HDR_LENGTH)) {
usr/src/uts/common/ipp/meters/tokenmt.c
101
if ((mp->b_wptr - mp->b_rptr) < IP_SIMPLE_HDR_LENGTH) {
usr/src/uts/common/ipp/meters/tokenmt.c
102
if (!pullupmsg(mp, IP_SIMPLE_HDR_LENGTH)) {
usr/src/uts/common/ipp/meters/tswtcl.c
91
if ((mp->b_wptr - mp->b_rptr) < IP_SIMPLE_HDR_LENGTH) {
usr/src/uts/common/ipp/meters/tswtcl.c
92
if (!pullupmsg(mp, IP_SIMPLE_HDR_LENGTH)) {
usr/src/uts/common/netinet/pim.h
96
#define PIM_REG_MINLEN (PIM_MINLEN + IP_SIMPLE_HDR_LENGTH)
usr/src/uts/common/xen/io/xnb.c
324
start = IP_SIMPLE_HDR_LENGTH;
usr/src/uts/common/xen/io/xnb.c
364
cksum += length - IP_SIMPLE_HDR_LENGTH;
usr/src/uts/common/xen/io/xnf.c
1601
ASSERT3U(IPH_HDR_LENGTH(ipha), ==, IP_SIMPLE_HDR_LENGTH);
usr/src/uts/common/xen/io/xnf.c
1602
iplen = ntohs(ipha->ipha_length) - IP_SIMPLE_HDR_LENGTH;
usr/src/uts/common/xen/io/xnf.c
1604
ptr += IP_SIMPLE_HDR_LENGTH;
usr/src/uts/common/xen/io/xnf.c
1605
len -= IP_SIMPLE_HDR_LENGTH;