Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dphysical.h48 #define CD_DEFAULT 3 macro
H A Dtcp.c204 if (p->cfg.cd.necessity != CD_DEFAULT) in tcp_Create()
H A Dudp.c329 if (p->cfg.cd.necessity != CD_DEFAULT) in udp_Create()
H A Dtty.c131 if (p->cfg.cd.necessity != CD_DEFAULT) in tty_Timeout()
713 if (p->cfg.cd.necessity != CD_DEFAULT) in tty_Create()
H A Dexec.c404 if (p->cfg.cd.necessity != CD_DEFAULT) in exec_Create()
H A Dphysical.c202 p->cfg.cd.necessity = CD_DEFAULT; in physical_Create()
502 else if (p->cfg.cd.necessity == CD_DEFAULT) { in physical_ShowStatus()
H A Dether.c671 case CD_DEFAULT: in ether_Create()
H A Dcommand.c2248 cx->physical->cfg.cd.necessity = CD_DEFAULT; in SetVariable()