?? ncp_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
*
* NCP_EXTR.H 2.4
*
* COMPONENT
*
* NCP
*
* DESCRIPTION
*
* This file contains function prototypes
* used by NCP and also accessible to other modules.
*
* DATA STRUCTURES
*
* None
*
* DEPENDENCIES
*
* None
*
*************************************************************************/
#ifndef NCP_EXTR_H
#define NCP_EXTR_H
STATUS NCP_Configure_Nak_Check (NET_BUFFER *);
STATUS NCP_IP_Configure_Reject_Check (NET_BUFFER *);
STATUS NCP_Configure_Req_Check (NET_BUFFER *);
STATUS NCP_Set_Client_IP_Address (UINT8 *ip_address, CHAR *);
STATUS NCP_Change_IP_Mode(INT8 new_mode, DV_DEVICE_ENTRY *);
STATUS NCP_Init (DV_DEVICE_ENTRY *);
VOID NCP_IP_Stopping_State (NET_BUFFER *);
VOID NCP_Starting_State (NET_BUFFER *);
VOID NCP_IP_Ack_Sent_State (NET_BUFFER *);
VOID NCP_IP_Ack_Rcvd_State (NET_BUFFER *);
VOID NCP_IP_Req_Sent_State (NET_BUFFER *);
VOID NCP_IP_Opened_State (NET_BUFFER *);
VOID NCP_IP_Send_Config_Req (UINT8 [], DV_DEVICE_ENTRY *);
VOID PPP_NCP_IP_Interpret (NET_BUFFER *);
VOID NCP_Timer_Expire(UNSIGNED unused);
#if (INCLUDE_PPP_MIB == NU_TRUE)
VOID NCP_SnmpTimer_Expire(UNSIGNED dev_ptr);
#endif
VOID NCP_Reset (IPCP_LAYER *);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -