Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/net/
H A Dnet.c878 len = ntohs(ip->ip_len) - IP_HDR_SIZE; in __net_defragment()
978 localip->ip_len = htons(total_len); in __net_defragment()
1157 if (len < ntohs(ip->ip_len)) { in net_process_received_packet()
1158 debug("len bad %d < %d\n", len, ntohs(ip->ip_len)); in net_process_received_packet()
1161 len = ntohs(ip->ip_len); in net_process_received_packet()
1448 ip->ip_len = htons(IP_HDR_SIZE); in net_set_ip_header()
1473 ip->ip_len = htons(IP_UDP_HDR_SIZE + len); in net_set_udp_header()
H A Dping.c30 ip->ip_len = htons(IP_ICMP_HDR_SIZE); in set_icmp_header()
/rk3399_rockchip-uboot/include/
H A Dnet.h364 u16 ip_len; /* total length */ member
388 u16 ip_len; /* total length */ member
/rk3399_rockchip-uboot/drivers/net/
H A Dxilinx_emaclite.c516 length = ntohs(ip->ip_len); in emaclite_recv()