⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 route.h

📁 代码在ti的c67系列单片机上实现了完整的TCPIP协议栈
💻 H
字号:
//--------------------------------------------------------------------------
// Ip Stack
//--------------------------------------------------------------------------
// Route.H
//
// Author: Michael A. Denio
// Copyright 1999 by Texas Instruments Inc.
//-------------------------------------------------------------------------

#ifndef _C_ROUTE_INC
#define _C_ROUTE_INC  /* #defined if this .h file has been included */

//-------------------------------------------------------------------------
// Private Data
//

//-------------------------------------------------------------------------
// Private Functions
//
uint _RtNodeInsert( RT *prt );
void _RtNodeRemove( RT *prt );
void _RtExpListInsert( RT *prt, UINT32 dwExp );
void _RtExpListRemove( RT *prt );
void _RtReport( uint Message, IPN dwIPAddr, IPN dwIPMask );

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -