Searched refs:ip_hl_v (Results 1 - 6 of 6) sorted by relevance

/u-boot/include/net/
H A Dtcp.h12 * @ip_hl_v: header length and version
33 u8 ip_hl_v; member in struct:ip_tcp_hdr
/u-boot/lib/efi_selftest/
H A Defi_selftest_snp.c116 p.ip_udp.ip_hl_v = 0x45;
392 buffer.p.ip_udp.ip_hl_v != 0x45 ||
/u-boot/include/
H A Dnet.h327 u8 ip_hl_v; /* header length and version */ member in struct:ip_hdr
353 u8 ip_hl_v; /* header length and version */ member in struct:ip_udp_hdr
/u-boot/net/
H A Dnet.c1332 len, ip->ip_hl_v & 0xff);
1335 if ((ip->ip_hl_v & 0xf0) != 0x40)
1338 if ((ip->ip_hl_v & 0x0f) != 0x05)
1651 ip->ip_hl_v = 0x45;
/u-boot/test/image/
H A Dspl_load_net.c169 ipr->ip_hl_v = 0x45;
/u-boot/drivers/net/
H A Dsandbox.c232 ipr->ip_hl_v = 0x45;

Completed in 62 milliseconds