Searched refs:hdlc (Results 1 - 16 of 16) sorted by relevance

/external/libppp/src/
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 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 Dsync.c41 #include "hdlc.h"
75 p->hdlc.lqm.ifInOctets += len + 1; /* plus 1 flag octet! */
76 p->hdlc.lqm.lqr.InGoodOctets += len + 1; /* plus 1 flag octet! */
77 p->hdlc.lqm.ifInUniPackets++;
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.h44 u_int32_t PeerOutLQRs; /* Peers OutLQRs (hdlc.h) */
45 u_int32_t PeerOutPackets; /* Peers OutPackets (hdlc.h) */
46 u_int32_t PeerOutOctets; /* Peers OutOctets (hdlc.h) */
67 struct hdlc;
72 extern void lqr_Analyse(const struct hdlc *, const struct lqrdata *,
H A Dacf.c44 #include "hdlc.h"
89 p->hdlc.lqm.ifInErrors++;
90 p->hdlc.stats.badaddr++;
96 p->hdlc.lqm.ifInErrors++;
97 p->hdlc.stats.badcommand++;
H A Dphysical.h84 struct hdlc hdlc; /* Our hdlc state */ member in struct:physical
H A DMakefile8 command.c datalink.c deflate.c defs.c exec.c filter.c fsm.c hdlc.c \
H A Dlink.c48 #include "hdlc.h"
392 p->hdlc.lqm.ifInDiscards++;
393 p->hdlc.stats.unknownproto++;
H A Dphysical.c68 #include "hdlc.h"
203 hdlc_Init(&p->hdlc, &p->link.lcp);
637 p->hdlc.lqm.owner = &p->link.lcp;
638 p->hdlc.ReportTimer.state = TIMER_STOPPED;
639 p->hdlc.lqm.timer.state = TIMER_STOPPED;
661 if (p->hdlc.lqm.method && p->hdlc.lqm.timer.load)
663 hdlc_StartTimer(&p->hdlc);
696 hdlc_StopTimer(&p->hdlc);
H A Dcommand.c72 #include "hdlc.h"
983 {"hdlc", NULL, hdlc_ReportStatus, LOCAL_AUTH | LOCAL_CX,
984 "HDLC errors", "show hdlc", NULL},
2409 "set log [local] [+|-]all|async|cbcp|ccp|chat|command|connect|debug|dns|hdlc|"
2893 cx->physical->hdlc.lqm.method &= ~LQM_ECHO;
2894 if (cx->physical->hdlc.lqm.method & LQM_ECHO &&
2896 cx->physical->hdlc.lqm.timer.load) {
2897 cx->physical->hdlc.lqm.timer.load = 0;
2902 cx->physical->hdlc.lqm.method |= LQM_ECHO;
2903 cx->physical->hdlc
[all...]
H A Dlcp.c59 #include "hdlc.h"
581 hdlc_StartTimer(&p->hdlc);
596 hdlc_StopTimer(&p->hdlc);
H A Ddatalink.c52 #include "hdlc.h"
237 hdlc_Init(&dl->physical->hdlc, &dl->physical->link.lcp);
/external/iproute2/include/linux/
H A Dif.h28 #include <linux/hdlc/ioctl.h>
80 /* For definitions see hdlc.h */
89 /* For definitions see hdlc.h */
/external/iproute2/lib/
H A Dll_types.c62 __PF(HDLC,hdlc)
/external/kernel-headers/original/linux/
H A Dif.h28 #include <linux/hdlc/ioctl.h>
80 /* For definitions see hdlc.h */
89 /* For definitions see hdlc.h */

Completed in 161 milliseconds