Home
last modified time | relevance | path

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

/u-boot/test/log/
A Dsyslog_test.c47 ntohs(ip_udp_hdr->udp_len)); 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.c1068 ntohs(ip->udp_len)); in receive_icmp()
1260 if (ntohs(ip->udp_len) < UDP_HDR_SIZE || ntohs(ip->udp_len) > ntohs(ip->ip_len)) in net_process_received_packet()
1274 xsum += (ntohs(ip->udp_len)); in net_process_received_packet()
1280 sumlen = ntohs(ip->udp_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/lib/efi_selftest/
A Defi_selftest_snp.c131 p.ip_udp.udp_len = htons(sizeof(struct dhcp) - in send_dhcp_discover()
/u-boot/include/
A Dnet.h414 u16 udp_len; /* Length of UDP packet */ member

Completed in 10 milliseconds