Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dnet.c1272 if (ntohs(ip->udp_len) < UDP_HDR_SIZE || ntohs(ip->udp_len) > ntohs(ip->ip_len)) in net_process_received_packet()
1326 ntohs(ip->udp_len) - UDP_HDR_SIZE); in net_process_received_packet()
1335 ntohs(ip->udp_len) - UDP_HDR_SIZE); in net_process_received_packet()
1546 ip->udp_len = htons(UDP_HDR_SIZE + len); in net_set_udp_header()
/openbmc/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_hw.h58 #define UDP_HDR_SIZE 2 macro
H A Dxgene_enet_main.c363 l4hlen = UDP_HDR_SIZE; in xgene_enet_work_msg()
/openbmc/u-boot/include/
H A Dnet.h394 #define UDP_HDR_SIZE (IP_UDP_HDR_SIZE - IP_HDR_SIZE) macro