Home
last modified time | relevance | path

Searched refs:IP_UDP_HDR_SIZE (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/net/
Dnet.c827 pkt_hdr_size = eth_hdr_size + IP_UDP_HDR_SIZE; in net_send_udp_packet()
1166 if (len < IP_UDP_HDR_SIZE) { in net_process_received_packet()
1168 (ulong)IP_UDP_HDR_SIZE); in net_process_received_packet()
1285 nc_input_packet((uchar *)ip + IP_UDP_HDR_SIZE, in net_process_received_packet()
1294 (*udp_packet_handler)((uchar *)ip + IP_UDP_HDR_SIZE, in net_process_received_packet()
1490 pkt[IP_UDP_HDR_SIZE + len] = 0; in net_set_udp_header()
1493 ip->ip_len = htons(IP_UDP_HDR_SIZE + len); in net_set_udp_header()
Dfastboot.c66 packet = net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE; in fastboot_udp_send_info()
137 packet = net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE; in fastboot_send()
Dbootp.c765 pkt += IP_UDP_HDR_SIZE; in bootp_request()
811 pktlen = eth_hdr_size + IP_UDP_HDR_SIZE + iplen; in bootp_request()
986 pkt += IP_UDP_HDR_SIZE; in dhcp_send_request_packet()
1023 pktlen = eth_hdr_size + IP_UDP_HDR_SIZE + iplen; in dhcp_send_request_packet()
Dsntp.c34 memcpy((char *)net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE, in sntp_send()
Ddns.c47 pkt = (uchar *)(net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE); in dns_send()
Dtftp.c345 pkt = net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE; in tftp_send()
Dnfs.c206 memcpy((char *)net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE, in rpc_req()
/external/u-boot/drivers/net/
Dnetconsole.c127 IP_UDP_HDR_SIZE; in nc_start()
212 pkt = (uchar *)net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE; in nc_send_packet()
/external/u-boot/include/
Dnet.h400 #define IP_UDP_HDR_SIZE (sizeof(struct ip_udp_hdr)) macro
401 #define UDP_HDR_SIZE (IP_UDP_HDR_SIZE - IP_HDR_SIZE)