Home
last modified time | relevance | path

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

/u-boot/net/
A Dnet.c915 len = ntohs(ip->ip_len) - IP_HDR_SIZE; in __net_defragment()
1015 localip->ip_len = htons(total_len); in __net_defragment()
1197 if (len < ntohs(ip->ip_len)) { in net_process_received_packet()
1198 debug("len bad %d < %d\n", len, ntohs(ip->ip_len)); in net_process_received_packet()
1201 len = ntohs(ip->ip_len); in net_process_received_packet()
1260 if (ntohs(ip->udp_len) < UDP_HDR_SIZE || ntohs(ip->udp_len) > ntohs(ip->ip_len)) in net_process_received_packet()
1487 ip->ip_len = htons(pkt_len); in net_set_ip_header()
/u-boot/include/
A Dnet.h380 u16 ip_len; /* total length */ member
404 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.c518 length = ntohs(ip->ip_len); in emaclite_recv()

Completed in 12 milliseconds