Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dphysical.h47 #define CD_NOTREQUIRED 2 macro
H A Dtcp.c103 { CD_NOTREQUIRED, 0 },
H A Dudp.c158 { CD_NOTREQUIRED, 0 },
H A Dexec.c156 { CD_NOTREQUIRED, 0 },
H A Dether.c668 case CD_NOTREQUIRED: in ether_Create()
H A Dtty.c200 if (dev->dev.cd.necessity == CD_NOTREQUIRED || physical_IsSync(p)) in tty_AwaitCarrier()
H A Dphysical.c500 if (cd->necessity == CD_NOTREQUIRED) in physical_ShowStatus()
H A Dcommand.c2245 cx->physical->cfg.cd.necessity = CD_NOTREQUIRED; in SetVariable()