Searched defs:hdlc (Results 1 – 4 of 4) sorted by relevance
62 struct hdlc { struct63 struct pppTimer ReportTimer;65 struct {70 } laststats, stats;72 struct {100 extern void hdlc_Init(struct hdlc *, struct lcp *); argument
99 hdlc_Init(struct hdlc *hdlc, struct lcp *lcp) in hdlc_Init()381 struct hdlc *hdlc = &arg->cx->physical->hdlc; in hdlc_ReportStatus() local399 struct hdlc *hdlc = (struct hdlc *)v; in hdlc_ReportTime() local418 hdlc_StartTimer(struct hdlc *hdlc) in hdlc_StartTimer()429 hdlc_StopTimer(struct hdlc *hdlc) in hdlc_StopTimer()
78 struct hdlc *hdlc = &link2physical(lcp->fsm.link)->hdlc; in SendEchoReq() local91 struct hdlc *hdlc = &link2physical(fp->link)->hdlc; in lqr_RecvEcho() local
83 struct hdlc hdlc; /* Our hdlc state */ member