Searched refs:hwcxs_good (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/lwip/src/core/ipv4/
H A Dip.c273 int hwcxs_good = ((p->nicflags & NETIF_RXFLAG_IPCHECKSUM) && local
275 if (!hwcxs_good && inet_chksum(iphdr, iphdr_hlen) != 0) {
/barrelfish-master/lib/lwip/src/core/
H A Dudp.c268 int hwcxs_good = ((p->nicflags & NETIF_RXFLAG_L4CHECKSUM) && local
270 if (!hwcxs_good && udphdr->chksum != 0) {
H A Dtcp_in.c137 int hwcxs_good = ((p->nicflags & NETIF_RXFLAG_L4CHECKSUM) && local
139 if (!hwcxs_good &&

Completed in 86 milliseconds