📄 route.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 + -