Searched defs:lcp (Results 1 – 14 of 14) sorted by relevance
/freebsd-src/usr.sbin/ppp/ |
H A D | lcp.h | 49 struct lcp { struct 50 struct fsm fsm; /* The finite state machine */ 51 u_int16_t his_mru; /* Peers maximum packet size */ 52 u_int16_t his_mrru; /* Peers maximum reassembled packet size (MP) */ 53 u_int32_t his_accmap; /* Peeers async char control map */ 54 u_int32_t his_magic; /* Peers magic number */ 55 u_int32_t his_lqrperiod; /* Peers LQR frequency (100ths of seconds) */ 56 u_short his_auth; /* Peer wants this type of authentication */ 57 u_char his_authtype; /* Fifth octet of REQ/NAK/REJ */ 58 struct callback his_callback; /* Peer wants callback ? */ [all …]
|
H A D | lcp.c | 159 struct lcp *lcp; in lcp_ReportStatus() local 240 lcp_SetupCallbacks(struct lcp *lcp) in lcp_SetupCallbacks() 249 lcp_Init(struct lcp *lcp, struct bundle *bundle, struct link *l, in lcp_Init() 286 lcp_Setup(struct lcp *lcp, int openmode) in lcp_Setup() 362 struct lcp *lcp = fsm2lcp(fp); in LcpInitRestartCounter() local 383 struct lcp *lcp = fsm2lcp(fp); in LcpSendConfigReq() local 492 lcp_SendProtoRej(struct lcp *lcp, u_char *option, int count) in lcp_SendProtoRej() 500 lcp_SendIdentification(struct lcp *lcp) in lcp_SendIdentification() 528 lcp_RecvIdentification(struct lcp *lcp, char *data) in lcp_RecvIdentification() 556 struct lcp *lcp = fsm2lcp(fp); in LcpLayerStart() local [all …]
|
H A D | lqr.c | 75 SendEchoReq(struct lcp *lcp) in SendEchoReq() 91 struct lcp *lcp = fsm2lcp(fp); in lqr_RecvEcho() local 140 SendLqrData(struct lcp *lcp) in SendLqrData() 165 struct lcp *lcp = (struct lcp *)v; in SendLqrReport() local 205 struct lcp *lcp = p->hdlc.lqm.owner; in lqr_Input() local 268 lqr_Setup(struct lcp *lcp) in lqr_Setup() 310 lqr_Start(struct lcp *lcp) in lqr_Start() 320 lqr_reStart(struct lcp *lcp) in lqr_reStart()
|
H A D | acf.c | 53 acf_WrapperOctets(struct lcp *lcp, u_short proto) in acf_WrapperOctets()
|
H A D | proto.c | 50 proto_WrapperOctets(struct lcp *lcp, u_short proto) in proto_WrapperOctets()
|
H A D | link.h | 54 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 | 935 struct lcp *lcp = fsm2lcp(fp); in FsmRecvProtoRej() local 951 struct lcp *lcp = fsm2lcp(fp); in FsmRecvEchoReq() local
|
H A D | cbcp.c | 316 struct lcp *lcp = &cbcp->p->link.lcp; in cbcp_Up() local
|
H A D | mppe.c | 447 struct lcp *lcp = &fp->link->lcp; in MPPEUsable() local
|
H A D | datalink.c | 574 struct lcp *lcp = &dl->physical->link.lcp; in datalink_LayerUp() local
|
H A D | mp.c | 299 struct lcp *lcp = &dl->physical->link.lcp; in mp_Up() local
|
/freebsd-src/usr.bin/tftp/ |
H A D | main.c | 451 char *lcp; in put() local 573 char *lcp; in get() local
|
/freebsd-src/sys/geom/multipath/ |
H A D | g_multipath.c | 141 struct g_consumer *lcp; in g_multipath_fault() local 715 struct g_consumer *lcp, *first_good_cp = NULL; in g_multipath_rotate() local
|