gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:htons from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/ip_flow.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/ip_flow.c - 15.7KB - 521 lines
275:         ip->ip_ttl -= IPTTLDEC;
276:         if (ip->ip_sum >= (u_int16_t) ~htons(IPTTLDEC << 8))
277:                 ip->ip_sum -= ~htons(IPTTLDEC << 8);
278:         else
279:                 ip->ip_sum += htons(IPTTLDEC << 8);
280: