Home
last modified time | relevance | path

Searched defs:lcp (Results 1 – 18 of 18) sorted by relevance

/freebsd-12.1/usr.sbin/ppp/
H A Dlcp.h51 struct lcp { struct
52 struct fsm fsm; /* The finite state machine */
53 u_int16_t his_mru; /* Peers maximum packet size */
56 u_int32_t his_magic; /* Peers magic number */
59 u_char his_authtype; /* Fifth octet of REQ/NAK/REJ */
66 u_short want_mru; /* Our maximum packet size */
68 u_int32_t want_accmap; /* Our async char control map */
69 u_int32_t want_magic; /* Our magic number */
73 struct callback want_callback;/* We want callback ? */
86 struct {
[all …]
H A Dlcp.c161 struct lcp *lcp; in lcp_ReportStatus() local
242 lcp_SetupCallbacks(struct lcp *lcp) in lcp_SetupCallbacks()
288 lcp_Setup(struct lcp *lcp, int openmode) in lcp_Setup()
364 struct lcp *lcp = fsm2lcp(fp); in LcpInitRestartCounter() local
385 struct lcp *lcp = fsm2lcp(fp); in LcpSendConfigReq() local
502 lcp_SendIdentification(struct lcp *lcp) in lcp_SendIdentification()
530 lcp_RecvIdentification(struct lcp *lcp, char *data) in lcp_RecvIdentification()
558 struct lcp *lcp = fsm2lcp(fp); in LcpLayerStart() local
578 struct lcp *lcp = fsm2lcp(fp); in LcpLayerUp() local
623 lcp_auth_nak(struct lcp *lcp, struct fsm_decode *dec) in lcp_auth_nak()
[all …]
H A Dlqr.c77 SendEchoReq(struct lcp *lcp) in SendEchoReq()
93 struct lcp *lcp = fsm2lcp(fp); in lqr_RecvEcho() local
142 SendLqrData(struct lcp *lcp) in SendLqrData()
167 struct lcp *lcp = (struct lcp *)v; in SendLqrReport() local
207 struct lcp *lcp = p->hdlc.lqm.owner; in lqr_Input() local
270 lqr_Setup(struct lcp *lcp) in lqr_Setup()
312 lqr_Start(struct lcp *lcp) in lqr_Start()
322 lqr_reStart(struct lcp *lcp) in lqr_reStart()
H A Dacf.c55 acf_WrapperOctets(struct lcp *lcp, u_short proto) in acf_WrapperOctets()
H A Dproto.c52 proto_WrapperOctets(struct lcp *lcp, u_short proto) in proto_WrapperOctets()
H A Dlink.h56 struct lcp lcp; /* Our line control FSM */ member
H A Dhdlc.c101 hdlc_Init(struct hdlc *hdlc, struct lcp *lcp) in hdlc_Init()
H A Dfsm.c937 struct lcp *lcp = fsm2lcp(fp); in FsmRecvProtoRej() local
953 struct lcp *lcp = fsm2lcp(fp); in FsmRecvEchoReq() local
H A Dcbcp.c318 struct lcp *lcp = &cbcp->p->link.lcp; in cbcp_Up() local
H A Dmppe.c449 struct lcp *lcp = &fp->link->lcp; in MPPEUsable() local
H A Dmp.c301 struct lcp *lcp = &dl->physical->link.lcp; in mp_Up() local
H A Ddatalink.c576 struct lcp *lcp = &dl->physical->link.lcp; in datalink_LayerUp() local
/freebsd-12.1/usr.bin/tftp/
H A Dmain.c464 char *lcp; in put() local
577 char *lcp; in get() local
/freebsd-12.1/sys/net/
H A Dif_sppp.h108 struct slcp lcp; /* LCP params */ member
162 struct slcp lcp; /* LCP params */ member
H A Dif_spppsubr.c392 static const struct cp lcp = { variable
/freebsd-12.1/sys/geom/multipath/
H A Dg_multipath.c133 struct g_consumer *lcp; in g_multipath_fault() local
694 struct g_consumer *lcp, *first_good_cp = NULL; in g_multipath_rotate() local
/freebsd-12.1/contrib/subversion/subversion/libsvn_ra_serf/
H A Dlog.c199 svn_log_changed_path2_t *lcp; in collect_path() local
/freebsd-12.1/gnu/usr.bin/grep/
H A Ddfa.c3245 char *lcp; in comsubs() local