Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dtraceroute.c257 ricmp = (struct icmp *) ((char*)rcv_pkt + (rcv_pkt->ip_hl << 2)); in do_trace()
271 hudp = (struct udphdr*) ((char*)hip + (hip->ip_hl << 2)); in do_trace()
272 if ((hip->ip_hl << 2) + 12 <=(rcv_len - (rcv_pkt->ip_hl << 2)) in do_trace()
278 hicmp = (struct icmp *) ((char*)hip + (hip->ip_hl << 2)); in do_trace()
283 else if ((hip->ip_hl << 2) + ICMP_HD_SIZE4 in do_trace()
284 <= (rcv_len - (rcv_pkt->ip_hl << 2)) in do_trace()
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dip.h45 unsigned int ip_hl:4; member
49 unsigned int ip_hl:4;
Dip_icmp.h139 #define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.ip_hl << 2) + 8)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dip.h45 unsigned int ip_hl:4; member
49 unsigned int ip_hl:4;
Dip_icmp.h139 #define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.ip_hl << 2) + 8)
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dip.h45 unsigned int ip_hl:4; member
49 unsigned int ip_hl:4;
Dip_icmp.h139 #define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.ip_hl << 2) + 8)
/third_party/musl/include/netinet/
Dip.h45 unsigned int ip_hl:4; member
49 unsigned int ip_hl:4;
Dip_icmp.h139 #define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.ip_hl << 2) + 8)
/third_party/musl/ndk_musl_include/netinet/
Dip.h45 unsigned int ip_hl:4; member
49 unsigned int ip_hl:4;
Dip_icmp.h139 #define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.ip_hl << 2) + 8)
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dip.h45 unsigned int ip_hl:4; member
49 unsigned int ip_hl:4;
Dip_icmp.h139 #define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.ip_hl << 2) + 8)
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_ip_icmp.h153 #define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.ip_hl << 2) + 8)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dfils_hlp.c263 iph->ip_hl = sizeof(*iph) / 4; in fils_dhcp_handler()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_os_userspace.h324 u_char ip_hl:4, ip_v:4; member
Dsctputil.c8172 sizeof(struct ip) + 8 + (inner_ip->ip_hl << 2) + sizeof(struct udphdr) + 8) {
8175 udp = (struct udphdr *)((caddr_t)inner_ip + (inner_ip->ip_hl << 2));
8226 8 + (inner_ip->ip_hl << 2) + 8 + 20) {
Dsctp_pcb.c6508 offset = (ip->ip_hl << 2) + sizeof(struct sctphdr);
6516 sh = (struct sctphdr *)((caddr_t)ip + (ip->ip_hl << 2));
Dsctp_usrreq.c398 sh = (struct sctphdr *)((caddr_t)inner_ip + (inner_ip->ip_hl << 2));
442 8 + (inner_ip->ip_hl << 2) + 20) {
Dsctp_output.c4207 ip->ip_hl = (sizeof(struct ip) >> 2);
11746 ip->ip_hl = (sizeof(struct ip) >> 2);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_ctrl_iface.c2041 if (ip.ip_hl != 5 || ip.ip_v != 4 || in hostapd_data_test_rx()
2153 ip->ip_hl = 5; in hostapd_ctrl_iface_data_test_tx()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dctrl_iface.c9666 if (ip.ip_hl != 5 || ip.ip_v != 4 || ntohs(ip.ip_len) > HWSIM_IP_LEN) { in wpas_data_test_rx()
9775 ip->ip_hl = 5; in wpas_ctrl_iface_data_test_tx()