gonzui


Format: Advanced Search

SearchGoogle itResults 21 - 24 of 24 for funcall:ntohs (0.02 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_mkquery.c - 10.9KB - 326 lines
273: 
274:         hp->arcount = htons(ntohs(hp->arcount) + 1);
275: 
bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_query.c - 20.3KB - 567 lines
256: 
257:         if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
258: #ifndef T2EX
More results from res_query.c
bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_send.c - 46.1KB - 1,357 lines
274:         const u_char *cp = buf + HFIXEDSZ;
275:         int qdcount = ntohs(((const HEADER*)(const void *)buf)->qdcount);
276: #ifdef T2EX
More results from res_send.c
t2ex_source/kernel/sysmain/src/network_sample/net_test.c - 12.1KB - 415 lines
156:         }
157:         printf("test_getnameinfo: %s:%d => %s:%s\n", inet_ntop(AF_INET, &sa.sin_addr, rbuf, sizeof(rbuf)), ntohs(sa.sin_port), buf, buf2);
158: 
More results from net_test.c