HomeSort by relevance Sort by last modified time
    Searched defs:hdlc (Results 1 - 4 of 4) sorted by null

  /external/libppp/src/
hdlc.c 28 * $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)
101 memset(hdlc, '\0', sizeof(struct hdlc));
102 hdlc->lqm.owner = lcp;
106 * HDLC FCS computation. Read RFC 1171 Appendix B and CCITT X.25 section
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! *
385 struct hdlc *hdlc = &arg->cx->physical->hdlc; local
403 struct hdlc *hdlc = (struct hdlc *)v; local
    [all...]
hdlc.h 28 * $FreeBSD: src/usr.sbin/ppp/hdlc.h,v 1.24.26.1 2010/12/21 17:10:29 kensmith Exp $
32 * Definition for Async HDLC
41 * Definition for HDLC Frame Check Sequence
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 *);
lqr.c 50 #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->lqm.echo.seq_recv > (u_int32_t)0 - 5 && lqr.sequence < 5) |
    [all...]
physical.h 84 struct hdlc hdlc; /* Our hdlc state */ member in struct:physical

Completed in 139 milliseconds