Searched refs:IP_UDP_HDR_SIZE (Results 1 – 9 of 9) sorted by relevance
860 pkt_hdr_size = eth_hdr_size + IP_UDP_HDR_SIZE; in net_send_ip_packet()1203 if (len < IP_UDP_HDR_SIZE) { in net_process_received_packet()1205 (ulong)IP_UDP_HDR_SIZE); in net_process_received_packet()1322 nc_input_packet((uchar *)ip + IP_UDP_HDR_SIZE, in net_process_received_packet()1331 (*udp_packet_handler)((uchar *)ip + IP_UDP_HDR_SIZE, in net_process_received_packet()1539 pkt[IP_UDP_HDR_SIZE + len] = 0; in net_set_udp_header()1541 net_set_ip_header(pkt, dest, net_ip, 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()
34 memcpy((char *)net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE, in sntp_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()
47 pkt = (uchar *)(net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE); in dns_send()
319 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()
393 #define IP_UDP_HDR_SIZE (sizeof(struct ip_udp_hdr)) macro394 #define UDP_HDR_SIZE (IP_UDP_HDR_SIZE - IP_HDR_SIZE)