HomeSort by relevance Sort by last modified time
    Searched refs:lqr (Results 1 - 8 of 8) sorted by null

  /external/libppp/src/
lqr.c 28 * $FreeBSD: src/usr.sbin/ppp/lqr.c,v 1.49.26.1 2010/12/21 17:10:29 kensmith Exp $
49 #include "lqr.h"
92 struct echolqr lqr; local
94 if (m_length(bp) >= sizeof lqr) {
95 m_freem(mbuf_Read(bp, &lqr, sizeof lqr));
97 lqr.magic = ntohl(lqr.magic);
98 lqr.signature = ntohl(lqr.signature)
221 struct lqrdata *lqr; local
479 struct lqrdata lqr; local
    [all...]
sync.c 40 #include "lqr.h"
76 p->hdlc.lqm.lqr.InGoodOctets += len + 1; /* plus 1 flag octet! */
hdlc.h 74 int method; /* bit-mask for LQM_* from lqr.h */
88 struct lqrsavedata Save; /* Our last LQR */
89 struct lqrsavedata prevSave; /* Our last-but-one LQR (analysis) */
91 struct lqrdata peer; /* Last LQR from peer */
92 int peer_timeout; /* peers max lqr timeout */
94 } lqr; member in struct:hdlc::__anon22814
lcp.h 55 u_int32_t his_lqrperiod; /* Peers LQR frequency (100ths of seconds) */
68 u_int32_t want_lqrperiod; /* Our LQR frequency (100ths of seconds) */
91 u_int32_t lqrperiod; /* LQR frequency (seconds) */
100 unsigned lqr : 2; /* Link Quality Report */ member in struct:lcp::__anon22827
Makefile 9 iface.c ip.c ipcp.c ipv6cp.c iplist.c lcp.c link.c log.c lqr.c main.c \
lcp.c 58 #include "lqr.h"
195 prompt_Printf(arg->prompt, " LQR period = %us, ",
219 prompt_Printf(arg->prompt, " LQR = %s\n",
220 command_ShowNegval(lcp->cfg.lqr));
276 lcp->cfg.lqr = NEG_ACCEPTED;
341 lcp->want_lqrperiod = IsEnabled(lcp->cfg.lqr) ?
944 if (ntohs(req.proto) != PROTO_LQR || !IsAccepted(lcp->cfg.lqr)) {
    [all...]
hdlc.c 46 #include "lqr.h"
332 p->hdlc.lqm.lqr.InGoodOctets += len + 1; /* plus 1 flag octet! */
command.c 71 #include "lqr.h"
    [all...]

Completed in 100 milliseconds