Home
last modified time | relevance | path

Searched refs:rrtype (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/3rdparty/adns/src/
H A Dreply.c41 int rrtype, rrclass, rdlength, rdstart; in adns__procdgram() local
170 &rrtype,&rrclass,&ttl, &rdlength,&rdstart, in adns__procdgram()
173 if (rrtype == -1) goto x_truncated; in adns__procdgram()
187 if (rrtype == adns_r_cname && in adns__procdgram()
247 &rrtype,&rrclass,&ttl, &rdlength,&rdstart, 0); in adns__procdgram()
249 if (rrtype==-1) goto x_truncated; in adns__procdgram()
256 if (rrtype == adns_r_soa_raw) { foundsoa= 1; soattl= ttl; break; } in adns__procdgram()
257 else if (rrtype == adns_r_ns_raw) { foundns= 1; } in adns__procdgram()
321 &rrtype,&rrclass,&ttl, &rdlength,&rdstart, in adns__procdgram()
323 assert(!st); assert(rrtype != -1); in adns__procdgram()
[all …]