Home
last modified time | relevance | path

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

/dflybsd-src/usr.sbin/ppp/
H A Dlcp.h50 struct lcp { struct
51 struct fsm fsm; /* The finite state machine */
52 u_int16_t his_mru; /* Peers maximum packet size */
53 u_int16_t his_mrru; /* Peers maximum reassembled packet size (MP) */
54 u_int32_t his_accmap; /* Peeers async char control map */
55 u_int32_t his_magic; /* Peers magic number */
56 u_int32_t his_lqrperiod; /* Peers LQR frequency (100ths of seconds) */
57 u_short his_auth; /* Peer wants this type of authentication */
58 u_char his_authtype; /* Fifth octet of REQ/NAK/REJ */
59 struct callback his_callback; /* Peer wants callback ? */
[all …]
H A Dlcp.c159 struct lcp *lcp; in lcp_ReportStatus() local
238 lcp_SetupCallbacks(struct lcp *lcp) in lcp_SetupCallbacks()
247 lcp_Init(struct lcp *lcp, struct bundle *bundle, struct link *l, in lcp_Init()
283 lcp_Setup(struct lcp *lcp, int openmode) in lcp_Setup()
359 struct lcp *lcp = fsm2lcp(fp); in LcpInitRestartCounter() local
380 struct lcp *lcp = fsm2lcp(fp); in LcpSendConfigReq() local
488 lcp_SendProtoRej(struct lcp *lcp, u_char *option, int count) in lcp_SendProtoRej()
496 lcp_SendIdentification(struct lcp *lcp) in lcp_SendIdentification()
524 lcp_RecvIdentification(struct lcp *lcp, char *data) in lcp_RecvIdentification()
552 struct lcp *lcp = fsm2lcp(fp); in LcpLayerStart() local
[all …]
H A Dlqr.c76 SendEchoReq(struct lcp *lcp) in SendEchoReq()
92 struct lcp *lcp = fsm2lcp(fp); in lqr_RecvEcho() local
140 SendLqrData(struct lcp *lcp) in SendLqrData()
157 struct lcp *lcp = (struct lcp *)v; in SendLqrReport() local
197 struct lcp *lcp = p->hdlc.lqm.owner; in lqr_Input() local
259 lqr_Setup(struct lcp *lcp) in lqr_Setup()
298 lqr_Start(struct lcp *lcp) in lqr_Start()
308 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.h55 struct lcp lcp; /* Our line control FSM */ member
H A Dhdlc.c99 hdlc_Init(struct hdlc *hdlc, struct lcp *lcp) in hdlc_Init()
H A Dfsm.c936 struct lcp *lcp = fsm2lcp(fp); in FsmRecvProtoRej() local
952 struct lcp *lcp = fsm2lcp(fp); in FsmRecvEchoReq() local
H A Dcbcp.c315 struct lcp *lcp = &cbcp->p->link.lcp; in cbcp_Up() local
H A Dmppe.c448 struct lcp *lcp = &fp->link->lcp; in MPPEUsable() local
H A Ddatalink.c573 struct lcp *lcp = &dl->physical->link.lcp; in datalink_LayerUp() local
H A Dmp.c300 struct lcp *lcp = &dl->physical->link.lcp; in mp_Up() local
/dflybsd-src/contrib/lvm2/dist/tools/
H A Dlvcreate.c132 struct lvcreate_cmdline_params *lcp) in _update_extents_params()
183 struct lvcreate_cmdline_params *lcp, in _read_size_params()
377 struct lvcreate_cmdline_params *lcp, in _lvcreate_params()
571 struct lvcreate_cmdline_params lcp; in lvcreate() local
/dflybsd-src/sys/net/sppp/
H A Dif_sppp.h108 struct slcp lcp; /* LCP params */ member
163 struct slcp lcp; /* LCP params */ member
H A Dif_spppsubr.c369 static const struct cp lcp = { variable
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_base.hpp837 leaf_const_pointer lcp = static_cast<leaf_const_pointer>(m_p_nd); in pref_begin() local
849 leaf_const_pointer lcp = static_cast<leaf_const_pointer>(m_p_nd); in pref_end() local
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_base.hpp837 leaf_const_pointer lcp = static_cast<leaf_const_pointer>(m_p_nd); in pref_begin() local
849 leaf_const_pointer lcp = static_cast<leaf_const_pointer>(m_p_nd); in pref_end() local
/dflybsd-src/contrib/grep/lib/
H A Ddfa.c3962 for (char *lcp = left; *lcp != '\0'; lcp++) in comsubs() local