Searched refs:IP_UDP_HDR_SIZE (Results 1 – 10 of 10) sorted by relevance
40 memcpy((char *)net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE, in sntp_send()
67 packet = net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE; in fastboot_udp_send_info()138 packet = net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE; in fastboot_send()
848 pkt_hdr_size = eth_hdr_size + IP_UDP_HDR_SIZE; in net_send_ip_packet()1191 if (len < IP_UDP_HDR_SIZE) { in net_process_received_packet()1193 (ulong)IP_UDP_HDR_SIZE); in net_process_received_packet()1304 nc_input_packet((uchar *)ip + IP_UDP_HDR_SIZE, in net_process_received_packet()1313 (*udp_packet_handler)((uchar *)ip + IP_UDP_HDR_SIZE, in net_process_received_packet()1512 pkt[IP_UDP_HDR_SIZE + len] = 0; in net_set_udp_header()1514 net_set_ip_header(pkt, dest, net_ip, IP_UDP_HDR_SIZE + len, in net_set_udp_header()
778 pkt += IP_UDP_HDR_SIZE; in bootp_request()824 pktlen = eth_hdr_size + IP_UDP_HDR_SIZE + iplen; in bootp_request()999 pkt += IP_UDP_HDR_SIZE; in dhcp_send_request_packet()1036 pktlen = eth_hdr_size + IP_UDP_HDR_SIZE + iplen; in dhcp_send_request_packet()
59 pkt = (uchar *)(net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE); in dns_send()
354 pkt = net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE; in tftp_send()
211 memcpy((char *)net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE, in rpc_req()
129 IP_UDP_HDR_SIZE; in nc_start()214 pkt = (uchar *)net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE; in nc_send_packet()
63 ptr += IP_UDP_HDR_SIZE; in log_syslog_emit()
418 #define IP_UDP_HDR_SIZE (sizeof(struct ip_udp_hdr)) macro419 #define UDP_HDR_SIZE (IP_UDP_HDR_SIZE - IP_HDR_SIZE)
Completed in 14 milliseconds