Searched defs:qtype (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_update.c126 u_int16_t dlen, class, qclass, type, qtype; local
139 qtype = T_SOA;
145 if (qtype == T_SOA) {
176 } else if (qtype == T_A) {
193 n = res_mkquery(QUERY, dname, qclass, qtype, NULL,
219 if (qtype == T_SOA) {
373 } else if (qtype == T_NS) {
408 } else if (qtype == T_A) {
473 qtype = T_NS;
481 qtype
[all...]
H A Dgethostbydns.c198 gethostanswer(const querybuf *answer, int anslen, const char *qname, int qtype) argument
215 switch (qtype) {
247 if (qtype == T_A || qtype == T_AAAA) {
284 if (qtype == T_A && type == T_A)
296 if ((qtype == T_A || qtype == T_AAAA) && type == T_CNAME) {
330 if (qtype == T_PTR && type == T_CNAME) {
353 if (type != qtype) {
357 qname, p_class(C_IN), p_type(qtype),
503 __dns_getanswer(const char *answer, int anslen, const char *qname, int qtype) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Ddns.h60 uint16_t qtype; member in struct:dns_query_info
/vbox/src/VBox/Devices/PC/ipxe/src/net/udp/
H A Ddns.c348 unsigned int qtype = dns->qinfo->qtype; local
409 dns->qinfo->qtype = htons ( DNS_TYPE_A );
432 switch ( qtype ) {
439 dns->qinfo->qtype = htons ( DNS_TYPE_CNAME );
449 if ( dns->qinfo->qtype == htons ( DNS_TYPE_A ) ) {
552 dns->qinfo->qtype = htons ( DNS_TYPE_A );
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9003_mac.c525 enum ath9k_rx_qtype qtype)
527 if (qtype == ATH9K_RX_QUEUE_HP)
524 ath9k_hw_addrxbuf_edma(struct ath_hw *ah, u32 rxdp, enum ath9k_rx_qtype qtype) argument
H A Dath9k_xmit.c106 struct ath_txq *ath_txq_setup(struct ath_softc *sc, int qtype, int subtype) argument
140 axq_qnum = ath9k_hw_setuptxqueue(ah, qtype, &qi);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k.c237 int qtype, int subtype);
990 ath5k_txq_setup(struct ath5k_softc *sc, int qtype, int subtype) argument
1016 qnum = ath5k_hw_setup_tx_queue(ah, qtype, &qi);
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A Dplevent.c235 EventQueueType qtype)
254 self->type = qtype;
265 if ( qtype == EventQueueIsNative ) {
233 _pl_CreateEventQueue(const char *name, PRThread *handlerThread, EventQueueType qtype) argument

Completed in 81 milliseconds