Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H A Dnet.c812 pkt_hdr_size = eth_hdr_size + IP_UDP_HDR_SIZE; in net_send_udp_packet()
1151 if (len < IP_UDP_HDR_SIZE) { in net_process_received_packet()
1153 (ulong)IP_UDP_HDR_SIZE); in net_process_received_packet()
1270 nc_input_packet((uchar *)ip + IP_UDP_HDR_SIZE, in net_process_received_packet()
1279 (*udp_packet_handler)((uchar *)ip + IP_UDP_HDR_SIZE, in net_process_received_packet()
1470 pkt[IP_UDP_HDR_SIZE + len] = 0; in net_set_udp_header()
1473 ip->ip_len = htons(IP_UDP_HDR_SIZE + len); in net_set_udp_header()
H A Dbootp.c753 pkt += IP_UDP_HDR_SIZE; in bootp_request()
799 pktlen = eth_hdr_size + IP_UDP_HDR_SIZE + iplen; in bootp_request()
971 pkt += IP_UDP_HDR_SIZE; in dhcp_send_request_packet()
1008 pktlen = eth_hdr_size + IP_UDP_HDR_SIZE + iplen; in dhcp_send_request_packet()
H A Dsntp.c34 memcpy((char *)net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE, in sntp_send()
H A Dfastboot.c85 packet = net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE; in fastboot_send_info()
128 packet = net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE; in fastboot_send()
H A Ddns.c47 pkt = (uchar *)(net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE); in dns_send()
H A Dtftp.c345 pkt = net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE; in tftp_send()
H A Dnfs.c206 memcpy((char *)net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE, in rpc_req()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dnetconsole.c130 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()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h402 #define IP_UDP_HDR_SIZE (sizeof(struct ip_udp_hdr)) macro
403 #define UDP_HDR_SIZE (IP_UDP_HDR_SIZE - IP_HDR_SIZE)