Searched refs:us_type (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dcbcp.h8 int us_type; member in struct:cbcp_state
H A Dcbcp.c113 cbcp[0].us_type |= (1 << CB_CONF_USER);
114 cbcp[0].us_type |= (1 << CB_CONF_ADMIN);
128 us->us_type |= (1 << CB_CONF_NO);
139 dbglog("want: %d", us->us_type);
141 if (us->us_type == CB_CONF_USER)
373 cb_type = us->us_allowed & us->us_type;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dcbcp.h8 int us_type; member in struct:cbcp_state
H A Dcbcp.c98 cbcp[0].us_type |= (1 << CB_CONF_USER);
99 cbcp[0].us_type |= (1 << CB_CONF_ADMIN);
113 us->us_type |= (1 << CB_CONF_NO);
124 dbglog("want: %d", us->us_type);
126 if (us->us_type == CB_CONF_USER)
343 cb_type = us->us_allowed & us->us_type;

Completed in 53 milliseconds