HomeSort by relevance Sort by last modified time
    Searched refs:net_checksum_add (Results 1 - 2 of 2) sorted by null

  /external/qemu/
net-checksum.c 24 uint32_t net_checksum_add(int len, uint8_t *buf) function
50 sum += net_checksum_add(length, buf); // payload
51 sum += net_checksum_add(8, addrs); // src + dst address
net.h 113 uint32_t net_checksum_add(int len, uint8_t *buf);

Completed in 1890 milliseconds