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

/external/libppp/src/
H A Dhdlc.c28 * $FreeBSD: src/usr.sbin/ppp/hdlc.c,v 1.51.26.1 2010/12/21 17:10:29 kensmith Exp $
47 #include "hdlc.h"
99 hdlc_Init(struct hdlc *hdlc, struct lcp *lcp) argument
101 memset(hdlc, '\0', sizeof(struct hdlc));
102 hdlc->lqm.owner = lcp;
309 log_Printf(LogERROR, "Can't Pull a hdlc packet from a logical link\n");
322 p->hdlc.lqm.ifInOctets += len + 1; /* plus 1 flag octet! */
325 p->hdlc
385 struct hdlc *hdlc = &arg->cx->physical->hdlc; local
403 struct hdlc *hdlc = (struct hdlc *)v; local
422 hdlc_StartTimer(struct hdlc *hdlc) argument
433 hdlc_StopTimer(struct hdlc *hdlc) argument
[all...]
H A Dhdlc.h28 * $FreeBSD: src/usr.sbin/ppp/hdlc.h,v 1.24.26.1 2010/12/21 17:10:29 kensmith Exp $
61 struct hdlc { struct
104 extern void hdlc_Init(struct hdlc *, struct lcp *);
105 extern void hdlc_StartTimer(struct hdlc *);
106 extern void hdlc_StopTimer(struct hdlc *);
H A Dlqr.c50 #include "hdlc.h"
77 struct hdlc *hdlc = &link2physical(lcp->fsm.link)->hdlc; local
82 echo.sequence = htonl(hdlc->lqm.echo.seq_sent);
83 fsm_Output(&lcp->fsm, CODE_ECHOREQ, hdlc->lqm.echo.seq_sent++,
90 struct hdlc *hdlc = &link2physical(fp->link)->hdlc; local
113 if ((hdlc
371 lqr_Analyse(const struct hdlc *hdlc, const struct lqrdata *oldlqr, const struct lqrdata *newlqr) argument
[all...]
H A Dphysical.h84 struct hdlc hdlc; /* Our hdlc state */ member in struct:physical

Completed in 71 milliseconds