Searched refs:phys_type (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/usr.sbin/ppp/
H A Dbundle.c227 bundle->phys_type.all |= dl->physical->type;
229 bundle->phys_type.open |= dl->physical->type;
232 if ((bundle->phys_type.open & (PHYS_DEDICATED|PHYS_DDIAL))
233 != bundle->phys_type.open && bundle->session.timer.state == TIMER_STOPPED)
238 if ((bundle->phys_type.open & (PHYS_DEDICATED|PHYS_DDIAL))
239 != bundle->phys_type.open && bundle->idle.timer.state == TIMER_STOPPED)
249 bundle->phys_type.all = bundle->phys_type.open = 0;
256 if ((bundle->phys_type.open & (PHYS_DEDICATED|PHYS_DDIAL))
257 == bundle->phys_type
[all...]
H A Dbundle.h94 } phys_type; member in struct:bundle
H A Dcommand.c337 mode = arg->bundle->phys_type.all;
400 (arg->bundle->phys_type.all & ~(PHYS_INTERACTIVE|PHYS_AUTO)))) {
1600 arg->bundle->phys_type.all & PHYS_AUTO))
3303 arg->bundle->phys_type.all & PHYS_AUTO ?

Completed in 75 milliseconds