Home
last modified time | relevance | path

Searched refs:compute_ip_checksum (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/u-boot/net/
H A Dping.c32 ip->ip_sum = compute_ip_checksum(ip, IP_HDR_SIZE); in set_icmp_header()
39 icmp->checksum = compute_ip_checksum(icmp, ICMP_HDR_SIZE); in set_icmp_header()
105 ip->ip_sum = compute_ip_checksum(ip, IP_HDR_SIZE); in ping_receive()
109 icmph->checksum = compute_ip_checksum(icmph, len - IP_HDR_SIZE); in ping_receive()
H A Dchecksum.c14 unsigned compute_ip_checksum(const void *vptr, unsigned nbytes) in compute_ip_checksum() function
59 return !(compute_ip_checksum(addr, nbytes) & 0xfffe); in ip_checksum_ok()
H A Dchecksum.su
H A Dnet.c1475 ip->ip_sum = compute_ip_checksum(ip, IP_HDR_SIZE); in net_set_udp_header()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/ivybridge/
H A Dsdram.c90 c1 = compute_ip_checksum((u8 *)&pei_data->scrambler_seed, in read_seed_from_cmos()
92 c2 = compute_ip_checksum((u8 *)&pei_data->scrambler_seed_s3, in read_seed_from_cmos()
156 c1 = compute_ip_checksum((u8 *)&pei_data->scrambler_seed, in write_seeds_to_cmos()
158 c2 = compute_ip_checksum((u8 *)&pei_data->scrambler_seed_s3, in write_seeds_to_cmos()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dcoreboot_table.c93 cbh->table_checksum = compute_ip_checksum(cbr, cbh->table_bytes); in cb_table_finalize()
94 cbh->header_checksum = compute_ip_checksum(cbh, cbh->header_bytes); in cb_table_finalize()
H A Dmrccache.c69 if (cache->checksum != compute_ip_checksum(cache->data, in mrccache_find_current()
177 checksum = compute_ip_checksum(gd->arch.mrc_output, cache->data_size); in mrccache_reserve()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsandbox.c140 ipr->ip_sum = compute_ip_checksum(ipr, in sb_eth_send()
145 icmpr->checksum = compute_ip_checksum(icmpr, in sb_eth_send()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/coreboot/
H A Dtables.c136 if (compute_ip_checksum(ptr + sizeof(*header), header->table_bytes) != in cb_parse_header()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h614 unsigned compute_ip_checksum(const void *addr, unsigned nbytes);
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map