Symbol: IPH_HDR_LENGTH
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ether.c
1749
return (msgsize < sizeof (ipha_t) ? 0 : IPH_HDR_LENGTH((ipha_t *)hdr));
usr/src/common/inet/inet_hash.c
234
skip_len += IPH_HDR_LENGTH(iphp);
usr/src/stand/lib/inet/udp.c
121
IPH_HDR_LENGTH(mp->b_rptr));
usr/src/stand/lib/tcp/tcp.c
2646
ip_hdr_len = IPH_HDR_LENGTH(rptr);
usr/src/stand/lib/tcp/tcp.c
440
return (TCP_HDR_LENGTH((tcph_t *)(pkt + IPH_HDR_LENGTH(pkt))));
usr/src/stand/lib/tcp/tcp_inet.h
94
(n) = IPH_HDR_LENGTH((mp)->b_rptr), \
usr/src/uts/common/inet/ilb/ilb.c
1568
icmph->icmph_checksum = IP_CSUM(mp, IPH_HDR_LENGTH(ipha), 0);
usr/src/uts/common/inet/ilb/ilb_conn.c
921
if ((uint8_t *)in_iph4 + IPH_HDR_LENGTH(in_iph4) +
usr/src/uts/common/inet/ilb/ilb_conn.c
936
IPH_HDR_LENGTH(in_iph4));
usr/src/uts/common/inet/ilb/ilb_nat.c
585
icmph->icmph_checksum = IP_CSUM(mp, IPH_HDR_LENGTH(out_iph), 0);
usr/src/uts/common/inet/ip/icmp.c
1172
ASSERT(IPH_HDR_LENGTH(ipha) == ira->ira_ip_hdr_length);
usr/src/uts/common/inet/ip/icmp.c
1177
iph_hdr_length = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/icmp.c
2611
ASSERT(ira->ira_ip_hdr_length == IPH_HDR_LENGTH(rptr));
usr/src/uts/common/inet/ip/icmp.c
3254
ip_hdr_length = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/ip.c
11743
hdr_len = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/ip.c
11815
hdr_len = IPH_HDR_LENGTH(hdr_mp->b_rptr);
usr/src/uts/common/inet/ip/ip.c
12307
ira->ira_ip_hdr_length = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/ip.c
1760
hdr_length = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/ip.c
1888
hdr_length = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/ip.c
2088
hdr_length = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/ip.c
2210
hdr_length = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/ip.c
2237
if (IPH_HDR_LENGTH(in_ipha) < sizeof (ipha_t)) {
usr/src/uts/common/inet/ip/ip.c
2269
hdr_length = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/ip.c
2851
len_needed = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/ip.c
2883
IPH_HDR_LENGTH(((uchar_t *)inner_ip6h));
usr/src/uts/common/inet/ip/ip.c
3031
len_needed = IPH_HDR_LENGTH(ipha) + ICMPH_SIZE;
usr/src/uts/common/inet/ip/ip.c
3041
(&((char *)ipha)[IPH_HDR_LENGTH(ipha)]);
usr/src/uts/common/inet/ip/ip.c
7124
offset = ((uchar_t *)ipha + IPH_HDR_LENGTH(ipha)) - mp->b_rptr;
usr/src/uts/common/inet/ip/ip.c
7159
hdr_length = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/ip.c
7504
ira->ira_ip_hdr_length = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/ip_input.c
1093
ira->ira_ip_hdr_length = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/ip_input.c
2955
if (IPH_HDR_LENGTH(inner_ipha) < sizeof (ipha_t)) {
usr/src/uts/common/inet/ip/ip_input.c
2975
ip_hdr_length = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/ip_input.c
716
(uint8_t *)ipha + IPH_HDR_LENGTH(ipha), &lb_dst);
usr/src/uts/common/inet/ip/ip_mroute.c
2101
IPH_HDR_LENGTH(mp_copy->b_rptr);
usr/src/uts/common/inet/ip/ip_mroute.c
2316
mp_dup->b_rptr += IPH_HDR_LENGTH(ip);
usr/src/uts/common/inet/ip/ip_mroute.c
2360
iphlen = IPH_HDR_LENGTH(ip);
usr/src/uts/common/inet/ip/ip_mroute.c
2617
int hlen = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/ip_mroute.c
2639
hlen_encap = IPH_HDR_LENGTH(ipha_encap);
usr/src/uts/common/inet/ip/ip_mroute.c
2893
size_t hdr_length = IPH_HDR_LENGTH(ipha) +
usr/src/uts/common/inet/ip/ip_mroute.c
3132
ixas.ixa_ip_hdr_length = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/ip_mroute.c
3159
iras.ira_ip_hdr_length = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/ip_mroute.c
3271
(struct udphdr *)((char *)ipha + IPH_HDR_LENGTH(ipha));
usr/src/uts/common/inet/ip/ip_output.c
841
ixa->ixa_ip_hdr_length = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/ip_sadb.c
859
preamble = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/ipsecah.c
1997
iph_hdr_length = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/ipsecah.c
2001
hdr_length = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/ipsecesp.c
2023
uint_t hlen = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/ipsecesp.c
2452
divpoint = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/ipsecesp.c
2644
IPH_HDR_LENGTH(ipha));
usr/src/uts/common/inet/ip/ipsecesp.c
683
IPH_HDR_LENGTH(ipha));
usr/src/uts/common/inet/ip/ipsecesp.c
692
udpha = (udpha_t *)(data_mp->b_rptr + IPH_HDR_LENGTH(ipha));
usr/src/uts/common/inet/ip/ipsecesp.c
743
IPH_HDR_LENGTH(ipha));
usr/src/uts/common/inet/ip/ipsecesp.c
744
divpoint = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/sadb.c
7623
hlen = IPH_HDR_LENGTH(ipha) + opt_storage[IPOPT_OLEN];
usr/src/uts/common/inet/ip/sadb.c
7627
hlen -= IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/spd.c
2305
iph_hdr_length = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/spd.c
2762
hdr_len = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/spd.c
2867
hdr_len = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/spd.c
5298
IPH_HDR_LENGTH(oiph) : 0);
usr/src/uts/common/inet/ip/spd.c
5697
inner_hdr += IPH_HDR_LENGTH(
usr/src/uts/common/inet/ip/spd.c
6399
IPH_HDR_LENGTH(iph);
usr/src/uts/common/inet/ip/spd.c
6511
IPH_HDR_LENGTH(oiph) : 0);
usr/src/uts/common/inet/ip/spd.c
6534
IPH_HDR_LENGTH(niph);
usr/src/uts/common/inet/ip/spd.c
6571
data = (char *)iph + IPH_HDR_LENGTH(iph) +
usr/src/uts/common/inet/ip/spd.c
6573
ndata = (char *)niph + IPH_HDR_LENGTH(niph);
usr/src/uts/common/inet/ip/spd.c
6628
data = (char *)iph + IPH_HDR_LENGTH(iph) +
usr/src/uts/common/inet/ip/spd.c
6630
ndata = (char *)niph + IPH_HDR_LENGTH(niph);
usr/src/uts/common/inet/ip/spd.c
6633
IPH_HDR_LENGTH(iph) + firstbyte -
usr/src/uts/common/inet/ip/spd.c
6636
IPH_HDR_LENGTH(niph);
usr/src/uts/common/inet/ip/spd.c
6721
IPH_HDR_LENGTH(oiph) : 0);
usr/src/uts/common/inet/ip/spd.c
6740
IPH_HDR_LENGTH(iph);
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
775
remlen = IPH_HDR_LENGTH(ipha);
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/tn_ipopt.c
888
hlen = IPH_HDR_LENGTH(ipha) + opt_storage[IPOPT_OLEN];
usr/src/uts/common/inet/ip/tn_ipopt.c
892
hlen -= IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/ip/tnet.c
769
(mp->b_rptr + IPH_HDR_LENGTH(ipha));
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
2432
hlen = IPH_HDR_LENGTH(ip);
usr/src/uts/common/inet/iptun/iptun.c
2272
hlen = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/iptun/iptun.c
2321
outer_hlen = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/iptun/iptun.c
2966
ixa->ixa_ip_hdr_length = IPH_HDR_LENGTH(outer4);
usr/src/uts/common/inet/sctp/sctp.c
1103
iph_hdr_length = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/sctp/sctp.c
1107
iph_hdr_length = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/sctp/sctp_error.c
222
ip_hdr_len = IPH_HDR_LENGTH(inmp->b_rptr);
usr/src/uts/common/inet/tcp.h
122
(n) = IPH_HDR_LENGTH((mp)->b_rptr), \
usr/src/uts/common/inet/tcp/tcp_fusion.c
559
IPH_HDR_LENGTH((ipha_t *)mp1->b_rptr) :
usr/src/uts/common/inet/tcp/tcp_input.c
5773
iph_hdr_length = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/udp/udp.c
1002
iph_hdr_length = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/inet/udp/udp.c
2401
ASSERT(ira->ira_ip_hdr_length == IPH_HDR_LENGTH(rptr));
usr/src/uts/common/inet/udp/udp.c
996
ASSERT(IPH_HDR_LENGTH(ipha) == ira->ira_ip_hdr_length);
usr/src/uts/common/io/chxge/sge.c
1920
int iplen = IPH_HDR_LENGTH(ihdr);
usr/src/uts/common/io/e1000g/e1000g_tx.c
520
IPH_HDR_LENGTH((ipha_t *)ip_start);
usr/src/uts/common/io/e1000g/e1000g_tx.c
527
+ IPH_HDR_LENGTH((ipha_t *)ip_start)
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
4861
ip_hdr_len = IPH_HDR_LENGTH(iphdr);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5125
ip_hdr_len = IPH_HDR_LENGTH(iphdr);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5209
ip_hdr_len = (uint16_t)IPH_HDR_LENGTH(iphdr);
usr/src/uts/common/io/ib/clients/eoib/eib_data.c
809
ip_hdr_len = IPH_HDR_LENGTH((ipha_t *)ip_start);
usr/src/uts/common/io/ib/clients/ibd/ibd.c
6601
iph_len = IPH_HDR_LENGTH((ipha_t *)ip_start);
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
212
len_needed = IPH_HDR_LENGTH(old_ipha);
usr/src/uts/common/io/ib/clients/ibd/ibd_cm.c
214
len_needed += IPH_HDR_LENGTH(((uchar_t *)old_ipha +
usr/src/uts/common/io/mac/mac_flow.c
1960
l3info->l3_hdrsize = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/io/mac/mac_protect.c
331
udph = (struct udphdr *)((uchar_t *)ipha + IPH_HDR_LENGTH(ipha));
usr/src/uts/common/io/mac/mac_sched.c
1829
hdr_len = IPH_HDR_LENGTH(ipha);
usr/src/uts/common/io/mac/mac_util.c
2003
skip_len += IPH_HDR_LENGTH(iphp);
usr/src/uts/common/io/ntxn/unm_nic_main.c
729
pktinfo->ip_hlen = IPH_HDR_LENGTH((uintptr_t)ip_off);
usr/src/uts/common/io/ntxn/unm_nic_main.c
758
pktinfo->ip_hlen = IPH_HDR_LENGTH((uintptr_t)ipp);
usr/src/uts/common/io/qede/qede_fp.c
1772
ip_hdr_len = IPH_HDR_LENGTH(iphdr);
usr/src/uts/common/io/qede/qede_fp.c
868
pktinfo->ip_hlen = IPH_HDR_LENGTH(ip_hdr);
usr/src/uts/common/xen/io/xnf.c
1601
ASSERT3U(IPH_HDR_LENGTH(ipha), ==, IP_SIMPLE_HDR_LENGTH);
usr/src/uts/intel/io/viona/viona_tx.c
485
IPH_TCPH_CHECKSUMP(ipha, IPH_HDR_LENGTH(ipha));
usr/src/uts/intel/io/vmxnet3s/vmxnet3_tx.c
116
ipLen = IPH_HDR_LENGTH((ipha_t *)ip);