Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/ppp/
Dphysical.h49 #define CD_NOTREQUIRED 2 macro
Dtcp.c105 { CD_NOTREQUIRED, 0 },
Dudp.c160 { CD_NOTREQUIRED, 0 },
Dexec.c158 { CD_NOTREQUIRED, 0 },
Dether.c670 case CD_NOTREQUIRED: in ether_Create()
Dtty.c202 if (dev->dev.cd.necessity == CD_NOTREQUIRED || physical_IsSync(p)) in tty_AwaitCarrier()
Dphysical.c506 if (cd->necessity == CD_NOTREQUIRED) in physical_ShowStatus()
Dcommand.c2243 cx->physical->cfg.cd.necessity = CD_NOTREQUIRED; in SetVariable()