Home | History | Annotate | Download | only in ninfod

Lines Matching defs:qtype

178 	uint16_t qtype;
187 .qtype = NI_QTYPE_NOOP,
193 .qtype = NI_QTYPE_SUPTYPES,
200 .qtype = NI_QTYPE_DNSNAME,
206 .qtype = NI_QTYPE_NODEADDR,
212 .qtype = NI_QTYPE_IPV4ADDR,
231 static __inline__ struct qtypeinfo *qtypeinfo_lookup(int qtype)
233 if (qtype >= ARRAY_SIZE(qtypeinfo_table))
235 if (qtypeinfo_table[qtype].name == NULL)
237 return &qtypeinfo_table[qtype];
310 unsigned short qtype;
314 qtype = qtypeinfo_table[i].qtype;
315 w = qtype>>5;
316 b = qtype&0x1f;
332 /* unknown qtype response */
564 DEBUG(LOG_DEBUG, "%s(): qtype=%d, flags=0x%04x, nonce[] = {%s }\n",
594 /* Step 3: Lookup Qtype */
658 /* Step 8: Fill Qtype / Nonce */