HomeSort by: relevance | last modified time | path
    Searched defs:qtype (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/usr.sbin/altq/altqstat/
qdisc_conf.c 78 int fd, qtype = 0; local
102 qtype = qtypereq.arg;
104 if (st->altqtype == qtype)
108 return (qtype);
altqstat.c 95 int qtype, interval; local
164 qtype = ifname2qdisc(interface, qname);
165 if (qtype == 0)
  /src/external/bsd/unbound/dist/testdata/pylib.tdir/
pylib.lookup.py 13 qtype = unbound.RR_TYPE_A variable
50 status, result = ctx.resolve(qname, qtype, qclass)
63 retval, async_id = ctx.resolve_async(qname, cb_data, callback, qtype, qclass)
87 retval, async_id = ctx.resolve_async(qname, cb_data, callback, qtype, qclass)
88 retval, async_id = ctx.resolve_async(qname2, cb_data2, callback, qtype, qclass)
  /src/external/ibm-public/postfix/dist/src/dns/
dns_sec.c 85 int qtype; local
117 || (qtype = dns_type(saved_dnssec_probe)) == 0)
118 msg_fatal("malformed %s value: %s format is qtype:qname",
122 dns_status = dns_lookup(qname, qtype, rflags, &rrlist, (VSTRING *) 0, why);
  /src/external/mpl/bind/dist/tests/include/tests/
ns.h 101 dns_rdatatype_t qtype; member in struct:ns_test_qctx_create_params
108 * with given QNAME, QTYPE and flags was received from a client. Recursion is
  /src/sys/altq/
altq_classq.h 70 #define qtype(q) (q)->qtype_ /* Get queue type */ macro
altq_priq.h 107 int qtype; member in struct:priq_classstats
altq_cbq.h 95 int qtype; member in struct:_cbq_class_stats_
altq_hfsc.h 106 int qtype; member in struct:hfsc_classstats
  /src/crypto/dist/ipsec-tools/src/racoon/
getcertsbyname.c 69 getnewci(int qtype, int keytag, int algorithm, int flags, int certlen,
79 res->ci_type = qtype;
207 int qtype, qclass, keytag, algorithm; local
266 GETSHORT(qtype, cp); /* QTYPE */
280 GETSHORT(qtype, cp); /* TYPE */
286 if (qtype != T_CERT) {
293 GETSHORT(qtype, cp); /* type */
308 qtype, keytag, algorithm, rdlength);
312 cur->ci_next = getnewci(qtype, keytag, algorithm
    [all...]
  /src/external/bsd/unbound/dist/util/data/
msgreply.h 80 /** qtype, host byte order */
81 uint16_t qtype; member in struct:query_info
382 * uses CD flag for AAAA qtype */
msgparse.h 52 * For queries of qtype=RRSIG, some special handling is needed, to avoid
54 * o duplicate, not split, RRSIGs from the answer section, if qtype=RRSIG.
57 * when qtype=RRSIG.
157 uint16_t qtype; member in struct:msg_parse
  /src/tests/lib/libc/net/
h_dns_server.c 71 int qtype; member in struct:dns_data
246 int qtype, qclass; local
258 qtype = *p++ << 8;
259 qtype |= *p++;
260 if (qtype != dp->qtype) {
262 qtype, dp->qtype);
265 DPRINTF("match type 0x%x\n", qtype);
283 *p++ = dp->qtype >> 8
    [all...]
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
ClientRequests.h 42 mDNSu16 q2Type; // q2's original qtype value.
54 mDNSu16 qtype; // Original QTYPE. member in struct:__anon6128
121 mDNSu16 qtype; member in struct:__anon6132
ClientRequests.c 76 mDNSu16 qtype; member in struct:__anon6127
237 opParams.qtype = kDNSType_AAAA;
246 opParams.qtype = kDNSType_A;
364 if (RecordTypeIsAddress(inParams->qtype) && !StringEndsWithDot(inParams->qnameStr) &&
377 opParams.qtype = inParams->qtype;
419 v4q = (inRequest->op.q.qtype == kDNSType_A) ? &inRequest->op.q : mDNSNULL;
420 v6q = (inRequest->op.q.qtype == kDNSType_AAAA) ? &inRequest->op.q : mDNSNULL;
433 return inRequest->op.q.qtype;
478 DNS_TYPE_PARAM(inQuestion->qtype));
    [all...]
  /src/external/bsd/nsd/dist/
query.h 95 uint16_t qtype; member in struct:query
  /src/external/mpl/bind/dist/bin/named/
fuzz.c 275 uint16_t qtype; local
285 * Parse named -A argument in the "qtype:saddress:sport:raddress:rport"
312 * Patch in the qtype into the question section of respacket.
314 qtype = atoi(sqtype);
315 respacket[32] = (qtype >> 8) & 0xff;
316 respacket[33] = qtype & 0xff;
444 * A hack - set QTYPE to the one from query so that we
452 /* Skip the name to get to the qtype */
462 /* Patch the qtype */
464 *nameptr++ = (qtype >> 8) & 0xff
    [all...]
  /src/external/mpl/bind/dist/lib/dns/include/dns/
resolver.h 89 dns_rdatatype_t qtype; member in struct:dns_fetchresponse
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
resolver.h 76 dns_rdatatype_t qtype; member in struct:dns_fetchevent
  /src/external/bsd/unbound/dist/ipsecmod/
ipsecmod.c 137 * @param qtype: query type.
144 size_t namelen, uint16_t qtype, uint16_t qclass, uint16_t flags)
150 ask.qtype = qtype;
254 int w = 0, w_temp, qtype; local
301 qtype = ntohs(rrset_key->rk.type);
302 if(qtype != LDNS_RR_TYPE_AAAA && qtype != LDNS_RR_TYPE_A) {
317 rrset_data->rr_len[i] - 2, s, slen, qstate->qinfo.qtype);
400 if(qstate->qinfo.qtype == LDNS_RR_TYPE_A |
    [all...]
  /src/external/bsd/unbound/dist/smallapp/
unbound-host.c 430 char* qtype = NULL; local
470 qtype = optarg;
546 lookup(ctx, argv[0], qtype, qclass);
  /src/external/bsd/unbound/dist/testcode/
replay.h 352 /** qtype */
353 int qtype; member in struct:fake_pending
  /src/dist/pf/sbin/pfctl/
pfctl_parser.h 153 int qtype; member in struct:node_queue_opt
  /src/external/bsd/libbind/dist/irs/
dns_ho.c 117 int qclass, qtype; /*%< class and type of query */ member in struct:dns_res_target
169 const char *qname, int qtype,
268 q->qtype = T_A;
276 q->qtype = T_AAAA;
309 if ((n = res_nsearch(pvt->res, name, p->qclass, p->qtype,
317 if ((hp = gethostans(this, p->answer, n, name, p->qtype,
370 q->qtype = T_PTR;
378 q->qtype = T_PTR;
384 q2->qtype = T_PTR;
471 if ((n = res_nquery(pvt->res, p->qname, p->qclass, p->qtype,
    [all...]
  /src/external/mpl/bind/dist/tests/ns/
query_test.c 104 .qtype = dns_rdatatype_ns,
207 * QNAME and QTYPE will SERVFAIL as well.
248 dns_rdatatype_t qtype; /* QTYPE */ member in struct:__anon24236
307 .qtype = test->qtype,
428 .qtype = dns_rdatatype_a,
440 .qtype = dns_rdatatype_a,
452 .qtype = dns_rdatatype_a,
466 .qtype = dns_rdatatype_a
    [all...]

Completed in 78 milliseconds

1 2 3