Searched refs:lqr (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/release/picobsd/floppy.tree/etc/ppp/
H A Dppp.conf7 disable lqr
8 deny lqr
/freebsd-11-stable/usr.sbin/ppp/
H A Dlqr.c30 * $FreeBSD: stable/11/usr.sbin/ppp/lqr.c 330449 2018-03-05 07:26:05Z eadler $
51 #include "lqr.h"
94 struct echolqr lqr; local
96 if (m_length(bp) >= sizeof lqr) {
97 m_freem(mbuf_Read(bp, &lqr, sizeof lqr));
99 lqr.magic = ntohl(lqr.magic);
100 lqr.signature = ntohl(lqr
224 struct lqrdata *lqr; local
354 lqr_Dump(const char *link, const char *message, const struct lqrdata *lqr) argument
481 struct lqrdata lqr; local
[all...]
H A Dsync.c42 #include "lqr.h"
78 p->hdlc.lqm.lqr.InGoodOctets += len + 1; /* plus 1 flag octet! */
H A Dhdlc.h76 int method; /* bit-mask for LQM_* from lqr.h */
94 int peer_timeout; /* peers max lqr timeout */
96 } lqr; member in struct:hdlc::__anon8858
H A DMakefile9 iface.c ip.c ipcp.c ipv6cp.c iplist.c lcp.c link.c log.c lqr.c main.c \
H A Dlcp.h102 unsigned lqr : 2; /* Link Quality Report */ member in struct:lcp::__anon8871
H A Dlcp.c60 #include "lqr.h"
222 command_ShowNegval(lcp->cfg.lqr));
278 lcp->cfg.lqr = NEG_ACCEPTED;
343 lcp->want_lqrperiod = IsEnabled(lcp->cfg.lqr) ?
946 if (ntohs(req.proto) != PROTO_LQR || !IsAccepted(lcp->cfg.lqr)) {
H A Dhdlc.c48 #include "lqr.h"
334 p->hdlc.lqm.lqr.InGoodOctets += len + 1; /* plus 1 flag octet! */
H A Dcommand.c73 #include "lqr.h"
2072 log_Printf(LogWARN, "%ld: Invalid lqr period - min %d\n",
2425 "LQR period", "set lqr/echo period value", (const void *)VAR_LQRPERIOD},
2923 cx->physical->link.lcp.cfg.lqr &= keep;
2924 cx->physical->link.lcp.cfg.lqr |= add;
3050 {"lqr", NULL, NegotiateSet, LOCAL_AUTH | LOCAL_CX,

Completed in 237 milliseconds