gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:htons from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_mkquery.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/resolv/res_mkquery.c - 10.9KB - 326 lines
148:         statp->id = res_nrandomid(statp);
149:         hp->id = htons(statp->id);
150:         hp->opcode = op;
174: cp += INT16SZ; 175: hp->qdcount = htons(1); 176: if (op == QUERY || data == NULL)
195: cp += INT16SZ; 196: hp->arcount = htons(1); 197: break;
217: } 218: hp->ancount = htons(1); 219: break;
273: 274: hp->arcount = htons(ntohs(hp->arcount) + 1); 275: