gonzui


Format: Advanced Search

SearchGoogle itResults 11 - 17 of 17 for funcall:ntohl (0.06 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/tcp_input.c - 167.0KB - 4,503 lines
1120:                 tlen = len - toff;
1121:                 iptos = (ntohl(ip6->ip6_flow) >> 20) & 0xff;
1122:                 break;
More results from tcp_input.c
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);
More results from tcp_sack.c
bsd_source/t2ex/network/net/src_bsd/netinet/tcp_subr.c - 84.9KB - 2,586 lines
1018:                         panic("tcp_respond: ip_dst %x != inp_faddr %x",
1019:                             ntohl(ip->ip_dst.s_addr),
1020:                             ntohl(tp->t_inpcb->inp_faddr.s_addr));
More results from tcp_subr.c
bsd_source/t2ex/network/net/src_bsd/netinet6/in6.h - 30.1KB - 802 lines
245:          (*(const uint32_t *)(const void *)(&(a)->s6_addr[8]) == 0) && \
246:          (*(const uint32_t *)(const void *)(&(a)->s6_addr[12]) == ntohl(1)))
247: 
More results from in6.h
bsd_source/t2ex/network/net/src_bsd/sys/endian.h - 9.5KB - 353 lines
142: 
143: #define NTOHL(x)        (x) = ntohl((uint32_t)(x))
144: #define NTOHS(x)        (x) = ntohs((uint16_t)(x))
bsd_source/t2ex/network/net/src_bsdlib/libc/net/getnameinfo.c - 18.4KB - 563 lines
252:                 v4a = (u_int32_t)
253:                     ntohl(((const struct sockaddr_in *)
254:                     (const void *)sa)->sin_addr.s_addr);
bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_init.c - 36.4KB - 1,026 lines
787: {
788:         register u_int32_t i = ntohl(in.s_addr);
789: