route.h
来自「代码在ti的c67系列单片机上实现了完整的TCPIP协议栈」· C头文件 代码 · 共 27 行
H
27 行
//--------------------------------------------------------------------------
// 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 + =
减小字号Ctrl + -
显示快捷键?