ip_hl             776 dev/ic/hme.c   	hlen = ip->ip_hl << 2;
ip_hl            1859 dev/pci/if_sk.c 	hlen = ip->ip_hl << 2;
ip_hl              90 lib/libsa/net.c 	ip->ip_hl = sizeof(*ip) >> 2;		/* half-char */
ip_hl             181 lib/libsa/net.c 	hlen = ip->ip_hl << 2;
ip_hl            2471 net/if_bridge.c 		hlen = ip->ip_hl << 2;	/* get whole header length */
ip_hl            2760 net/if_bridge.c 	hlen = ip->ip_hl << 2;
ip_hl             266 net/if_gre.c   				if (m->m_len < inp->ip_hl << 2) {
ip_hl             267 net/if_gre.c   					m = m_pullup(m, inp->ip_hl << 2);
ip_hl             312 net/if_gre.c   				m0->m_len = msiz + (inp->ip_hl << 2);
ip_hl             315 net/if_gre.c   				m->m_data += inp->ip_hl << 2;
ip_hl             316 net/if_gre.c   				m->m_len -= inp->ip_hl << 2;
ip_hl             328 net/if_gre.c   				    inp->ip_hl << 2);
ip_hl             407 net/if_gre.c   		((struct ip *) gh)->ip_hl = (sizeof(struct ip)) >> 2;
ip_hl             261 net/if_pflog.c 		ip->ip_sum = in_cksum(m, ip->ip_hl << 2);
ip_hl             364 net/if_pfsync.c 	iplen = ip->ip_hl << 2;
ip_hl            1574 net/if_pfsync.c 		ip->ip_hl = sizeof(*ip) >> 2;
ip_hl             660 net/if_spppsubr.c 			    m->m_len >= sizeof(struct ip) + (ip->ip_hl << 2) +
ip_hl             663 net/if_spppsubr.c 				    ((caddr_t)ip + (ip->ip_hl << 2));
ip_hl            1668 net/pf.c       		h->ip_hl = sizeof(*h) >> 2;
ip_hl            4263 net/pf.c       			off2 = ipoff2 + (h2.ip_hl << 2);
ip_hl            5075 net/pf.c       			ip->ip_sum = in_cksum(m0, ip->ip_hl << 2);
ip_hl            5397 net/pf.c       	off = h->ip_hl << 2;
ip_hl            5524 net/pf.c       	if (action == PF_PASS && h->ip_hl > 5 &&
ip_hl             328 net/pf_norm.c  	int		 hlen = ip->ip_hl << 2;
ip_hl             330 net/pf_norm.c  	u_int16_t	 ip_len = ntohs(ip->ip_len) - ip->ip_hl * 4;
ip_hl             379 net/pf_norm.c  	    FR_IP_OFF(frep) + ntohs(frep->fr_ip->ip_len) - frep->fr_ip->ip_hl *
ip_hl             385 net/pf_norm.c  		    frep->fr_ip->ip_hl * 4 - off;
ip_hl             404 net/pf_norm.c  		if (aftercut < ntohs(frea->fr_ip->ip_len) - frea->fr_ip->ip_hl
ip_hl             445 net/pf_norm.c  		off += ntohs(frep->fr_ip->ip_len) - frep->fr_ip->ip_hl * 4;
ip_hl             462 net/pf_norm.c  	if ((frent->fr_ip->ip_hl << 2) + off > IP_MAXPACKET) {
ip_hl             494 net/pf_norm.c  	hlen = ip->ip_hl << 2;
ip_hl             525 net/pf_norm.c  	int			 ip_len = ntohs(h->ip_len) - (h->ip_hl << 2);
ip_hl             625 net/pf_norm.c  				*m0 = m_copym2(m, 0, h->ip_hl << 2, M_NOWAIT);
ip_hl             629 net/pf_norm.c  				m_adj(m, precut + (h->ip_hl << 2));
ip_hl             825 net/pf_norm.c  	int			 hlen = h->ip_hl << 2;
ip_hl             181 net/slcompress.c 	u_int hlen = ip->ip_hl;
ip_hl             211 net/slcompress.c 	    *(int32_t *)th != ((int32_t *)&cs->cs_ip)[cs->cs_ip.ip_hl]) {
ip_hl             233 net/slcompress.c 			    ((int32_t *)&cs->cs_ip)[cs->cs_ip.ip_hl])
ip_hl             507 net/slcompress.c 		hlen = ip->ip_hl << 2;
ip_hl             548 net/slcompress.c 	hlen = cs->cs_ip.ip_hl << 2;
ip_hl              49 netinet/ip.h   	u_int     ip_hl:4,		/* header length */
ip_hl              54 netinet/ip.h   		  ip_hl:4;		/* header length */
ip_hl             544 netinet/ip_carp.c 	iplen = ip->ip_hl << 2;
ip_hl            1050 netinet/ip_carp.c 		ip->ip_hl = sizeof(*ip) >> 2;
ip_hl             368 netinet/ip_ether.c 		ipo->ip_hl = 5;
ip_hl             292 netinet/ip_gre.c 	if (m->m_len < (ip->ip_hl << 2) + msiz) {
ip_hl             293 netinet/ip_gre.c 		m = m_pullup(m, (ip->ip_hl << 2) + msiz);
ip_hl             308 netinet/ip_gre.c 	bcopy(ip + (ip->ip_hl << 2) + msiz, ip + (ip->ip_hl << 2),
ip_hl             309 netinet/ip_gre.c 	      m->m_len - msiz - (ip->ip_hl << 2));
ip_hl             316 netinet/ip_gre.c 	ip->ip_sum = in_cksum(m,(ip->ip_hl << 2));
ip_hl             141 netinet/ip_icmp.c 	unsigned oiplen = oip->ip_hl << 2;
ip_hl             251 netinet/ip_icmp.c 	nip->ip_hl = sizeof(struct ip) >> 2;
ip_hl             423 netinet/ip_icmp.c 		    icp->icmp_ip.ip_hl < (sizeof(struct ip) >> 2)) {
ip_hl             437 netinet/ip_icmp.c 				if ((m = m_pullup(m, (ip->ip_hl << 2) +
ip_hl             444 netinet/ip_icmp.c 				    (m->m_data + (ip->ip_hl << 2));
ip_hl             556 netinet/ip_icmp.c 		    icp->icmp_ip.ip_hl < (sizeof(struct ip) >> 2)) {
ip_hl             640 netinet/ip_icmp.c 	int optlen = (ip->ip_hl << 2) - sizeof(struct ip);
ip_hl             757 netinet/ip_icmp.c 		ip->ip_hl = sizeof(struct ip) >> 2;
ip_hl             783 netinet/ip_icmp.c 	hlen = ip->ip_hl << 2;
ip_hl             916 netinet/ip_icmp.c 			mtu -= (icp->icmp_ip.ip_hl << 2);
ip_hl             121 netinet/ip_icmp.h #define	ICMP_V6ADVLEN(p)	(8 + ((p)->icmp_ip.ip_hl << 2) + 40)
ip_hl             135 netinet/ip_icmp.h #define	ICMP_ADVLEN(p)	(8 + ((p)->icmp_ip.ip_hl << 2) + 8)
ip_hl             312 netinet/ip_input.c 	hlen = ip->ip_hl << 2;
ip_hl             399 netinet/ip_input.c 	hlen = ip->ip_hl << 2;
ip_hl             613 netinet/ip_input.c 			hlen = ip->ip_hl << 2;
ip_hl             749 netinet/ip_input.c 	int hlen = ipqe->ipqe_ip->ip_hl << 2;
ip_hl             872 netinet/ip_input.c 	if ((next + (ip->ip_hl << 2)) > IP_MAXPACKET) {
ip_hl             903 netinet/ip_input.c 	m->m_len += (ip->ip_hl << 2);
ip_hl             904 netinet/ip_input.c 	m->m_data -= (ip->ip_hl << 2);
ip_hl            1023 netinet/ip_input.c 	cnt = (ip->ip_hl << 2) - sizeof (struct ip);
ip_hl            1398 netinet/ip_input.c 	olen = (ip->ip_hl<<2) - sizeof (struct ip);
ip_hl            1405 netinet/ip_input.c 	ip->ip_hl = sizeof(struct ip) >> 2;
ip_hl             424 netinet/ip_ipip.c 		ipo->ip_hl = 5;
ip_hl            1126 netinet/ip_ipsp.c 			off += iph.ip_hl << 2;
ip_hl            1364 netinet/ip_mroute.c 	if (ip->ip_hl < (IP_HDR_LEN + TUNNEL_LEN) >> 2 ||
ip_hl            1435 netinet/ip_mroute.c 		int hlen = ip->ip_hl << 2;
ip_hl            1654 netinet/ip_mroute.c 	int plen = ntohs(ip->ip_len) - (ip->ip_hl << 2);
ip_hl            1736 netinet/ip_mroute.c 				int hlen = ip->ip_hl << 2;
ip_hl            1827 netinet/ip_mroute.c 	int hlen = ip->ip_hl << 2;
ip_hl            1900 netinet/ip_mroute.c 	ip->ip_sum = in_cksum(mb_copy, ip->ip_hl << 2);
ip_hl            2135 netinet/ip_mroute.c 		    (struct udphdr *)(((char *)ip) + (ip->ip_hl << 2));
ip_hl            3018 netinet/ip_mroute.c 	mb_copy = m_pullup(mb_copy, ip->ip_hl << 2);
ip_hl            3032 netinet/ip_mroute.c 		ip->ip_sum = in_cksum(mb_copy, ip->ip_hl << 2);
ip_hl            3348 netinet/ip_mroute.c 			encap_ip->ip_sum = in_cksum(m, encap_ip->ip_hl << 2);
ip_hl             156 netinet/ip_output.c 		ip->ip_hl = hlen >> 2;
ip_hl             159 netinet/ip_output.c 		hlen = ip->ip_hl << 2;
ip_hl             590 netinet/ip_output.c 		hlen = ip->ip_hl << 2;
ip_hl             700 netinet/ip_output.c 	hlen = ip->ip_hl << 2;
ip_hl             811 netinet/ip_output.c 	hlen = ip->ip_hl << 2;
ip_hl             853 netinet/ip_output.c 			mhip->ip_hl = mhlen >> 2;
ip_hl             990 netinet/ip_output.c 	cnt = (ip->ip_hl << 2) - sizeof (struct ip);
ip_hl            2014 netinet/ip_output.c 		ip->ip_sum = in_cksum(copym, ip->ip_hl << 2);
ip_hl            2029 netinet/ip_output.c 	offset = ip->ip_hl << 2;
ip_hl             325 netinet/ipsec_input.c 		ip->ip_sum = in_cksum(m, ip->ip_hl << 2);
ip_hl             826 netinet/ipsec_input.c 		int hlen = ip->ip_hl << 2;
ip_hl             229 netinet/ipsec_output.c 				ip->ip_sum = in_cksum(m, ip->ip_hl << 2);
ip_hl             301 netinet/ipsec_output.c 		i = ip->ip_hl << 2;
ip_hl             235 netinet/raw_ip.c 		if ((ip->ip_hl != (sizeof (*ip) >> 2) && inp->inp_options) ||
ip_hl             237 netinet/raw_ip.c 		    ntohs(ip->ip_len) < ip->ip_hl << 2) {
ip_hl             845 netinet/tcp_subr.c 		th = (struct tcphdr *)((caddr_t)ip + (ip->ip_hl << 2));
ip_hl             887 netinet/tcp_subr.c 				tp->t_pmtud_ip_hl = icp->icmp_ip.ip_hl;
ip_hl             903 netinet/tcp_subr.c 		th = (struct tcphdr *)((caddr_t)ip + (ip->ip_hl << 2));
ip_hl             219 netinet/tcp_timer.c 		icmp.icmp_ip.ip_hl = tp->t_pmtud_ip_hl;
ip_hl             855 netinet/udp_usrreq.c 		uhp = (struct udphdr *)((caddr_t)ip + (ip->ip_hl << 2));