Searched defs:hdlc (Results 1 – 4 of 4) sorted by relevance
61 struct hdlc { struct62 struct pppTimer ReportTimer;64 struct {69 } laststats, stats;71 struct {104 extern void hdlc_Init(struct hdlc *, struct lcp *); argument
99 hdlc_Init(struct hdlc *hdlc, struct lcp *lcp) in hdlc_Init()385 struct hdlc *hdlc = &arg->cx->physical->hdlc; in hdlc_ReportStatus() local403 struct hdlc *hdlc = (struct hdlc *)v; in hdlc_ReportTime() local422 hdlc_StartTimer(struct hdlc *hdlc) in hdlc_StartTimer()433 hdlc_StopTimer(struct hdlc *hdlc) in hdlc_StopTimer()
77 struct hdlc *hdlc = &link2physical(lcp->fsm.link)->hdlc; in SendEchoReq() local90 struct hdlc *hdlc = &link2physical(fp->link)->hdlc; in lqr_RecvEcho() local371 lqr_Analyse(const struct hdlc *hdlc, const struct lqrdata *oldlqr, in lqr_Analyse()
84 struct hdlc hdlc; /* Our hdlc state */ member