HomeSort by relevance Sort by last modified time
    Searched defs:qtype (Results 1 - 10 of 10) sorted by null

  /external/ipsec-tools/src/racoon/
getcertsbyname.c 70 getnewci(qtype, keytag, algorithm, flags, certlen, cert)
71 int qtype, keytag, algorithm, flags, certlen;
81 res->ci_type = qtype;
214 int qtype, qclass, keytag, algorithm; local
273 GETSHORT(qtype, cp); /* QTYPE */
286 GETSHORT(qtype, cp); /* TYPE */
292 if (qtype != T_CERT) {
299 GETSHORT(qtype, cp); /* type */
314 qtype, keytag, algorithm, rdlength)
    [all...]
  /external/srec/srec/include/
srec_arb.h 51 asr_uint16_t qtype; member in struct:__anon15478
  /external/dnsmasq/src/
forward.c 114 unsigned short qtype, char *qdomain, int *type, char **domain)
136 if (sflag & qtype)
167 if (sflag & qtype)
183 if (flags == 0 && !(qtype & F_BIGNAME) &&
196 logflags = F_NEG | qtype;
726 unsigned short qtype, gotname; local
746 if ((gotname = extract_request(header, (unsigned int)size, daemon->namebuff, &qtype)))
755 querystr(types, qtype);
rfc1035.c 530 int i, qtype, qclass, rdlen; local
538 GETSHORT(qtype, p);
543 if ((qclass == C_IN) && (qtype == T_A))
584 int qtype, qclass, rdlen; local
598 GETSHORT(qtype, p);
603 if ((qclass == C_IN) && (qtype == T_SOA))
642 int i, j, qtype, qclass, aqtype, aqclass, ardlen, res, searched_soa = 0; local
669 GETSHORT(qtype, p);
677 if (qtype == T_PTR)
747 if (qtype == T_A
867 int qtype, qclass; local
979 int i, qtype, qclass, rdlen; local
1133 int qtype, qclass; local
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.h 97 mDNSu16 qtype; member in struct:LLQEntry
  /external/libppp/src/
ip.c 123 dns_Qtype2Txt(u_short qtype)
143 if (qtxt[f].id == qtype)
146 return HexStr(qtype, failure, sizeof failure);
522 const char *qtype, *qclass; local
543 qtype = dns_Qtype2Txt(ntohs(tmp));
548 direction, qclass, qtype, namewithdot);
  /external/smack/src/org/xbill/DNS/
Cache.java 598 int qtype; local
613 qtype = question.getType();
627 if ((type == qtype || qtype == Type.ANY) &&
675 int cachetype = (rcode == Rcode.NXDOMAIN) ? 0 : qtype;
ZoneTransferIn.java 49 private int qtype; field in class:ZoneTransferIn
186 qtype = xfrtype;
312 return qtype;
358 Record question = Record.newRecord(zname, qtype, dclass);
363 if (qtype == Type.IXFR) {
400 qtype = Type.AXFR;
417 if (qtype == Type.IXFR &&
430 if (qtype == Type.IXFR && type == Type.SOA &&
548 if (qtype == Type.IXFR &&
559 if (question != null && question.getType() != qtype) {
    [all...]
  /bionic/libc/netbsd/net/
getaddrinfo.c 209 int qclass, qtype; /* class and type of query */ member in struct:res_target
1295 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype,
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 1570 mDNSu16 qtype; member in struct:DNSQuestion_struct
    [all...]

Completed in 846 milliseconds