Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dbundle.c227 bundle->phys_type.all |= dl->physical->type; in bundle_LinkAdded()
229 bundle->phys_type.open |= dl->physical->type; in bundle_LinkAdded()
232 if ((bundle->phys_type.open & (PHYS_DEDICATED|PHYS_DDIAL)) in bundle_LinkAdded()
238 if ((bundle->phys_type.open & (PHYS_DEDICATED|PHYS_DDIAL)) in bundle_LinkAdded()
249 bundle->phys_type.all = bundle->phys_type.open = 0; in bundle_LinksRemoved()
256 if ((bundle->phys_type.open & (PHYS_DEDICATED|PHYS_DDIAL)) in bundle_LinksRemoved()
257 == bundle->phys_type.open) { in bundle_LinksRemoved()
470 bundle->phys_type.all & PHYS_AUTO)) { in bundle_UpdateSet()
842 bundle.phys_type.all = type; in bundle_Create()
843 bundle.phys_type.open = 0; in bundle_Create()
[all …]
H A Dbundle.h94 } phys_type; member
H A Dcommand.c337 mode = arg->bundle->phys_type.all; in LoadCommand()
400 (arg->bundle->phys_type.all & ~(PHYS_INTERACTIVE|PHYS_AUTO)))) { in DialCommand()
1600 arg->bundle->phys_type.all & PHYS_AUTO)) in SetInterfaceAddr()
3308 arg->bundle->phys_type.all & PHYS_AUTO ? in IfaceClearCommand()