Home
last modified time | relevance | path

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

/u-boot/test/log/
A Dsyslog_test.c46 ut_asserteq(UDP_HDR_SIZE + strlen(env->expected) + 1, in sb_log_tx_handler()
52 ntohs(ip_udp_hdr->udp_len) - UDP_HDR_SIZE); in sb_log_tx_handler()
/u-boot/net/
A Dnet.c1260 if (ntohs(ip->udp_len) < UDP_HDR_SIZE || ntohs(ip->udp_len) > ntohs(ip->ip_len)) in net_process_received_packet()
1308 ntohs(ip->udp_len) - UDP_HDR_SIZE); in net_process_received_packet()
1317 ntohs(ip->udp_len) - UDP_HDR_SIZE); in net_process_received_packet()
1519 ip->udp_len = htons(UDP_HDR_SIZE + len); in net_set_udp_header()
/u-boot/include/
A Dnet.h419 #define UDP_HDR_SIZE (IP_UDP_HDR_SIZE - IP_HDR_SIZE) macro

Completed in 20 milliseconds