Home
last modified time | relevance | path

Searched defs:hdlc (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/usr.sbin/ppp/
H A Dhdlc.h62 struct hdlc { struct
63 struct pppTimer ReportTimer;
65 struct {
70 } laststats, stats;
72 struct {
100 extern void hdlc_Init(struct hdlc *, struct lcp *); argument
H A Dhdlc.c99 hdlc_Init(struct hdlc *hdlc, struct lcp *lcp) in hdlc_Init()
381 struct hdlc *hdlc = &arg->cx->physical->hdlc; in hdlc_ReportStatus() local
399 struct hdlc *hdlc = (struct hdlc *)v; in hdlc_ReportTime() local
418 hdlc_StartTimer(struct hdlc *hdlc) in hdlc_StartTimer()
429 hdlc_StopTimer(struct hdlc *hdlc) in hdlc_StopTimer()
H A Dlqr.c78 struct hdlc *hdlc = &link2physical(lcp->fsm.link)->hdlc; in SendEchoReq() local
91 struct hdlc *hdlc = &link2physical(fp->link)->hdlc; in lqr_RecvEcho() local
H A Dphysical.h83 struct hdlc hdlc; /* Our hdlc state */ member