ipeventset.scp

来自「IXP425的BSP代码」· SCP 代码 · 共 21 行

SCP
21
字号
# IpEventSet.scp - WindView event points for network layer## modification history# --------------------# 01a,12dec97,spm  created.## DESCRIPTION# Add basic instrumentation for network layer (IP, ICMP, and IGMP).e (ip_ctloutput, 20, 0, 0, 0);e (ip_output, 21, 0, 0, 0);e (ip_slowtimo, 22, 0, 0, 0);e (ip_drain, 23, 0, 0, 0);# The ICMP and IGMP events can only be added if the pointers are not NULL.#e (_icmpErrorHook, 24, 0, 0, 0);#e (_igmpJoinGrpHook, 25, 0, 0, 0);#e (_igmpLeaveGrpHook, 26, 0, 0, 0);

⌨️ 快捷键说明

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