Home
last modified time | relevance | path

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

/external/libppp/src/
Dhdlc.h61 struct hdlc { struct
62 struct pppTimer ReportTimer;
64 struct {
69 } laststats, stats;
71 struct {
104 extern void hdlc_Init(struct hdlc *, struct lcp *); argument
Dhdlc.c99 hdlc_Init(struct hdlc *hdlc, struct lcp *lcp) in hdlc_Init()
385 struct hdlc *hdlc = &arg->cx->physical->hdlc; in hdlc_ReportStatus() local
403 struct hdlc *hdlc = (struct hdlc *)v; in hdlc_ReportTime() local
422 hdlc_StartTimer(struct hdlc *hdlc) in hdlc_StartTimer()
433 hdlc_StopTimer(struct hdlc *hdlc) in hdlc_StopTimer()
Dlqr.c77 struct hdlc *hdlc = &link2physical(lcp->fsm.link)->hdlc; in SendEchoReq() local
90 struct hdlc *hdlc = &link2physical(fp->link)->hdlc; in lqr_RecvEcho() local
371 lqr_Analyse(const struct hdlc *hdlc, const struct lqrdata *oldlqr, in lqr_Analyse()
Dphysical.h84 struct hdlc hdlc; /* Our hdlc state */ member