Searched refs:IP_UDP_HDR_SIZE (Results 1 – 9 of 9) sorted by relevance
827 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()
66 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()
765 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()
34 memcpy((char *)net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE, in sntp_send()
47 pkt = (uchar *)(net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE); in dns_send()
345 pkt = net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE; in tftp_send()
206 memcpy((char *)net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE, in rpc_req()
127 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()
400 #define IP_UDP_HDR_SIZE (sizeof(struct ip_udp_hdr)) macro401 #define UDP_HDR_SIZE (IP_UDP_HDR_SIZE - IP_HDR_SIZE)