HomeSort by relevance Sort by last modified time
    Searched defs:qtype (Results 1 - 5 of 5) 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:__anon11384
  /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...]
  /bionic/libc/netbsd/net/
getaddrinfo.c 206 int qclass, qtype; /* class and type of query */ member in struct:res_target
1298 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype,
    [all...]

Completed in 57 milliseconds