Home
last modified time | relevance | path

Searched refs:ip_hl_v (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/lib/efi_selftest/
Defi_selftest_snp.c115 p.ip_udp.ip_hl_v = 0x45; in send_dhcp_discover()
345 buffer.p.ip_udp.ip_hl_v != 0x45 || in execute()
/external/u-boot/net/
Dnet.c1178 len, ip->ip_hl_v & 0xff); in net_process_received_packet()
1181 if ((ip->ip_hl_v & 0xf0) != 0x40) in net_process_received_packet()
1184 if ((ip->ip_hl_v & 0x0f) > 0x05) in net_process_received_packet()
1466 ip->ip_hl_v = 0x45; in net_set_ip_header()
/external/u-boot/include/
Dnet.h360 u8 ip_hl_v; /* header length and version */ member
384 u8 ip_hl_v; /* header length and version */ member