Searched refs:IP_UDP_HDR_SIZE (Results 1 – 9 of 9) sorted by relevance
812 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()
753 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()
34 memcpy((char *)net_tx_packet + net_eth_hdr_size() + IP_UDP_HDR_SIZE, in sntp_send()
85 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()
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()
130 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()
402 #define IP_UDP_HDR_SIZE (sizeof(struct ip_udp_hdr)) macro403 #define UDP_HDR_SIZE (IP_UDP_HDR_SIZE - IP_HDR_SIZE)