ipxrip.h

来自「mgcp协议源代码。支持多种编码:g711」· C头文件 代码 · 共 33 行

H
33
字号
/**************************************************************************** ** File: ipxrip.h**** Author: Mike Borella**** Comments: IPX/RIP header format and such**** $Log: ipxrip.h,v $** Revision 1.2  2000/10/27 00:11:23  qweaver****** Rolled back to the pristine ipgrab-0.8.2 source.**** Revision 1.2  1998/06/12 20:48:33  mborella** Added log tag*********************************************************************************/typedef struct _RIPentry{  u_int32_t net;  u_int16_t hops;  u_int16_t ticks;} RIPentry;typedef struct _IPXRIPhdr{  u_int16_t op;} IPXRIPhdr;

⌨️ 快捷键说明

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