Searched refs:ip_len (Results 1 - 7 of 7) sorted by relevance

/u-boot/net/
H A Dnet.c1015 if (ntohs(ip->ip_len) <= IP_HDR_SIZE)
1023 len = ntohs(ip->ip_len) - IP_HDR_SIZE;
1132 localip->ip_len = htons(*lenp);
1321 if (len < ntohs(ip->ip_len)) {
1322 debug("len bad %d < %d\n", len, ntohs(ip->ip_len));
1325 len = ntohs(ip->ip_len);
1327 debug("bad ip->ip_len %d < %d\n", len, (int)IP_HDR_SIZE);
1652 ip->ip_len = htons(pkt_len);
/u-boot/include/net/
H A Dtcp.h14 * @ip_len: total length
35 u16 ip_len; member in struct:ip_tcp_hdr
/u-boot/include/
H A Dnet.h329 u16 ip_len; /* total length */ member in struct:ip_hdr
355 u16 ip_len; /* total length */ member in struct:ip_udp_hdr
/u-boot/test/image/
H A Dspl_load_net.c169 ipr->ip_len = htons(IP_UDP_HDR_SIZE + TFTP_HDR_SIZE + size);
/u-boot/lib/efi_selftest/
H A Defi_selftest_snp.c117 p.ip_udp.ip_len = htons(sizeof(struct dhcp) -
/u-boot/drivers/net/
H A Dsandbox.c232 ipr->ip_len = htons(IP_ICMP_HDR_SIZE);
H A Dxilinx_emaclite.c516 length = ntohs(ip->ip_len);

Completed in 125 milliseconds