Home
last modified time | relevance | path

Searched refs:ip_hl (Results 1 – 19 of 19) sorted by relevance

/external/qemu/slirp-android/
Dip_input.c99 hlen = ip->ip_hl << 2; in ip_input()
272 int hlen = ip->ip_hl << 2; in ip_reass()
408 m->m_len += (ip->ip_hl << 2); in ip_reass()
409 m->m_data -= (ip->ip_hl << 2); in ip_reass()
515 cnt = (ip->ip_hl << 2) - sizeof (struct ip);
711 olen = (ip->ip_hl<<2) - sizeof (struct ip);
717 ip->ip_hl = sizeof(struct ip) >> 2;
Dip_icmp.c232 shlen=ip->ip_hl << 2; in icmp_error()
299 ip->ip_hl = hlen >> 2; in icmp_error()
325 int hlen = ip->ip_hl << 2; in icmp_reflect()
352 ip->ip_hl = hlen >> 2; in icmp_reflect()
Dip.h80 u_int ip_hl:4; /* header length */ member
82 u_int ip_hl:4; /* header length */
Dip_icmp.h107 #define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.ip_hl << 2) + 8)
Dip_output.c80 ip->ip_hl = hlen >> 2; in ip_output()
/external/qemu/slirp/
Dip_input.c99 hlen = ip->ip_hl << 2; in ip_input()
272 int hlen = ip->ip_hl << 2; in ip_reass()
408 m->m_len += (ip->ip_hl << 2); in ip_reass()
409 m->m_data -= (ip->ip_hl << 2); in ip_reass()
515 cnt = (ip->ip_hl << 2) - sizeof (struct ip);
711 olen = (ip->ip_hl<<2) - sizeof (struct ip);
717 ip->ip_hl = sizeof(struct ip) >> 2;
Dip_icmp.c230 shlen=ip->ip_hl << 2; in icmp_error()
297 ip->ip_hl = hlen >> 2; in icmp_error()
323 int hlen = ip->ip_hl << 2; in icmp_reflect()
350 ip->ip_hl = hlen >> 2; in icmp_reflect()
Dip.h78 ip_hl:4; /* header length */ member
80 u_int ip_hl:4, /* header length */
Dip_icmp.h105 #define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.ip_hl << 2) + 8)
Dip_output.c80 ip->ip_hl = hlen >> 2; in ip_output()
/external/chromium_org/third_party/usrsctp/usrsctplib/
Duser_ip_icmp.h153 #define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.ip_hl << 2) + 8)
/external/dnsmasq/src/
Dbpf.c206 ip.ip_hl = sizeof(struct ip) / 4; in send_via_bpf()
/external/dhcpcd/
Dnet.c739 ip->ip_hl = sizeof(*ip) >> 2; in make_udp_packet()
795 packet.ip.ip_hl = 0; in valid_udp_packet()
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_os_userspace.h365 u_char ip_hl:4, ip_v:4; member
Dsctp_pcb.c6625 offset = (ip->ip_hl << 2) + sizeof(struct sctphdr);
6633 sh = (struct sctphdr *)((caddr_t)ip + (ip->ip_hl << 2));
Dsctp_output.c4218 ip->ip_hl = (sizeof(struct ip) >> 2);
11575 ip->ip_hl = (sizeof(struct ip) >> 2);
Dsctp_usrreq.c533 sh = (struct sctphdr *)((caddr_t)ip + (ip->ip_hl << 2));
/external/ipsec-tools/src/racoon/
Disakmp.c261 extralen += sizeof(*udp) + ip->ip_hl;
/external/tcpdump/
DCHANGES654 - Enable "ip_hl vs. ip_vhl" workaround for OSF4 too.