| /dflybsd-src/usr.sbin/ppp/ |
| H A D | lcp.h | 50 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 D | lcp.c | 159 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 D | lqr.c | 76 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 D | acf.c | 55 acf_WrapperOctets(struct lcp *lcp, u_short proto) in acf_WrapperOctets()
|
| H A D | proto.c | 52 proto_WrapperOctets(struct lcp *lcp, u_short proto) in proto_WrapperOctets()
|
| H A D | link.h | 55 struct lcp lcp; /* Our line control FSM */ member
|
| H A D | hdlc.c | 99 hdlc_Init(struct hdlc *hdlc, struct lcp *lcp) in hdlc_Init()
|
| H A D | fsm.c | 936 struct lcp *lcp = fsm2lcp(fp); in FsmRecvProtoRej() local 952 struct lcp *lcp = fsm2lcp(fp); in FsmRecvEchoReq() local
|
| H A D | cbcp.c | 315 struct lcp *lcp = &cbcp->p->link.lcp; in cbcp_Up() local
|
| H A D | mppe.c | 448 struct lcp *lcp = &fp->link->lcp; in MPPEUsable() local
|
| H A D | datalink.c | 573 struct lcp *lcp = &dl->physical->link.lcp; in datalink_LayerUp() local
|
| H A D | mp.c | 300 struct lcp *lcp = &dl->physical->link.lcp; in mp_Up() local
|
| /dflybsd-src/contrib/lvm2/dist/tools/ |
| H A D | lvcreate.c | 132 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 D | if_sppp.h | 108 struct slcp lcp; /* LCP params */ member 163 struct slcp lcp; /* LCP params */ member
|
| H A D | if_spppsubr.c | 369 static const struct cp lcp = { variable
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
| H A D | pat_trie_base.hpp | 837 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 D | pat_trie_base.hpp | 837 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 D | dfa.c | 3962 for (char *lcp = left; *lcp != '\0'; lcp++) in comsubs() local
|