Searched refs:cb_type (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dcbcp.c367 u_char cb_type; local
373 cb_type = us->us_allowed & us->us_type;
374 dbglog("cbcp_resp cb_type=%d", cb_type);
377 if (!cb_type)
381 if (cb_type & ( 1 << CB_CONF_USER ) ) {
398 if (cb_type & ( 1 << CB_CONF_ADMIN ) ) {
408 if (cb_type & ( 1 << CB_CONF_NO ) ) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dcbcp.c338 u_char cb_type; local
343 cb_type = us->us_allowed & us->us_type;
344 dbglog("cbcp_resp cb_type=%d", cb_type);
347 if (cb_type & ( 1 << CB_CONF_USER ) ) {
359 if (cb_type & ( 1 << CB_CONF_ADMIN ) ) {
369 if (cb_type & ( 1 << CB_CONF_NO ) ) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Dinode.c244 vnode->cb_type = 0;
249 vnode->cb_type = cb->type;
271 _leave(" = %p [CB { v=%u t=%u }]", inode, vnode->cb_version, vnode->cb_type);
418 vnode->cb_type);
H A Dcallback.c230 cb->type = vnode->cb_type;
H A Dinternal.h381 afs_callback_type_t cb_type; /* type of callback */ member in struct:afs_vnode
H A Dfsclient.c134 vnode->cb_type = ntohl(*bp++);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dcombobox_native.cpp86 int cb_type = ( style & wxCB_SIMPLE ) ? XmCOMBO_BOX : local
91 if( cb_type == XmDROP_DOWN_COMBO_BOX )
96 XmNcomboBoxType, cb_type,

Completed in 80 milliseconds