Home
last modified time | relevance | path

Searched refs:UDP_HDR_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/net/
Dnet.c1289 ntohs(ip->udp_len) - UDP_HDR_SIZE); in net_process_received_packet()
1298 ntohs(ip->udp_len) - UDP_HDR_SIZE); in net_process_received_packet()
1499 ip->udp_len = htons(UDP_HDR_SIZE + len); in net_set_udp_header()
/external/u-boot/include/
Dnet.h401 #define UDP_HDR_SIZE (IP_UDP_HDR_SIZE - IP_HDR_SIZE) macro