⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 eventlist.text

📁 IXP425的BSP代码
💻 TEXT
字号:
     This file lists all of the network stack functions registered as WindView events by the associated scripts. The following sequence of events indicates the reception of data:    {4, 5} -> { 27, 30} -> {44, 45, 46}where the braces indicate a set of event identifiers, one of which may be present, depending on the system configuration and the implementation of the network applications. For example, no events from the last group would be present for a network application which did not use the BSD socket layer and no events from the first group would appear unless the VxWorks image used the MUX/END drivers. Further variation in this sequence is caused by the network buffer management operations. If those events are added, one or more of identifiers 12-19 may appear as well.      A complete description of these routines and the circumstances causing the associated events is beyond the scope of this document. For more information, see the manual pages for the associated functions, if available. However, many of these functions are internal to the implementation of the network protocols. To help interpret the associated events, the following guide to the TCP/IP stack is recommended:TCP/IP Illustrated, Volume 1, The Protocols, by W. Richard StevensTCP/IP Illustrated, Volume 2, The Implementation, by Gary R. Wright                                                   and W. Richard StevensUser Event ID 	Function Name 				Script Name-------------	-------------				-----------0		muxDevLoad				MuxEventSet.scp1		muxDevStart				MuxEventSet.scp2		muxSend					MuxEventSet.scp3		muxPollSend				MuxEventSet.scp4		muxReceive				MuxEventSet.scp5		muxPollReceive				MuxEventSet.scp6		muxDevStop				MuxEventSet.scp7		muxDevUnload				MuxEventSet.scp-----------------------------------------------------------------------8		rtalloc1				RouteEventSet.scp9		rtredirect				RouteEventSet.scp10		rtfree					RouteEventSet.scp11		rtioctl					RouteEventSet.scp-----------------------------------------------------------------------12		pNetPoolFuncTbl->pMblkFreeRtn		NetBufEventSet.scp13		pNetPoolFuncTbl->pClBlkFreeRtn		NetBufEventSet.scp14		pNetPoolFuncTbl->pClFreeRtn		NetBufEventSet.scp15		pNetPoolFuncTbl->pMblkClFreeRtn		NetBufEventSet.scp16		pNetPoolFuncTbl->pMblkGetRtn		NetBufEventSet.scp17		pNetPoolFuncTbl->pClBlkGetRtn		NetBufEventSet.scp18		pNetPoolFuncTbl->pClGetRtn		NetBufEventSet.scp19		pNetPoolFuncTbl->pMblkClGetRtn		NetBufEventSet.scp-----------------------------------------------------------------------20		ip_ctloutput				IpEventSet.scp21		ip_output				IpEventSet.scp22		ip_slowtimo				IpEventSet.scp23		ip_drain				IpEventSet.scp24*		icmpErrorHook				IpEventSet.scp25*		igmpJoinGrpHook				IpEventSet.scp26*		igmpLeaveGrpHook			IpEventSet.scp-----------------------------------------------------------------------27		udp_input				UdpEventSet.scp28		udp_ctlinput				UdpEventSet.scp29		udp_usrreq				UdpEventSet.scp-----------------------------------------------------------------------30		tcp_input				TcpEventSet.scp31		tcp_ctlinput				TcpEventSet.scp32		tcp_ctloutput				TcpEventSet.scp33		tcp_usrreq				TcpEventSet.scp34		tcp_fasttimo				TcpEventSet.scp35		tcp_drain				TcpEventSet.scp36		tcp_timers				TcpEventSet.scp-----------------------------------------------------------------------37		bsdSockFunc.acceptRtn			BsdSockEventSet.scp38		bsdSockFunc.bindRtn			BsdSockEventSet.scp39		bsdSockFunc.connectRtn			BsdSockEventSet.scp40		bsdSockFunc.connectWithTimeoutRtn	BsdSockEventSet.scp41		bsdSockFunc.getpeernameRtn		BsdSockEventSet.scp42		bsdSockFunc.getsocknameRtn		BsdSockEventSet.scp43		bsdSockFunc.listenRtn			BsdSockEventSet.scp44		bsdSockFunc.recvRtn			BsdSockEventSet.scp45		bsdSockFunc.recvfromRtn			BsdSockEventSet.scp46		bsdSockFunc.recvmsgRtn			BsdSockEventSet.scp47		bsdSockFunc.sendRtn			BsdSockEventSet.scp48		bsdSockFunc.sendtoRtn			BsdSockEventSet.scp49		bsdSockFunc.sendmsgRtn			BsdSockEventSet.scp50		bsdSockFunc.shutdownRtn			BsdSockEventSet.scp     *NOTE: Although present in the script file, these event points are             not set automatically. The associated script file must be edited             to remove the appropriate comment mark if the corresponding hook             routines are installed.

⌨️ 快捷键说明

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