Home
last modified time | relevance | path

Searched refs:ip_len (Results 1 – 6 of 6) sorted by relevance

/u-boot/net/
A Dnet.c1016 if (ntohs(ip->ip_len) <= IP_HDR_SIZE) in __net_defragment()
1024 len = ntohs(ip->ip_len) - IP_HDR_SIZE; in __net_defragment()
1133 localip->ip_len = htons(*lenp); in __net_defragment()
1319 if (len < ntohs(ip->ip_len)) { in net_process_received_packet()
1320 debug("len bad %d < %d\n", len, ntohs(ip->ip_len)); in net_process_received_packet()
1323 len = ntohs(ip->ip_len); in net_process_received_packet()
1650 ip->ip_len = htons(pkt_len); in net_set_ip_header()
/u-boot/include/net/
A Dtcp.h35 u16 ip_len; member
/u-boot/include/
A Dnet.h321 u16 ip_len; /* total length */ member
347 u16 ip_len; /* total length */ member
/u-boot/lib/efi_selftest/
A Defi_selftest_snp.c117 p.ip_udp.ip_len = htons(sizeof(struct dhcp) - in send_dhcp_discover()
/u-boot/drivers/net/
A Dsandbox.c233 ipr->ip_len = htons(IP_ICMP_HDR_SIZE); in sandbox_eth_recv_ping_req()
A Dxilinx_emaclite.c517 length = ntohs(ip->ip_len); in emaclite_recv()

Completed in 14 milliseconds