Home
last modified time | relevance | path

Searched refs:cb_type (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.sbin/pppd/
Dcbcp.c333 u_char cb_type; local
338 cb_type = us->us_allowed & us->us_type;
339 syslog(LOG_DEBUG, "cbcp_resp cb_type=%d", cb_type);
342 if (!cb_type)
346 if (cb_type & ( 1 << CB_CONF_USER ) ) {
358 if (cb_type & ( 1 << CB_CONF_ADMIN ) ) {
369 if (cb_type & ( 1 << CB_CONF_NO ) ) {
/mirbsd/src/sys/altq/
Daltq_cdnr.c293 cb->cb_type = type;
341 switch (cb->cb_type) {
941 if (cb->cb_type != TCETYPE_ELEMENT)
1039 if (cb->cb_type == TCETYPE_TRTCM) {
1045 } else if (cb->cb_type == TCETYPE_TSWTCM) {
1138 tce.tce_type = cb->cb_type;
1139 switch (cb->cb_type) {
Daltq_cdnr.h219 int cb_type; /* cdnr block type */ member