Searched refs:__tmpsum (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/bsd/amd64/include/
H A Din_cksum.h61 int __tmpsum; local
62 __tmpsum = (int)ntohs(ip->ip_sum) + 256;
63 ip->ip_sum = htons(__tmpsum + (__tmpsum >> 16));
70 int __tmpsum; \
71 __tmpsum = (int)ntohs(ip->ip_sum) + 256; \
72 ip->ip_sum = htons(__tmpsum + (__tmpsum >> 16)); \
/vbox/src/VBox/Devices/Network/slirp/bsd/i386/include/
H A Din_cksum.h90 int __tmpsum; local
91 __tmpsum = (int)ntohs(ip->ip_sum) + 256;
92 ip->ip_sum = htons(__tmpsum + (__tmpsum >> 16));
129 int __tmpsum; \
130 __tmpsum = (int)ntohs(ip->ip_sum) + 256; \
131 ip->ip_sum = htons(__tmpsum + (__tmpsum >> 16)); \

Completed in 253 milliseconds