Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
H A Dphysical.h49 #define CD_DEFAULT 3 macro
H A Dtcp.c204 if (p->cfg.cd.necessity != CD_DEFAULT) in tcp_Create()
H A Dexec.c226 if (p->cfg.cd.necessity != CD_DEFAULT) in exec_Create()
H A Dtty.c139 if (p->cfg.cd.necessity != CD_DEFAULT) in tty_Timeout()
707 if (p->cfg.cd.necessity != CD_DEFAULT) in tty_Create()
H A Dudp.c330 if (p->cfg.cd.necessity != CD_DEFAULT) in udp_Create()
H A Dphysical.c200 p->cfg.cd.necessity = CD_DEFAULT; in physical_Create()
500 else if (p->cfg.cd.necessity == CD_DEFAULT) { in physical_ShowStatus()
H A Dether.c665 case CD_DEFAULT: in ether_Create()
H A Dcommand.c2193 cx->physical->cfg.cd.necessity = CD_DEFAULT; in SetVariable()