Searched defs:hdlc (Results 1 – 4 of 4) sorted by relevance
63 struct hdlc { struct64 struct pppTimer ReportTimer;66 struct {71 } laststats, stats;73 struct {106 extern void hdlc_Init(struct hdlc *, struct lcp *); argument
101 hdlc_Init(struct hdlc *hdlc, struct lcp *lcp) in hdlc_Init()387 struct hdlc *hdlc = &arg->cx->physical->hdlc; in hdlc_ReportStatus() local405 struct hdlc *hdlc = (struct hdlc *)v; in hdlc_ReportTime() local424 hdlc_StartTimer(struct hdlc *hdlc) in hdlc_StartTimer()435 hdlc_StopTimer(struct hdlc *hdlc) in hdlc_StopTimer()
79 struct hdlc *hdlc = &link2physical(lcp->fsm.link)->hdlc; in SendEchoReq() local92 struct hdlc *hdlc = &link2physical(fp->link)->hdlc; in lqr_RecvEcho() local374 lqr_Analyse(const struct hdlc *hdlc, const struct lqrdata *oldlqr, in lqr_Analyse()
84 struct hdlc hdlc; /* Our hdlc state */ member