Home
last modified time | relevance | path

Searched refs:ip_checksum_ok (Results 1 – 4 of 4) sorted by relevance

/u-boot/lib/
A Dnet_utils.c104 int ip_checksum_ok(const void *addr, uint nbytes) in ip_checksum_ok() function
/u-boot/arch/x86/cpu/coreboot/
A Dtables.c141 if (!ip_checksum_ok(header, sizeof(*header))) in cb_parse_header()
/u-boot/include/
A Dnet.h652 int ip_checksum_ok(const void *addr, unsigned nbytes);
/u-boot/net/
A Dnet.c1212 if (!ip_checksum_ok((uchar *)ip, IP_HDR_SIZE)) { in net_process_received_packet()

Completed in 12 milliseconds