📄 lcp_extr.h
字号:
/************************************************************************
*
* Copyright (c) 1997 - 2001 by Accelerated Technology, Inc.
*
* PROPRIETARY RIGHTS of Accelerated Technology are involved in the
* subject matter of this material. All manufacturing, reproduction,
* use, and sales rights pertaining to this subject matter are governed
* by the license agreement. The recipient of this software implicitly
* accepts the terms of the license.
*
************************************************************************/
/************************************************************************
*
* FILE NAME VERSION
*
* LCP_EXTR.H 2.4
*
* COMPONENT
*
* LCP
*
* DESCRIPTION
*
* This file contains function prototypes
* used by LCP and also accessible to other modules.
*
* DATA STRUCTURES
*
* None
*
* DEPENDENCIES
*
* None
*
************************************************************************/
#ifndef LCP_EXTR_H
#define LCP_EXTR_H
VOID LCP_Open_State (NET_BUFFER *buf_ptr);
VOID LCP_Closing_State (NET_BUFFER *buf_ptr);
VOID LCP_Stopping_State (NET_BUFFER *buf_ptr);
VOID PPP_LCP_Interpret (NET_BUFFER *buf_ptr);
VOID LCP_Ack_Sent_State (NET_BUFFER *buf_ptr);
VOID LCP_Ack_Rcvd_State (NET_BUFFER *buf_ptr);
VOID LCP_Req_Sent_State (NET_BUFFER *buf_ptr);
VOID LCP_Send_Config_Req(DV_DEVICE_ENTRY *);
VOID LCP_Timer_Expire(UNSIGNED);
VOID LCP_Send_Echo_Reply (NET_BUFFER *buf_ptr);
VOID LCP_Send_Code_Reject (NET_BUFFER *, UINT16);
VOID LCP_Send_Terminate_Req(DV_DEVICE_ENTRY *);
VOID LCP_Send_Terminate_Ack(NET_BUFFER *buf_ptr, UINT16);
VOID LCP_Send_Echo_Req (DV_DEVICE_ENTRY *dev_ptr);
VOID LCP_Echo_Expire (UNSIGNED unused);
VOID LCP_Send_Protocol_Reject (NET_BUFFER *);
VOID LCP_Configure_Reject_Check (NET_BUFFER *buf_ptr);
VOID LCP_Reset (LCP_LAYER*);
STATUS LCP_Code_Reject_Check (NET_BUFFER *buf_ptr);
STATUS LCP_Configure_Nak_Check (NET_BUFFER *buf_ptr);
STATUS LCP_Init (DV_DEVICE_ENTRY *dev_ptr);
STATUS LCP_Configure_Req_Check (NET_BUFFER *buf_ptr);
UINT32 LCP_Random_Number32(VOID);
UINT8 LCP_Random_Number(VOID);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -