Home
last modified time | relevance | path

Searched refs:CD_NOTREQUIRED (Results 1 – 8 of 8) sorted by relevance

/dragonfly/usr.sbin/ppp/
H A Dphysical.h48 #define CD_NOTREQUIRED 2 macro
H A Dtcp.c104 { CD_NOTREQUIRED, 0 },
H A Dexec.c73 { CD_NOTREQUIRED, 0 },
H A Dudp.c159 { CD_NOTREQUIRED, 0 },
H A Dether.c662 case CD_NOTREQUIRED: in ether_Create()
H A Dtty.c208 if (dev->dev.cd.necessity == CD_NOTREQUIRED || physical_IsSync(p)) in tty_AwaitCarrier()
H A Dphysical.c498 if (cd->necessity == CD_NOTREQUIRED) in physical_ShowStatus()
H A Dcommand.c2190 cx->physical->cfg.cd.necessity = CD_NOTREQUIRED; in SetVariable()