Searched defs:lcp (Results 1 – 15 of 15) sorted by relevance
/external/libppp/src/ |
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 …]
|
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 …]
|
D | lqr.c | 75 SendEchoReq(struct lcp *lcp) in SendEchoReq() 91 struct lcp *lcp = fsm2lcp(fp); in lqr_RecvEcho() local 139 SendLqrData(struct lcp *lcp) in SendLqrData() 164 struct lcp *lcp = (struct lcp *)v; in SendLqrReport() local 204 struct lcp *lcp = p->hdlc.lqm.owner; in lqr_Input() local 267 lqr_Setup(struct lcp *lcp) in lqr_Setup() 309 lqr_Start(struct lcp *lcp) in lqr_Start() 319 lqr_reStart(struct lcp *lcp) in lqr_reStart()
|
D | acf.c | 53 acf_WrapperOctets(struct lcp *lcp, u_short proto) in acf_WrapperOctets()
|
D | proto.c | 50 proto_WrapperOctets(struct lcp *lcp, u_short proto) in proto_WrapperOctets()
|
D | link.h | 54 struct lcp lcp; /* Our line control FSM */ member
|
D | hdlc.c | 99 hdlc_Init(struct hdlc *hdlc, struct lcp *lcp) in hdlc_Init()
|
D | fsm.c | 935 struct lcp *lcp = fsm2lcp(fp); in FsmRecvProtoRej() local 951 struct lcp *lcp = fsm2lcp(fp); in FsmRecvEchoReq() local
|
D | cbcp.c | 316 struct lcp *lcp = &cbcp->p->link.lcp; in cbcp_Up() local
|
D | mppe.c | 447 struct lcp *lcp = &fp->link->lcp; in MPPEUsable() local
|
D | datalink.c | 574 struct lcp *lcp = &dl->physical->link.lcp; in datalink_LayerUp() local
|
D | mp.c | 299 struct lcp *lcp = &dl->physical->link.lcp; in mp_Up() local
|
/external/ppp/pppd/ |
D | utils.c | 853 unsigned char *lcp = p + PPP_HDRLEN; in dump_packet() local
|
/external/valgrind/main/memcheck/ |
D | mc_leakcheck.c | 841 static void print_results(ThreadId tid, LeakCheckParams lcp) in print_results()
|
D | mc_main.c | 5090 LeakCheckParams lcp; in handle_gdb_monitor_command() local 5297 LeakCheckParams lcp; in mc_handle_client_request() local 5991 LeakCheckParams lcp; in mc_fini() local
|