ring.h 标头
此标头由网络使用。 有关详细信息,请参阅:
ring.h 包含以下编程接口:
函数
NetRingAdvanceIndex NetRingAdvanceIndex 函数在网环中向前推进索引,并在必要时环绕。 |
NetRingGetElementAtIndex NetRingGetElementAtIndex 函数从网络环中检索元素。 |
NetRingGetFragmentAtIndex NetRingGetFragmentAtIndex 函数从网络环中检索片段。 |
NetRingGetPacketAtIndex NetRingGetPacketAtIndex 函数从网络环检索数据包。 |
NetRingGetRangeCount 计算指定网环缓冲区范围中包含的元素数。 |
NetRingIncrementIndex 返回指定索引值之后的下一个索引值,如有必要,将环绕到环形缓冲区的开头。 |
结构
NET_RING _NET_RING 结构指定由一个或多个NET_PACKET或NET_FRAGMENT结构组成的缓冲区。 |