Searched refs:qtype (Results 1 - 16 of 16) sorted by relevance

/xnu-2782.1.97/bsd/net/classq/
H A Dclassq.h118 classq_type_t qtype; /* Queue type */ member in struct:_class_queue_
122 #define qtype(q) (q)->qtype /* Get queue type */ macro
131 #define q_is_red(q) (qtype(q) == Q_RED) /* Is the queue a RED queue */
132 #define q_is_rio(q) (qtype(q) == Q_RIO) /* Is the queue a RIO queue */
133 #define q_is_blue(q) (qtype(q) == Q_BLUE) /* Is the queue a BLUE queue */
134 #define q_is_sfb(q) (qtype(q) == Q_SFB) /* Is the queue a SFB queue */
135 #define q_is_red_or_rio(q) (qtype(q) == Q_RED || qtype(q) == Q_RIO)
H A Dclassq.c90 qtype(q) = type;
/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_cbq.h145 classq_type_t qtype; member in struct:cbq_classstats
H A Dpktsched_priq.h111 classq_type_t qtype; member in struct:priq_classstats
H A Dpktsched_tcq.h84 classq_type_t qtype; member in struct:tcq_classstats
H A Dpktsched_priq.c382 qtype(&cl->cl_q) = Q_DROPTAIL;
452 qtype(&cl->cl_q) = Q_RED;
460 qtype(&cl->cl_q) = Q_RIO;
468 qtype(&cl->cl_q) = Q_BLUE;
476 qtype(&cl->cl_q) = Q_SFB;
546 qtype(&cl->cl_q) = Q_DROPTAIL;
706 qtype(&cl->cl_q) = Q_DROPTAIL;
890 sp->qtype = qtype(&cl->cl_q);
H A Dpktsched_tcq.c354 qtype(&cl->cl_q) = Q_DROPTAIL;
428 qtype(&cl->cl_q) = Q_RED;
436 qtype(&cl->cl_q) = Q_RIO;
444 qtype(&cl->cl_q) = Q_BLUE;
452 qtype(&cl->cl_q) = Q_SFB;
519 qtype(&cl->cl_q) = Q_DROPTAIL;
671 qtype(&cl->cl_q) = Q_DROPTAIL;
850 sp->qtype = qtype(&cl->cl_q);
H A Dpktsched_fairq.h126 classq_type_t qtype; member in struct:fairq_classstats
H A Dpktsched_qfq.h114 classq_type_t qtype; member in struct:qfq_classstats
H A Dpktsched_rmclass.c374 qtype(&cl->q_) = Q_RED;
382 qtype(&cl->q_) = Q_RIO;
389 qtype(&cl->q_) = Q_BLUE;
397 qtype(&cl->q_) = Q_SFB;
705 qtype(&cl->q_) = Q_DROPTAIL;
1709 qtype(&cl->q_) = Q_DROPTAIL;
H A Dpktsched_hfsc.h166 classq_type_t qtype; member in struct:hfsc_classstats
H A Dpktsched_hfsc.c496 qtype(&cl->cl_q) = Q_RED;
504 qtype(&cl->cl_q) = Q_RIO;
512 qtype(&cl->cl_q) = Q_BLUE;
520 qtype(&cl->cl_q) = Q_SFB;
636 qtype(&cl->cl_q) = Q_DROPTAIL;
712 qtype(&cl->cl_q) = Q_DROPTAIL;
959 qtype(&cl->cl_q) = Q_DROPTAIL;
1972 sp->qtype = qtype(&cl->cl_q);
H A Dpktsched_cbq.c489 statsp->qtype = qtype(&cl->q_);
H A Dpktsched_qfq.c612 qtype(&cl->cl_q) = Q_RED;
620 qtype(&cl->cl_q) = Q_RIO;
628 qtype(&cl->cl_q) = Q_BLUE;
636 qtype(&cl->cl_q) = Q_SFB;
702 qtype(&cl->cl_q) = Q_DROPTAIL;
1346 qtype(&cl->cl_q) = Q_DROPTAIL;
1536 sp->qtype = qtype(&cl->cl_q);
H A Dpktsched_fairq.c1202 sp->qtype = cl->cl_qtype;
/xnu-2782.1.97/bsd/netinet6/
H A Dicmp6.c1222 u_int16_t qtype; local
1291 qtype = ntohs(ni6->ni_qtype);
1293 switch (qtype) {
1312 if (qtype == NI_QTYPE_FQDN && ni6->ni_code == 0 &&
1404 switch (qtype) {
1417 switch (qtype) {
1446 qtype = NI_QTYPE_FQDN;
1482 /* qtype dependent procedure */
1483 switch (qtype) {

Completed in 61 milliseconds