gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:ntohl from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/tcp_sack.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/tcp_sack.c - 21.2KB - 591 lines
274:                 memcpy(&right, lp + sizeof(uint32_t), sizeof(uint32_t));
275:                 left = ntohl(left);
276:                 right = ntohl(right);
277: