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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dcbcp.h20 int us_type; member in struct:cbcp_state
H A Dcbcp.c104 cbcp[0].us_type |= (1 << CB_CONF_USER);
105 cbcp[0].us_type |= (1 << CB_CONF_ADMIN);
119 us->us_type |= (1 << CB_CONF_NO);
130 dbglog("cbcp_lowerup: want: %d", us->us_type);
132 if (us->us_type == CB_CONF_USER)
384 cb_type = us->us_allowed & us->us_type;

Completed in 57 milliseconds