gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:ntohs from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/net/getaddrinfo.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/net/getaddrinfo.c - 74.1KB - 2,420 lines
1330:         hp = &answer->hdr;
1331:         ancount = ntohs(hp->ancount);
1332:         qdcount = ntohs(hp->qdcount);
1333:         bp = hostbuf;
2145: 2146: if (n < 0 || hp->rcode != NOERROR || ntohs(hp->ancount) == 0) { 2147: rcode = hp->rcode; /* record most recent error */
2150: printf(";; rcode = %u, ancount=%u\n", hp->rcode, 2151: ntohs(hp->ancount)); 2152: #endif
2155: 2156: ancount += ntohs(hp->ancount); 2157: