Searched refs:ip_hl_v (Results 1 – 4 of 4) sorted by relevance
116 p.ip_udp.ip_hl_v = 0x45; in send_dhcp_discover()385 buffer.p.ip_udp.ip_hl_v != 0x45 || in execute()
378 u8 ip_hl_v; /* header length and version */ member402 u8 ip_hl_v; /* header length and version */ member
1203 len, ip->ip_hl_v & 0xff); in net_process_received_packet()1206 if ((ip->ip_hl_v & 0xf0) != 0x40) in net_process_received_packet()1209 if ((ip->ip_hl_v & 0x0f) > 0x05) in net_process_received_packet()1485 ip->ip_hl_v = 0x45; in net_set_ip_header()
232 ipr->ip_hl_v = 0x45; in sandbox_eth_recv_ping_req()
Completed in 10 milliseconds