Search | Google it | Results 1 - 1 of 1 for funcall:htons from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/ip_flow.c (0.00 seconds) |
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: