Home
last modified time | relevance | path

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.c97 cbcp[0].us_type |= (1 << CB_CONF_USER);
98 cbcp[0].us_type |= (1 << CB_CONF_ADMIN);
112 us->us_type |= (1 << CB_CONF_NO);
123 dbglog("cbcp_lowerup: want: %d", us->us_type);
125 if (us->us_type == CB_CONF_USER)
377 cb_type = us->us_allowed & us->us_type;
H A Dcbcp.h18 int us_type; member