spx.h
来自「mgcp协议源代码。支持多种编码:g711」· C头文件 代码 · 共 31 行
H
31 行
/**************************************************************************** ** File: spx.h**** Author: Mike Borella**** Comments: Dump SPX header format and such**** $Log: spx.h,v $** Revision 1.2 2000/10/27 00:11:25 qweaver****** Rolled back to the pristine ipgrab-0.8.2 source.**** Revision 1.2 1998/06/12 20:48:13 mborella** Added log tag*********************************************************************************/typedef struct _SPXhdr{ u_int8_t cc; /* connection control */ u_int8_t ds_type; /* data stream type */ u_int16_t s_id; /* source connection id */ u_int16_t d_id; /* destination connection id */ u_int16_t seqno; /* sequence number */ u_int16_t ackno; /* acknowledgement number */ u_int16_t allocno; /* allocation number */} SPXhdr;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?