Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.sbin/ppp/
HDhdlc.h63 struct hdlc { struct
64 struct pppTimer ReportTimer;
66 struct {
71 } laststats, stats;
73 struct {
106 extern void hdlc_Init(struct hdlc *, struct lcp *); argument
HDhdlc.c101 hdlc_Init(struct hdlc *hdlc, struct lcp *lcp) in hdlc_Init()
387 struct hdlc *hdlc = &arg->cx->physical->hdlc; in hdlc_ReportStatus() local
405 struct hdlc *hdlc = (struct hdlc *)v; in hdlc_ReportTime() local
424 hdlc_StartTimer(struct hdlc *hdlc) in hdlc_StartTimer()
435 hdlc_StopTimer(struct hdlc *hdlc) in hdlc_StopTimer()
HDlqr.c79 struct hdlc *hdlc = &link2physical(lcp->fsm.link)->hdlc; in SendEchoReq() local
92 struct hdlc *hdlc = &link2physical(fp->link)->hdlc; in lqr_RecvEcho() local
374 lqr_Analyse(const struct hdlc *hdlc, const struct lqrdata *oldlqr, in lqr_Analyse()
HDphysical.h84 struct hdlc hdlc; /* Our hdlc state */ member