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

/freebsd-9.3-release/usr.sbin/ppp/
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
114 if ((hdlc
372 lqr_Analyse(const struct hdlc *hdlc, const struct lqrdata *oldlqr, const struct lqrdata *newlqr) argument
[all...]
H A Dhdlc.c47 #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.lqm.ifInErrors++;
326 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.h61 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.c69 #include "hdlc.h"
192 hdlc_Init(&p->hdlc, &p->link.lcp);
626 p->hdlc.lqm.owner = &p->link.lcp;
627 p->hdlc.ReportTimer.state = TIMER_STOPPED;
628 p->hdlc.lqm.timer.state = TIMER_STOPPED;
650 if (p->hdlc.lqm.method && p->hdlc.lqm.timer.load)
652 hdlc_StartTimer(&p->hdlc);
685 hdlc_StopTimer(&p->hdlc);
H A Dcommand.c72 #include "hdlc.h"
990 {"hdlc", NULL, hdlc_ReportStatus, LOCAL_AUTH | LOCAL_CX,
991 "HDLC errors", "show hdlc", NULL},
2416 "set log [local] [+|-]all|async|cbcp|ccp|chat|command|connect|debug|dns|hdlc|"
2900 cx->physical->hdlc.lqm.method &= ~LQM_ECHO;
2901 if (cx->physical->hdlc.lqm.method & LQM_ECHO &&
2903 cx->physical->hdlc.lqm.timer.load) {
2904 cx->physical->hdlc.lqm.timer.load = 0;
2909 cx->physical->hdlc.lqm.method |= LQM_ECHO;
2910 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);
/freebsd-9.3-release/sys/dev/lmc/
H A Dif_lmc.c317 # include <linux/hdlc.h>
6872 # if GEN_HDLC /* generic-hdlc line protocols */

Completed in 184 milliseconds