Searched refs:dns_packet_len (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/libresolv-57/
H A Ddns_async.c82 if ((res != NULL) && (res->dns_packet_len > 0))
84 packet = malloc(res->dns_packet_len);
88 pl = res->dns_packet_len;
89 memcpy(packet, res->dns_packet, res->dns_packet_len);
/macosx-10.10.1/Libinfo-459/dns.subproj/
H A Dres_query.c78 res = p->dns_packet_len;
/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dsi_module.h191 int dns_packet_len; member in struct:dnspacket_s

Completed in 167 milliseconds