3

Networking Event Dictionary



3.1    Overview

The WindView networking events fall into two classes. The core network class (WV_NET_CORE_CLASS) contains events which are directly related to data transfer between hosts. The auxiliary network class (WV_NET_AUX_CLASS) contains events for all other network operations, such as updating the routing table and handling socket operations. Like the existing classes, these two categories determine which events a target reports. In addition to the class setting, events may be enabled or disabled individually, or in groups based on the priority level.

The priority of networking events range from WV_NET_EMERGENCY (1) to WV_NET_VERBOSE (8). An instrumented target reports all events of equal or higher priority within the selected classes (unless specifically disabled) as well as any individual events of lower priority which are specifically enabled. Finally, some events support filtering based on the values of the source or destination addresses and port numbers.

The default setting includes all events for all priority levels within the selected classes without using any available port or address filters.

See the online VxWorks API Reference entry for wvNetLib for more information about priority levels, classes, filters and the available routines for configuring the collection of networking events.



3.2    Summary of Networking Events

Table 3-1 lists all the WindView networking events in alphabetical order, ignoring underscore characters and hyphens. The listing includes the event class, priority level, individual offset within that level, available filters, if any, and a reference to the full description of the event.

Table 3-1:   WindView Network Events


Event Name
Class
Priority Level
Offset
Filter
Full Event Description

add_mrt-nomem
Aux
EMERGENCY (1)
17
None
Memory Allocation Failures, add_mrt-nomem (20118)
add_vif-badaddr
Aux
ERROR (4)
26
None
add_vif-badaddr: invalid interface for multicast routing - no such address
add_vif-badentry
Aux
ERROR (4)
25
None
add_vif-badentry: invalid interface for multicast routing - table entry in use
add_vif-badif
Aux
ERROR (4)
27
None
add_vif-badif: invalid interface for multicast routing - not multicast
add_vif-badindex
Aux
ERROR (4)
24
None
add_vif-badindex: invalid interface for multicast routing - table size exceeded
arpintr-panic
Aux
EMERGENCY (1)
4
None
Panic Events - fatal processing errors, arpintr-panic (20023)
arpioctl-badreq
Aux
ERROR (4)
2
None
arpioctl-badreq: failed ARP control operation - unknown protocol
arpioctl-noentry
Aux
CRITICAL (3)
1
None
arpioctl-noentry: unable to find matching IP address
arpioctl-start
Aux
INFO (7)
3
None
arpioctl-start: executing control operation for ARP table
arpintr-start
Aux
VERBOSE (8)
10
None
arpintr-start: received ARP packet for local destination
arprequest-nomem
Aux
EMERGENCY (1)
2
None
Memory Allocation Failures, arprequest-nomem (20019)
arprequest-send
Aux
VERBOSE (8)
8
None
arprequest-send: ARP request sent to driver layer
arpresolve-nomem
Aux
EMERGENCY (1)
3
IP Address
Memory Allocation Failures, arpresolve-nomem (20021), arpresolve-nomem
arpresolve-start
Aux
VERBOSE (8)
9
IP Address
arpresolve-start: finding hardware address for destination
arp_rtrequest-badgate
Aux
WARNING (5)
1
None
arp_rtrequest-badgate: incorrect hardware address for ARP entry
arp_rtrequest-nomem
Aux
EMERGENCY (1)
1
None
Memory Allocation Failures, arp_rtrequest-nomem (20017)
arp_rtrequest-start
Aux
VERBOSE (8)
7
None
arp_rtrequest-start: changing or retrieving ARP table entry
arptfree-panic
Aux
EMERGENCY (1)
5
None
Panic Events - fatal processing errors, arptfree-panic (20030)
arptimer-free
Aux
INFO (7)
2
None
arptimer-free: timer expired - removing ARP entry
del_vif-badentry
Aux
ERROR (4)
29
None
del_vif-badentry: invalid interface for multicast routing - table entry unused
del_vif-badindex
Aux
ERROR (4)
28
None
del_vif-badindex: unknown multicast routing interface - table size exceeded
ether_addmulti-nomem
Aux
EMERGENCY (1)
6
None
Memory Allocation Failures, ether_addmulti-nomem (20045)
ether_attach-start
Aux
VERBOSE (8)
14
None
ether_attach-start: activating network interface - attach to device
ether_ifattach-start
Aux
VERBOSE (8)
11
None
ether_ifattach-start: activating network interface - storing hardware address
ether_input-start
Core
NOTICE (6)
4
None
ether_input-start: Ethernet frame received from driver layer
ether_output-afnotsupp
Core
ERROR (4)
3
None
ether_output-afnotsupp: send failed - unknown protocol
ether_output-ifdown
Core
CRITICAL (3)
2
None
ether_output-ifdown: sending Ethernet frame over disabled interface
ether_output-nomem
Core
CRITICAL (3)
3
None
ether_output-nomem: insufficient space for sending over interface
ether_output-noroute
Core
CRITICAL (3)
4
IP Address
ether_output-noroute: unreachable destination for IP/Ethernet data
ether_output-rtreject
Core
CRITICAL (3)
5
None
ether_output-rtreject: destination temporarily disabled
ether_output-send
Core
NOTICE (6)
3
None
ether_output-send: Ethernet frame sent to driver layer
hashinit-panic
Aux
EMERGENCY (1)
45
None
Panic Events - fatal processing errors, hashinit-panic (20291), hashinit-panic
icmp_error-panic
Core
EMERGENCY (1)
14
None
Panic Events - fatal processing errors, icmp_error-panic (20088), icmp_error-panic
icmp_error-start
Core
EMERGENCY (1)
9
None
icmp_error-start: memory allocation failure
icmp_error-start
Core
CRITICAL (3)
8
None
icmp_error-start: IP processing failure
icmp_input-badlen
Core
CRITICAL (3)
11
IP Address
icmp_input-badlen: invalid error message received
icmp_input-badsum
Core
CRITICAL (3)
10
IP Address
icmp_input-badsum: corrupted message received
icmp_input-shortmsg
Core
CRITICAL (3)
9
IP Address
icmp_input-shortmsg: truncated message received
icmp_input-start
Core
NOTICE (6)
7
None
icmp_input-start: ICMP message received from IP layer
icmp_reflect-start
Core
NOTICE (6)
8
None
icmp_reflect-start: ICMP request received - generating reply
icmp_send-start
Core
NOTICE (6)
9
IP Address
icmp_send-start: relaying ICMP reply to IP layer
ifafree-panic
Aux
EMERGENCY (1)
0
None
Panic Events - fatal processing errors, ifafree-panic (20004)
if_attach-start
Aux
VERBOSE (8)
2
None
if_attach-start: activating network interface - add to active list
if_dettach-start
Aux
VERBOSE (8)
3
None
if_dettach-start: deleting network interface
if_down-start
Aux
VERBOSE (8)
4
None
if_down-start: disabling network interface
ifinit-start
Aux
VERBOSE (8)
0
None
ifinit-start: initializing network interfaces
ifioctl-badifname
Aux
ERROR (4)
0
None
ifioctl-badifname: failed control operation - unknown interface
ifioctl-noproto
Aux
ERROR (4)
1
None
ifioctl-noproto: failed control operation - unknown protocol
ifioctl-start
Aux
INFO (7)
1
None
ifioctl-start: executing control operation for an interface
ifpromisc-ifdown
Aux
CRITICAL (3)
0
None
ifpromisc-ifdown: failure to change promiscuous mode setting
ifpromisc-start
Aux
VERBOSE (8)
6
None
ifpromisc-start: changing promiscuous mode for an interface
ifreset-start
Aux
VERBOSE (8)
1
None
ifreset-start: closing network interfaces
if_slowtimo-ifWdStart
Aux
INFO (7)
0
None
if_slowtimo-ifWdStart: interface timer expired - calling watchdog routine
if_up-start
Aux
VERBOSE (8)
5
None
if_up-start: enabling network interface
igmp_init-start
Aux
VERBOSE (8)
15
None
igmp_init-start: initializing IGMP component
igmp_fasttimo-start
Aux
INFO (7)
4
None
igmp_fasttimo-start: updating multicast group timers
igmp_input-badaddr
Aux
WARNING (5)
5
IP Address
igmp_input-badaddr: incorrect address in IGMP message
igmp_input-badsum
Core
CRITICAL (3)
7
None
igmp_input-badsum: corrupted message received
igmp_input-recv
Core
NOTICE (6)
5
IP Address
igmp_input-recv: IGMP message received from IP layer
igmp_input-shortmsg
Core
CRITICAL (3)
6
None
igmp_input-shortmsg: truncated message received
igmp_joingroup-start
Aux
VERBOSE (8)
16
None
igmp_joingroup-start: advertising new multicast group membership
igmp_leavegroup-start
Aux
VERBOSE (8)
17
None
igmp_leavegroup-start: "advertising" old multicast group membership
igmp_sendreport-nomem
Aux
EMERGENCY (1)
8
None
Memory Allocation Failures, igmp_sendreport-nomem (20059)
igmp_sendreport-send
Core
NOTICE (6)
6
IP Address
igmp_sendreport-send: IGMP message sent to IP layer
in_addmulti-nomem
Aux
EMERGENCY (1)
12
None
Memory Allocation Failures, in_addmulti-nomem (20071), in_addmulti-nomem
in_addmulti-start
Aux
VERBOSE (8)
58
None
in_addmulti-start: joining multicast group
in_arpinput-delayedsend
Core
NOTICE (6)
1
None
in_arpinput-delayedsend: valid ARP packet received - sending cached data
in_arpinput-dupaddr
Aux
WARNING (5)
3
None
in_arpinput-dupaddr: incorrect protocol address in ARP reply
in_arpinput-etherbcast
Aux
WARNING (5)
2
None
in_arpinput-etherbcast: incorrect hardware address in ARP reply
in_arpinput-newetheraddr
Aux
WARNING (5)
4
None
in_arpinput-newetheraddr: changed hardware address in ARP reply
in_arpinput-replysend
Aux
NOTICE (6)
2
IP Address
in_arpinput-replysend: valid ARP request received - sending reply
in_arpinput-start
Aux
NOTICE (6)
0
None
in_arpinput-start: valid ARP packet received
in_control-badflags
Aux
ERROR (4)
9
None
in_control-badflags: failed control operation - incorrect interface type
in_control-noifdata
Aux
ERROR (4)
8
None
in_control-noifdata: failed control operation - unknown address
in_control-nomem
Aux
EMERGENCY (1)
11
None
Memory Allocation Failures, in_control-nomem (20065), in_control-nomem
in_control-panic-noifp
Aux
EMERGENCY (1)
10
None
Panic Events - fatal processing errors, in_control-panic-noifp (20064), in_control-panic-noifp
in_control-start
Aux
VERBOSE (8)
18
None
in_control-start: accessing interface address or netmask
in_delmulti-start
Aux
VERBOSE (8)
22
None
in_delmulti-start: leaving multicast group
in_ifaddr-remove
Aux
VERBOSE (8)
21
None
in_ifaddr-remove: deleting interface addresses
in_ifinit-start
Aux
VERBOSE (8)
20
None
in_ifinit-start: creating interface addresses and route entry
in_ifscrub-start
Aux
VERBOSE (8)
19
None
in_ifscrub-start: removing interface routes
in_losing-start
Core
WARNING (5)
7
None
in_losing-start: excessive retransmissions - selecting new route
in_pcballoc-nomem
Aux
EMERGENCY (1)
13
None
Memory Allocation Failures, in_pcballoc-nomem (20073), in_pcballoc-nomem
in_pcbbind-badaddrlen
Aux
ERROR (4)
12
None
in_pcbbind-badaddrlen: unable to name socket - invalid address length
in_pcbbind-badaddr
Aux
ERROR (4)
13
None
in_pcbbind-badaddr: unable to name socket - invalid address
in_pcbladdr-badif
Aux
ERROR (4)
16
None
in_pcbladdr-badif: unable to connect - unavailable multicast interface
in_pcbbind-badport
Aux
ERROR (4)
14
None
in_pcbbind-badport: unable to name socket - duplicate port
in_pcbbind-badsock
Aux
ERROR (4)
11
None
in_pcbbind-badsock: unable to name socket - already bound
in_pcbbind-noaddr
Aux
ERROR (4)
10
None
in_pcbbind-noaddr: unable to name socket - no interfaces available
in_pcbbind-start
Aux
VERBOSE (8)
23
None
in_pcbbind-start: assigning local socket name
in_pcbconnect-badaddr
Aux
ERROR (4)
17
None
in_pcbconnect-badaddr: unable to connect - duplicate address pair
in_pcbconnect-start
Aux
VERBOSE (8)
24
None
in_pcbconnect-start: assigning remote socket name
in_pcbdisconnect-start
Aux
VERBOSE (8)
25
None
in_pcbdisconnect-start: clearing remote socket name
in_pcbladdr-badaddr
Aux
ERROR (4)
15
None
in_pcbladdr-badaddr: unable to connect - unreachable destination address
in_pcbnotify-start
Aux
VERBOSE (8)
26
None
in_pcbnotify-start: processing ICMP events for all sockets
ip_ctloutput-badcmd
Aux
ERROR (4)
30
None
ip_ctloutput-badcmd: unknown IP option
ip_ctloutput-start
Aux
INFO (7)
11
None
ip_ctloutput-start: executing control operation for IP protocol
ip_dooptions-badopt
Core
CRITICAL (3)
18
None
ip_dooptions-badopt: invalid packet received - bad options in header
ip_forward-badaddr
Core
CRITICAL (3)
19
IP Address
ip_forward-badaddr: unable to forward packet
ip_forward-result
Core
NOTICE (6)
11
IP Address
ip_forward-result: sending IP packet to next hop destination
ip_freef-start
Aux
INFO (7)
7
IP Address
ip_freef-start: discard reassembly fragments for an IP packet
ip_init-panic
Aux
EMERGENCY (1)
15
None
Panic Events - fatal processing errors, ip_init-panic (20098)
ip_init-start
Aux
VERBOSE (8)
27
None
ip_init-start: initializing IP component
ipintr-badvers
Core
CRITICAL (3)
13
None
ipintr-badvers: invalid packet received - unknown version number
ipintr-badhlen
Core
CRITICAL (3)
14
None
ipintr-badhlen: invalid packet received - incorrect or truncated IP header
ipintr-badsum
Core
CRITICAL (3)
15
None
ipintr-badsum: invalid packet received - corrupted data
ipintr-badlen
Core
CRITICAL (3)
16
None
ipintr-badlen: invalid packet received - incorrect total length
ipintr-badmblk
Core
CRITICAL (3)
17
IP Address
ipintr-badmblk: inconsistent network buffers
ipintr-newpkt
Core
INFO (7)
6
IP Address
ipintr-newpkt: received IP packet for local destination
ipintr-panic
Core
EMERGENCY (1)
16
None
Panic Events - fatal processing errors, ipintr-panic (20099)
ipintr-recv
Core
NOTICE (6)
10
IP Address
ipintr-recv: transferring IP packet to protocol input routine
ipintr-shortmsg
Core
CRITICAL (3)
12
None
ipintr-shortmsg: invalid packet received - insufficient header
ip_mloopback-start
Aux
INFO (7)
12
None
ip_mloopback-start: copying outgoing multicast IP packet to local interface
ip_mrouter_cmd-badcmd
Aux
ERROR (4)
23
None
ip_mrouter_cmd-badcmd: unknown multicast router option
ip_mrouter_cmd-notinit
Aux
ERROR (4)
22
None
ip_mrouter_cmd-notinit: incomplete multicast routing initialization
ip_mrouter_cmd-start
Aux
INFO (7)
10
None
ip_mrouter_cmd-start: executing control operation for multicast router
ip_output-badaddr
Core
CRITICAL (3)
20
IP Address
ip_output-badaddr: unreachable destination address
ip_output-badaddrtype
Core
CRITICAL (3)
21
IP Address
ip_output-badaddrtype: unsupported destination address
ip_output-badsize
Core
CRITICAL (3)
22
IP Address
ip_output-badsize: unsupported message size
ip_output-cachemiss
Aux
VERBOSE (8)
57
IP Address
ip_output-cachemiss: emptying invalid cached route
ip_output-result
Core
ERROR (4)
31
IP Address
ip_output-result: sending IP data over local interface
ip_output-sendall
Core
INFO (7)
54
IP Address
ip_output-sendall: transferring IP packet to driver layer
ip_output-sendfrag
Core
INFO (7)
55
IP Address
ip_output-sendfrag: fragmenting outgoing IP packet
ip_output-shortmsg
Core
CRITICAL (3)
23
IP Address
ip_output-shortmsg: invalid fragment size
ipReAssemble-fragdrop
Core
WARNING (5)
8
IP Address
ipReAssemble-fragdrop: discarding IP fragment
ip_slowtimo-start
Aux
INFO (7)
8
None
ip_slowtimo-start: updating fragment reassembly timers
mbinit-panic-error
Aux
EMERGENCY (1)
34
None
Panic Events - fatal processing errors, mbinit-panic-error (20260)
m_copydata-panic
Aux
EMERGENCY (1)
26
None
Panic Events - fatal processing errors, m_copydata-panic (20187)
m_copym-panic-error
Aux
EMERGENCY (1)
36
None
Panic Events - fatal processing errors, m_copym-panic-error (20262), m_copym-panic-error
m_devget-panic-badwidth
Aux
EMERGENCY (1)
35
None
Panic Events - fatal processing errors, m_devget-panic-badwidth (20261), m_devget-panic-badwidth
m_free-panic-error
Aux
EMERGENCY (1)
37
None
Panic Events - fatal processing errors, m_free-panic-error (20263), m_free-panic-error
_netStackPoolInit-panic-nomem
Aux
EMERGENCY (1)
33
None
Panic Events - fatal processing errors, _netStackPoolInit-panic-nomem (20259), _netStackPoolInit-panic-nomem
netTypeAdd-nomem
Aux
EMERGENCY (1)
7
None
Memory Allocation Failures, netTypeAdd-nomem (20050), netTypeAdd-nomem
phyint_send-result
Core
NOTICE (6)
13
None
phyint_send-result: transmitting multicast packet from multicast interface
raw_attach-start
Core
VERBOSE (8)
28
None
raw_attach-start: creating new routing socket
raw_detach-start
Core
VERBOSE (8)
29
None
raw_detach-start: removing routing socket
raw_init-start
Aux
VERBOSE (8)
32
None
raw_init-start: completing routing socket initialization
raw_input-fullbuf
Core
WARNING (5)
10
None
raw_input-fullbuf: discarding routing message - insufficient space
raw_input-start
Core
NOTICE (6)
16
None
raw_input-start: transferring routing message to registered sockets
raw_usrreq-fail
Core
ERROR (4)
36
None
raw_usrreq-fail: error handling routing socket operation
raw_usrreq-panic
Core
EMERGENCY (1)
20
None
Panic Events - fatal processing errors, raw_usrreq-panic (20163), raw_usrreq-panic
raw_usrreq-start
Core
INFO (7)
16
None
raw_usrreq-start: executing routing socket operation
rip_ctloutput-badlevel
Aux
ERROR (4)
32
None
rip_ctloutput-badlevel: unsupported protocol for raw socket options
rip_ctloutput-badmem
Aux
ERROR (4)
33
None
rip_ctloutput-badmem: missing flag setting for raw socket option
rip_ctloutput-start
Aux
INFO (7)
13
None
rip_ctloutput-start: executing control operation with raw sockets
rip_init-start
Aux
VERBOSE (8)
31
None
rip_init-start: initializing raw IP socket interface
rip_input-fullbuf
Core
WARNING (5)
9
IP Address
rip_input-fullbuf: discarding IP packet - insufficient space
rip_input-nosock
Core
ERROR (4)
35
None
rip_input-nosock: discarding IP packet - unsupported type
rip_input-start
Core
NOTICE (6)
14
None
rip_input-start: transferring IP packet to registered sockets
rip_output-result
Core
NOTICE (6)
15
IP Address
rip_output-result: completed transmission of raw IP data
rip_usrreq-fail
Core
ERROR (4)
34
None
rip_usrreq-fail: error handling raw socket operation
rip_usrreq-panic
Core
EMERGENCY (1)
19
None
Panic Events - fatal processing errors, rip_usrreq-panic (20152), rip_usrreq-panic
rip_usrreq-start
Core
INFO (7)
14
None
rip_usrreq-start: executing raw socket operation
rn_addmask-dupmask
Aux
ALERT (2)
0
None
rn_addmask-dupmask (20138)
rn_addroute-badroute
Aux
ALERT (2)
2
None
rn_addroute-badroute (20140)
rn_delete-badmask
Aux
ALERT (2)
4
None
rn_delete-badmask (20142)
rn_delete-badrefcnt
Aux
ALERT (2)
3
None
rn_delete-badrefcnt* (20141)
rn_delete-extramask
Aux
ALERT (2)
7
None
rn_delete-extramask (20145)
rn_delete-noroute
Aux
ALERT (2)
5
None
rn_delete-noroute (20143)
rn_delete-noroutekey
Aux
ALERT (2)
6
None
rn_delete-noroutekey (20144)
rn_init-panic-nomem
Aux
EMERGENCY (1)
18
None
Panic Events - fatal processing errors, rn_init-panic-nomem (20137)
rn_new_radix_mask-nomem
Aux
ALERT (2)
1
None
rn_new_radix_mask-nomem (20139)
route_init-start
Aux
VERBOSE (8)
33
None
route_init-start: initializing routing storage
route_output-error
Aux
CRITICAL (3)
29
None
route_output-error: invalid route message sent
route_output-nobufs
Aux
EMERGENCY (1)
24
None
Memory Allocation Failures, route_output-nobufs (20185), route_output-nobufs
route_output-panic
Aux
EMERGENCY (1)
25
None
Panic Events - fatal processing errors, route_output-panic (20186), route_output-panic
route_output-start
Aux
NOTICE (6)
17
None
route_output-start: accessing routing table for local application
route_usrreq-start
Aux
INFO (7)
21
None
route_usrreq-start: executing routing socket operation
rtalloc1-clone
Aux
INFO (7)
17
None
rtalloc1-clone: cloning a route entry
rtalloc1-match
Aux
INFO (7)
18
None
rtalloc1-match: found an existing route entry
rtalloc1-miss
Aux
CRITICAL (3)
26
None
rtalloc1-miss: no such route entry
rtfree-badrefcnt
Aux
ALERT (2)
8
None
rtfree-badrefcnt (20173)
rtfree-panic
Aux
EMERGENCY (1)
21
None
Panic Events - fatal processing errors, rtfree-panic (20170)
rtfree-start
Aux
INFO (7)
19
None
rtfree-start: releasing a route entry
rtinit-start
Aux
VERBOSE (8)
35
None
rtinit-start: updating routing table for local interface
rtioctl-badreq
Aux
ERROR (4)
37
None
rtioctl-badreq: failed route control operation - unknown request
rtioctl-start
Aux
INFO (7)
20
None
rtioctl-start: executing control operation for routing table
rtredirect-error
Aux
CRITICAL (3)
27
None
rtredirect-error: invalid route change request
rtredirect-result
Aux
VERBOSE (8)
34
None
rtredirect-result: automatically changing routing table
rtrequest-error
Aux
CRITICAL (3)
28
None
rtrequest-error: invalid routing table request
rtrequest-panic
Aux
EMERGENCY (1)
22
None
Panic Events - fatal processing errors, rtrequest-panic (20171)
rt_setgate-nomem
Aux
EMERGENCY (1)
23
None
Memory Allocation Failures, rt_setgate-nomem (20172)
rtSockInit-start
Aux
VERBOSE (8)
36
None
rtSockInit-start: initializing routing socket interface
sbappendaddr-panic
Core
EMERGENCY (1)
41
None
Panic Events - fatal processing errors, sbappendaddr-panic (20285)
sbappendcontrol-panic
Aux
EMERGENCY (1)
42
None
Panic Events - fatal processing errors, sbappendcontrol-panic (20286)
sbdrop-panic
Aux
EMERGENCY (1)
44
None
Panic Events - fatal processing errors, sbdrop-panic (20288)
sbflush-panic
Aux
EMERGENCY (1)
43
None
Panic Events - fatal processing errors, sbflush-panic (20287), sbflush-panic
sbwait-sleep
Core
INFO (7)
53
None
sbwait-sleep: pausing during incomplete data transfer
sbwakeup-start
Core
INFO (7)
54
None
sbwakeup-start: restart pending data transfers
soabort-start
Aux
VERBOSE (8)
50
None
soabort-start: destroying a temporary connected socket
soaccept-panic
Aux
EMERGENCY (1)
40
None
Panic Events - fatal processing errors, soaccept-panic (20266), soaccept-panic
soaccept-start
Aux
VERBOSE (8)
51
None
soaccept-start: retrieving a new connected socket
sobind-start
Aux
VERBOSE (8)
46
None
sobind-start: assigning local socket name
soclose-panic
Aux
EMERGENCY (1)
39
None
Panic Events - fatal processing errors, soclose-panic (20265), soclose-panic
soclose-sleep
Aux
INFO (7)
52
None
soclose-sleep: deferring socket removal until connection expires
soclose-start
Aux
VERBOSE (8)
49
None
soclose-start: removing a socket endpoint
soconnect-denied
Aux
ERROR (4)
45
None
soconnect-denied: socket connection not allowed
soconnect-start
Aux
VERBOSE (8)
52
None
soconnect-start: assigning remote socket name
socreate-nosocktype
Aux
ERROR (4)
43
None
socreate-nosocktype: unknown socket specified
socreate-start
Aux
VERBOSE (8)
45
None
socreate-start: creating a socket endpoint
sodisconnect-result
Aux
ERROR (4)
46
None
sodisconnect-result: socket disconnection status
sofree-panic
Aux
EMERGENCY (1)
38
None
Panic Events - fatal processing errors, sofree-panic (20264), sofree-panic
sofree-start
Aux
VERBOSE (8)
48
None
sofree-start: releasing socket resources
solisten-start
Aux
VERBOSE (8)
47
None
solisten-start: enabling socket connections
soo_ioctl-start
Aux
INFO (7)
23
None
soo_ioctl-start: executing control operation with sockets
soo_select-start
Aux
INFO (7)
24
None
soo_select-start: check sockets for pending data
soo_unselect-start
Aux
INFO (7)
25
None
soo_unselect-start: selection complete - removing socket from queue
soreceive-error
Core
CRITICAL (3)
35
None
soreceive-error: unable to receive application data
soreceive-finish
Core
VERBOSE (8)
55
None
soreceive-finish: completed data transfer from a protocol
sosend-error
Core
CRITICAL (3)
34
None
sosend-error: unable to transmit application data
sosend-finish
Core
VERBOSE (8)
54
None
sosend-finish: transferred data to a protocol
soshutdown-start
Aux
VERBOSE (8)
56
None
soshutdown-start: disabling socket connection
tcp_attach-nopcbmem
Aux
CRITICAL (3)
33
None
tcp_attach-nopcbmem: unable to register TCP socket
tcp_attach-start
Aux
VERBOSE (8)
41
None
tcp_attach-start: creating new TCP socket
tcp_close-start
Aux
INFO (7)
39
None
tcp_close-start: ending connection - reset local connection data
tcp_ctlinput-start
Aux
INFO (7)
43
None
tcp_ctlinput-start: process asynchronous events for TCP
tcp_ctloutput-nopcb
Aux
CRITICAL (3)
32
None
tcp_ctloutput-nopcb: invalid socket
tcp_ctloutput-start
Aux
INFO (7)
46
None
tcp_ctloutput-start: accessing TCP or IP socket option
tcp_disconnect-start
Aux
VERBOSE (8)
42
None
tcp_disconnect-start: closing TCP connection
tcp_drop-start
Aux
INFO (7)
38
Port
tcp_drop-start: breaking connection - assign socket error
tcp_fasttimo-start
Aux
INFO (7)
44
None
tcp_fasttimo-start: processing delayed ACK timer
tcp_init-panic-hdrsize
Aux
EMERGENCY (1)
30
None
Panic Events - fatal processing errors, tcp_init-panic-hdrsize (20220)
tcp_init-start
Aux
VERBOSE (8)
39
None
tcp_init-start: initializing TCP component
tcp_input-accept
Aux
INFO (7)
29
Port
tcp_input-accept: starting new passive connection
tcp_input-badhlen
Core
CRITICAL (3)
31
Port
tcp_input-badhlen: invalid segment received - incorrect header size
tcp_input-badsum
Core
CRITICAL (3)
30
None
tcp_input-badsum: corrupted segment received
tcp_input-badsync
Core
WARNING (5)
12
Port
tcp_input-badsync: resetting TCP connection - invalid synchronize request
tcp_input-close-restart
Aux
INFO (7)
37
Port
tcp_input-close-restart: receiving duplicate FIN - restart timer
tcp_input-closewait
Aux
INFO (7)
34
Port
tcp_input-closewait: receiving final segment - completing active close
tcp_input-closing
Aux
INFO (7)
36
Port
tcp_input-closing: receiving initial FIN - continuing active close
tcp_input-connect
Aux
INFO (7)
30
Port
tcp_input-connect: completing new connection
tcp_input-dataclosed
Core
INFO (7)
31
Port
tcp_input-dataclosed: receiving data on closed connection
tcp_input-nopcb
Core
WARNING (5)
11
Port
tcp_input-nopcb: discarding TCP segment - unavailable socket
tcp_input-pureack
Core
INFO (7)
27
Port
tcp_input-pureack: header prediction - acknowledging previously sent data
tcp_input-puredata
Core
INFO (7)
28
Port
tcp_input-puredata: header prediction - receiving ordered TCP data
tcp_input-recvclosed
Aux
INFO (7)
35
Port
tcp_input-recvclosed: receiving initial FIN - beginning passive close
tcp_input-reset
Aux
INFO (7)
32
Port
tcp_input-reset: receiving reset message - breaking connection
tcp_input-rexmt
Core
WARNING (5)
13
Port
tcp_input-rexmt: TCP segment lost - adjusting TCP performance
tcp_input-sendclosed
Aux
INFO (7)
33
Port
tcp_input-sendclosed: receiving final ACK - beginning active close
tcp_input-shortseg
Core
VERBOSE (8)
38
None
tcp_input-shortseg: invalid segment received - insufficient header
tcp_input-start
Core
NOTICE (6)
18
None
tcp_input-start: TCP segment received from IP layer
tcp_notify-harderror
Aux
INFO (7)
41
None
tcp_notify-harderror: repeated failure for incomplete connection
tcp_notify-ignore
Aux
INFO (7)
40
None
tcp_notify-ignore: transmit failure for established connection
tcp_notify-softerror
Aux
INFO (7)
42
None
tcp_notify-softerror: initial communication failure for connection
tcp_output-panic-hdrsize
Core
EMERGENCY (1)
28
Port
Panic Events - fatal processing errors, tcp_output-panic-hdrsize (20217), tcp_output-panic-hdrsize
tcp_output-panic-notemplate
Core
EMERGENCY (1)
29
Port
Panic Events - fatal processing errors, tcp_output-panic-notemplate (20218), tcp_output-panic-notemplate
tcp_output-result
Core
NOTICE (6)
19
Port
tcp_output-result: completed transmission of TCP segment to remote host
tcp_pulloutofband-panic
Core
EMERGENCY (1)
27
Port
Panic Events - fatal processing errors, tcp_pulloutofband-panic (20196), tcp_pulloutofband-panic
tcp_reass-dupdata
Core
VERBOSE (8)
37
Port
tcp_reass-dupdata: discarding redundant TCP segment
tcp_reass-segdrop
Core
INFO (7)
26
Port
tcp_reass-segdrop: discarding redundant TCP segment
tcp_respond-start
Core
NOTICE (6)
20
Port
tcp_respond-start: transmit asynchronous TCP segment to remote host
tcp_slowtimo-start
Aux
INFO (7)
45
None
tcp_slowtimo-start: updating connection status timers
tcp_timers-start
Aux
VERBOSE (8)
40
None
tcp_timers-start: handle expired TCP timer
tcp_usrreq-badmem
Aux
ERROR (4)
38
None
tcp_usrreq-badmem: unsupported control information in TCP operation
tcp_usrreq-fail
Aux
ERROR (4)
40
None
tcp_usrreq-fail: error handling routing socket operation
tcp_usrreq-nopcb
Aux
ERROR (4)
39
None
tcp_usrreq-nopcb: invalid socket
tcp_usrreq-panic
Aux
EMERGENCY (1)
31
None
Panic Events - fatal processing errors, tcp_usrreq-panic (20231), tcp_usrreq-panic
tcp_usrreq-start
Aux
INFO (7)
47
None
tcp_usrreq-start: executing TCP socket operation
tunnel_send-result
Core
NOTICE (6)
12
IP Address
tunnel_send-result: transmitting multicast packet with unicast routers
udp_ctlinput-start
Aux
INFO (7)
49
None
udp_ctlinput-start: process asynchronous events for UDP
udp_init-start
Aux
VERBOSE (8)
43
None
udp_init-start: initializing UDP component
udp_input-badsum
Core
WARNING (5)
16
None
udp_input-badsum: invalid datagram received - corrupted data
udp_input-cachemiss
Core
VERBOSE (8)
44
Port
udp_input-cachemiss: searching for UDP socket
udp_input-fullbuf
Core
WARNING (5)
17
Port
udp_input-fullbuf: discarding UDP datagram - insufficient space
udp_input-newdata
Core
INFO (7)
56
Port
udp_input-newdata: accepting UDP datagram - socket found
udp_input-nopcb
Core
WARNING (5)
18
Port
udp_input-nopcb: discarding UDP datagram - unavailable socket
udp_input-noport
Core
WARNING (5)
19
Port
udp_input-noport: discarding UDP datagram - port unreachable
udp_input-shorthdr
Core
WARNING (5)
14
None
udp_input-shorthdr: invalid datagram received - insufficient header
udp_input-shortpkt
Core
WARNING (5)
15
None
udp_input-shortpkt: invalid datagram received - insufficient data
udp_input-start
Core
NOTICE (6)
21
None
udp_input-start: UDP datagram received from IP layer
udp_notify-error
Aux
INFO (7)
48
None
udp_notify-error: communication failure for UDP datagram
udp_output-error
Core
ERROR (4)
41
Port
udp_output-error: unable to transmit data at UDP layer
udp_output-result
Core
NOTICE (6)
22
Port
udp_output-result: completed transmission of UDP datagram to remote host
udp_usrreq-nopcb
Aux
ERROR (4)
42
None
udp_usrreq-nopcb: invalid socket
udp_usrreq-panic
Aux
EMERGENCY (1)
32
None
Panic Events - fatal processing errors, udp_usrreq-panic (20241), udp_usrreq-panic
udp_usrreq-start
Aux
INFO (7)
50
None
udp_usrreq-start: executing UDP socket operation



3.3    Networking Events Dictionary

The networking events dictionary sections describe the networking events collected by WindView. There is one section for each priority level (EMERGENCY, ALERT, and so on). For each event, the following information is shown:

  • The event icon.

  • The event class (core or auxiliary).

  • The event priority.

  • The event identifier(s).

  • The available event filter, if any.

  • A description of the event

  • Additional data included with the event. This information is displayed when you double-click on the event icon or otherwise inspect it with the Show Event dialog box. See the WindView User's Guide for details on using this dialog.

Table 3-2 lists the networking event priority levels that can be logged.

Table 3-2:   Networking Event Priority Levels


Priority Level
Name
Keyword
Section

1
Emergency
WV_NET_EMERGENCY
2
Alert
WV_NET_ALERT
3
Critical
WV_NET_CRITICAL
4
Error
WV_NET_ERROR
5
Warning
WV_NET_WARNING
6
Notice
WV_NET_NOTICE
7
Information
WV_NET_INFO
8
Verbose
WV_NET_VERBOSE

3.3.1   Emergency Events

Emergency events indicate unrecoverable errors which prevent completion of the current operation. They generally signify missing or invalid data or critical memory allocation failures.

Emergency events fall into two general categories:

Panic Events - fatal processing errors

Panic events correspond to internal calls to the panic( ) routine, which displays an identifying error message on the console. Possible causes include memory allocation failures or attempts to free unallocated memory. Most conditions which trigger these events are only theoretical possibilities and are very unlikely to occur.

The following parameters are common to all Panic events, and are always collected for each of them:


Event Parameter
Sample Data
Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask 
(0x3a468c) 
The context in which the event occurred
eventName
ifafree-panic
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30001001
Additional unique identifier for internal WRS use: encodes the source code module and other event information

Table 3-3 lists the event names, class, IDs,and descriptions of each Panic level event

Table 3-3:   Panic Events


Event Name
Event Class
Net Event ID
Event Description

ifafree-panic (20004)
Aux Net Event
0x30001001
Free request for NULL pointer
arpintr-panic (20023)
Aux Net Event
0x30011004
Missing or corrupted M_BLK chain
arptfree-panic (20030)
Aux Net Event
0x30011005
Free request for NULL pointer
hashinit-panic (20291)
Aux Net Event
0x301f1001
Invalid hash table size. The number of elements must be greater than zero.
icmp_error-panic (20088)
Core Net Event
0x30081001
Request to generate invalid ICMP message
in_control-panic-noifp (20064)
Aux Net Event
0x30041001
Required interface not present
ip_init-panic (20098)
Aux Net Event
0x30091001
Protocol entry not found
ipintr-panic (20099)
Core Net Event
0x30091802
Corrupted M_BLK chain
m_copydata-panic (20187)
Aux Net Event
0x30111003
Truncated M_BLK chain
m_copym-panic-error (20262)
Aux Net Event
0x301c1004
Invalid copy request or truncated M_BLK chain
m_devget-panic-badwidth (20261)
Aux Net Event
0x301c1003
Invalid access width for copy request
m_free-panic-error (20263)
Aux Net Event
0x301c1005
Attempt to free unused M_BLK
mbinit-panic-error (20260)
Aux Net Event
0x301c1002
Insufficient memory for network pools
_netStackPoolInit-panic-nomem (20259)
Aux Net Event
0x301c1001
Requested pool size exceeds available memory
raw_usrreq-panic (20163)
Core Net Event
0x300f1001
Unknown request sent to routing socket
rip_usrreq-panic (20152)
Core Net Event
0x300e1001
Unknown or invalid request sent to raw IP socket
rn_init-panic-nomem (20137)
Aux Net Event
0x300c1001
Unable to initialize routing engine
route_output-panic (20186)
Aux Net Event
0x30111402
Missing header in M_BLK chain
rtfree-panic (20170)
Aux Net Event
0x30101001
Request to free NULL pointer or permanent routing entry
rtrequest-panic (20171)
Aux Net Event
0x30101002
Attempt to delete root of routing tree
sbappendaddr-panic (20285)
Core Net Event
0x301e1801
Corrupted M_BLK chain: no header
sbappendcontrol-panic (20286)
Aux Net Event
0x301e1002
Request for absent control data
sbdrop-panic (20288)
Aux Net Event
0x301e1004
Truncated M_BLK chain
sbflush-panic (20287)
Aux Net Event
0x301e1003
Unable to empty socket buffers
soaccept-panic (20266)
Aux Net Event
0x301d1003
Unknown socket specified for accept( ) routine
soclose-panic (20265)
Aux Net Event
0x301d1002
Unknown socket specified for close( ) routine
sofree-panic (20264)
Aux Net Event
0x301d1001
Unexpected data found in queue of unconnected socket
tcp_init-panic-hdrsize (20220)
Aux Net Event
0x30171001
Combined headers would overflow available cluster
tcp_output-panic-hdrsize1 (20217)
Core Net Event
0x30161401
Current header (with options) overflows available cluster
tcp_output-panic-notemplate (20218)
Core Net Event
0x30161402
Required template of IP and TCP headers is missing
tcp_pulloutofband-panic (20196)
Core Net Event
0x30151801
Truncated M_BLK chain
tcp_usrreq-panic (20231)
Aux Net Event
0x30191001
Unknown request sent to TCP socket
udp_usrreq-panic (20241)
Aux Net Event
0x301a1001
Unknown request sent to UDP socket

1:  This event and the corresponding panic message are only generated for customized implementations created by a conditional compilation with the DIAGNOSTIC constant defined. It is not present in the standard product.

Panic Events - additional parameters

Table 3-4 lists additional information that is collected with certain panic events, in addition to the unique internal identifier.

Table 3-4:   Panic Events - Additional Parameters


Event Name
Event Parameter
Sample Data
Parameter Description

hashinit-panic
hashType
4 (MT_PCB)
This parameter encodes the type of hash table which specified an invalid size.
in_control-panic-noifp
request
0x8020690c 
(SIOCSIFADDR)
The (failed) operation in process when the event occurred. See target/h/sys/ioctl.h for the definitions of possible values.
icmp_error-panic
errType
21
The illegal error type which exceeded the ICMP_MAXTYPE value from
./netinet/ip_icmp.h
_netStackPoolInit-panic-nomem
pNetPool
This parameter shows whether memory allocation failed for the data or system pools. The recorded value is equal to the address of either the _netDpool or _netSysPool variable.
_netStackPoolInit-panic-nomem
memSize
16920
Number of bytes requested in failed attempt to allocate M_BLK and cluster structures.
m_devget-panic-badwidth
memWidth
3
Value of invalid memory copy width.
m_copym-panic-error
dataOffset
1000 (for 
smaller chain)
The (invalid) value for the amount of data to skip.
m_copym-panic-error
dataLen
2000 (for 
shorter chain 
after skipping 
data).
The invalid value for the amount of data to copy.
m_copym-panic-error
pData
Start of M_BLK chain for which copy failed.
m_free-panic-error
pMblk
The unused M_BLK incorrectly given to the free routine.
raw_usrreq-panic
sockNum
4
The file descriptor of the socket used to issue the failed request.
raw_usrreq-panic
request
3  
(PRU_LISTEN)
The (failed) operation in progress when the event occurred. See ./net/protosw.h for a list of possible values.
rip_usrreq-panic
sockNum
4
The file descriptor of the socket used to issue the failed request.
rip_usrreq-panic
request
9  
(PRU_SEND)
The (failed) operation in progress when the event occurred. See ./net/protosw.h for a list of possible values.
route_output-panic
sockNum
4
The file descriptor of the routing socket which sent the invalid message.
sofree-panic
sockNum
4
The file descriptor of the unconnected socket whose queue contains unexpected data.
soclose-panic
sockNum
4
The file descriptor of the unknown socket provided to the close routine.
soaccept-panic
sockNum
4
The file descriptor of the unknown socket provided to the accept routine.
sbflush-panic
sbLockFlag
0 or 1
If 1, the operation failed because the socket buffers are locked. If 0, the free operation for a buffer failed.
tcp_output-panic-hdrsize
sockNum
5
The file descriptor of the TCP socket used in the send attempt.
tcp_output-panic-notemplate
sockNum
5
The file descriptor of the TCP socket used in the send attempt.
tcp_pulloutofband-panic
sockNum
5
The file descriptor of the socket meant to skip the out-of-band data.
tcp_usrreq-panic
sockNum
4
The file descriptor of the socket used to issue the failed request.
tcp_usrreq-panic
request
23 
(PRU_ACCEPT)
An unknown request value which is not listed in ./net/protosw.h
udp_usrreq-panic
sockNum
4
The file descriptor of the socket used to issue the failed request.
udp_usrreq-panic
request
23 
(PRU_ACCEPT)
An unknown request value which is not listed in ./net/protosw.h

Memory Allocation Failures

These events signal critical memory allocation failures which may permanently disrupt the network processing. An increase in the size of the memory pools is probably necessary for correct operation. Transient allocation failures which will not interfere with later processing are listed below under a lower priority.

Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask 
(0x3a468c) 
The context in which the event occurred
eventName
arp_rtrequest-nomem 
(20017)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30011001
Additional unique identifier for internal WRS use: encodes the source code module and other event information

Memory Allocation Failure Events

Table 3-5 lists the details and a brief description of each event in this category.

Table 3-5:   Memory Allocation Failure Events




Event Name


Event Class


Net Event ID


Event Cause

arp_rtrequest-nomem (20017)
Aux Net Event
0x30011001
Unable to obtain memory for ARP table entry
arprequest-nomem (20019)
Aux Net Event
0x30011004
Unable to create M_BLK chain to build ARP request
arpresolve-nomem (20021)
Aux Net Event
0x30011005
Unable to allocate memory for link-layer address
ether_addmulti-nomem (20045)
Aux Net Event
0x30021001
Unable to create record for registering new Ethernet multicast address
netTypeAdd-nomem (20050)
Aux Net Event
0x30021002
Unable to create entry for new protocol type.
igmp_sendreport-nomem (20059)
Aux Net Event
0x30031001
Unable to create M_BLK chain to build IGMP host membership report
in_control-nomem (20065)
Aux Net Event
0x30041002
Unable to create IP address record for interface
in_addmulti-nomem (20071)
Aux Net Event
0x30041003
Unable to register new multicast address
in_pcballoc-nomem (20073)
Aux Net Event
0x30061001
Unable to create protocol control structure for socket
add_mrt-nomem (20118)
Aux Net Event
0x300a1001
Unable to add multicast routing entry
route_output-nobufs (20185)
Aux Net Event
0x30101003
Unable to alter routing table - incomplete message
rt_setgate-nomem (20172)
Aux Net Event
0x30101003
Unable to add new route entry

Memory Allocation Failures - additional parameters

Table 3-6 describes the additional information included with certain memory allocation failure events, in addition to the unique internal identifier.

Table 3-6:   Memory Allocation Failures Additional Parameters




Event Name

Event
Parameter


Sample Data

Parameter
Description

arpresolve-nomem
dstAddr
0xc63e1e15 
(198.62.30.21)
The IP address for the
uncreated ARP table entry.
in_addmulti-nomem
pIf
0x78e58
Address of interface pointer available with the ifunit( )
routine
in_addmulti-nomem
mcastAddr
0xe0000009 
(224.0.0.9) 
(RIP multicast)
IP address for the uncreated multicast address entry
in_control-nomem
request
0x8020690c 
(SIOCSIFADDR)
0x8020690e 
(SIOCSIFDSTADDR)
0x80206916 
(SIOCSIFNETMASK)
0x8040691a 
(SIOCAIFADDR)
Identifies the failed request. See ./target/h/sys/ioctl.h for definitions of possible values.
in_pcballoc-nomem
sockNum
4
The file descriptor of the (deleted) socket which could not attach to a protocol
netTypeAdd-nomem
etherType
0x3000 
(Proxy ARP)
The value defining the
protocol type which was not installed.
route_output-nobufs
sockNum
4
The file descriptor of the socket which sent a truncated routing message

icmp_error-start: memory allocation failure

This event indicates that the network system is generating an ICMP source quench message. That message occurs when an attempt to forward an IP packet fails because of insufficient memory. This event also occurs at a lower priority level for other ICMP messages.It is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask 
(0x3a468c) 
The context in which the event occurred
eventName
icmp_error-start  
(20087)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30081002
Additional unique identifier for internal WRS use: encodes the source code module and other event information
errType
4 (ICMP_SOURCEQUENCH)
The type of ICMP error which occurred
errCode
0
An additional classification for the ICMP error

Available Filters

Most emergency events occur unconditionally whenever the event class is selected and the EMERGENCY priority level is active. Table 3-7 lists the filters available for some emergency events.

Table 3-7:   Availalable Filters for Emergency Events




Event Name

Filter
Type


Filter Description

arpresolve-nomem
IP Address
type: 1
direction: 1
Limits the panic event to ARP lookups for the given address.
tcp_output-panic-hdrsize1
Port Number
type: 0 or 1
direction: 1
Limits the panic event to outgoing data which matches the current filters for source and/or destination ports.
tcp_output-panic-notemplate
Port Number
type: 0 or 1
direction: 1
Limits the panic event to outgoing data which matches the current filters for source and/or destination ports.
tcp_pulloutofband-panic
Port Number
type: 0 or 1
direction: 0
Limits the panic event to incoming data which matches the current filters for source and/or destination ports.

1:  This event and the corresponding panic message are only generated for customized implementations created by a conditional compilation with the DIAGNOSTIC constant defined. It is not present in the standard product.

3.3.2   Alert Events

These events indicate recoverable error conditions which require some type of user action to correct. An explanatory log message is also sent to the console for each event. These events generally signify corrupted entries in the radix tree which stores the routing table. None of the events support additional filtering beyond the (required) class and priority selection.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask 
(0x3a468c) 
The context in which the event occurred
eventName
rn_addmask-dupmask 
(20138)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30001001
Additional unique identifier for internal WRS use: encodes the source code module and other event information

  • Event Descriptions

Table 3-8:  




Event Name


Event Class


Net Event ID


Event Description

rn_addmask-dupmask (20138)
Aux Net Event
0x300c2002
Unexpected mask entry found during insert -- not present in previous search
rn_new_radix_mask-nomem (20139)
Aux Net Event
0x300c2003
Unable to store mask information: using default value
rn_addroute-badroute1 (20140)
Aux Net Event
0x300c2004
Overlapping normal route missing required netmask information
rn_delete-badrefcnt* (20141)
Aux Net Event
0x300c2005
Attempt to remove route which is still in use
rn_delete-badmask (20142)
Aux Net Event
0x300c2006
Netmask of deleted entry does not match expected value
rn_delete-noroute (20143)
Aux Net Event
0x300c2008
Expected entry not found
rn_delete-noroutekey (20144)
Aux Net Event
0x300c2008
Expected entry with duplicate search key not found
rn_delete-extramask (20145)
Aux Net Event
0x300c2009
Found dangling mask not tied to any route entry
rtfree-badrefcnt (20173)
Aux Net Event
0x30102004
Negative reference counter: route not freed

1:  Both these events are limited to routes with the RNF_NORMAL flag set. That flag is currently unused, so the events do not occur.

3.3.3   Critical Events

This priority level contains events which indicate uncorrectable transient errors. Some of these events can be avoided by altering the system configuration, but most cannot be prevented by any user action. The operations in process when the error occurs will fail, and any network data is usually discarded, but these events have no permanent effect on the network processing. A checksum failure on incoming data is a typical event for this priority level.

ifpromisc-ifdown: failure to change promiscuous mode setting

This event occurs when attempting to enable or disable promiscuous mode for a particular device. This setting, which is disabled by default, allows a device to receive all link-layer frames regardless of the destination address. The IFF_PROMISC flag which reflects the current setting cannot be altered with an ioctl( ) call like other flags. The setting can only be changed with this routine.

This event indicates that the device is disabled (for example. the IFF_UP flag is not set). The ifpromisc( ) routine returns ENETDOWN and the current setting is unchanged.

This event is part of the auxiliary net event class.No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ifpromisc-ifdown (20013)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30003002
Additional unique identifier for internal WRS use: encodes the source code module and other event information
pIf
0x78e58
Address of interface pointer available with the ifunit( ) routine
pswitch
0 (disable) or 1 (enable)
Value of switch which sets or clears promiscuous mode. Any non-zero value will enable it.

arpioctl-noentry: unable to find matching IP address

This event occurs when the network stack is processing a request from the generic I/O control interface. The ioctl.h include file defines the available operations. The request parameter included in this event contains the resulting four byte value. The first two arguments to the _IOxx macros in the include file provide the values for the final two bytes, which indicate the particular request. The third byte indicates whether it applies to sockets (`s': 0x73), routes (`r': 0x72), or interfaces (`i': 0x69). The fourth byte (second argument) is a unique offset within each category.

The arpioctl( ) routine handles the interface-specific SIOCSARP, SIOCGARP, and SIOCDARP operations (request values with the format 0xaa2469dd) which provide applications with direct access to the ARP table. This event indicates that the specified IP address is unknown. The ARP entry for the given hardware address is not affected and the ioctl( ) call returns ENETUNREACH (for SIOCSARP) or EADDRNOTAVAIL (for SIOCDARP). This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
arpioctl-noentry(20033)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30013006
Additional unique identifier for internal WRS use: encodes the source code module and other event information
request
0x8024691e 
(SIOCSARP)
0x80246920 
(SIOCDARP)
Identifies the failed request. See ./target/h/sys/ioctl.h for the definitions of possible values.
ipAddr
0xc63e1e15 (198.62.30.21)
The unknown IP address given in the ioctl( ) call.

ether_output-ifdown: sending Ethernet frame over disabled interface

This event indicates that the network stack is unable to generate an Ethernet frame for transmission by a network interface. The ether_output( ) routine processes IP packets for delivery to BSD drivers by prepending an Ethernet header to the corresponding M_BLK chain.

This event occurs when attempting to send output over an interface which is currently unavailable (either the IFF_UP or IFF_RUNNING flag are not set). The error number is set to ENETDOWN. This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ether_output-ifdown (20034)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30023003
Additional unique identifier for internal WRS use: encodes the source code module and other event information
pIf
0x78e58
Address of interface pointer available with the ifunit( ) routine

ether_output-nomem: insufficient space for sending over interface

This event indicates that the network stack is unable to generate an Ethernet frame for transmission by a network interface. The ether_output( ) routine processes IP packets for delivery to BSD drivers by prepending an Ethernet header to the corresponding M_BLK chain.

This event occurs when no memory is available for sending an Ethernet frame. It can occur because of a memory allocation error if no memory is available for the frame header, but the most likely cause is an overflow of the interface-specific send queue. In either case, the frame is discarded and the error number is set to ENOBUFS. This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ether_output-nomem (20037)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30023004
Additional unique identifier for internal WRS use: encodes the source code module and other event information
pIf
0x78e58
Address of interface pointer available with the ifunit( ) routine

ether_output-noroute: unreachable destination for IP/Ethernet data

This event indicates that the network stack is unable to generate an Ethernet frame for transmission by a network interface. The ether_output( ) routine processes IP packets for delivery to BSD drivers by prepending an Ethernet header to the corresponding M_BLK chain. It obtains the destination hardware address from the ARP cache which is accessed through the route entry for the destination IP address.

This event occurs when no routing entry is available for the destination. The frame is discarded and the error number is set to EHOSTUNREACH. This event is part of the core net event class. Additional filtering based on the IP address is available with type of 1 (destination) and direction of 1 (output).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ether_output-noroute (20035)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30023005
Additional unique identifier for internal WRS use: encodes the source code module and other event information
ipAddr
0xc63e1e15 (198.62.30.21)
The unknown IP address given as the destination.

ether_output-rtreject: destination temporarily disabled

This event indicates that the network stack is unable to generate an Ethernet frame for transmission by a network interface. The ether_output( ) routine processes IP packets for delivery to BSD drivers by prepending an Ethernet header to the corresponding M_BLK chain. It obtains the destination hardware address from the ARP cache which is accessed through the route entry for the destination IP address.

This event indicates that the destination has not been responding to ARP requests. After unsuccessfully sending the number of requests specified by the arp_maxtries variable (5 by default), transmissions to the destination are disabled for arpt_down seconds (20 by default). Because that restriction is in effect, the frame is discarded and the error number is set to EHOSTDOWN or EHOSTUNREACH. This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ether_output-rtreject (20036)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30023006
Additional unique identifier for internal WRS use: encodes the source code module and other event information
pIf
0x78e58
Address of interface pointer available with the ifunit( ) routine

igmp_input-shortmsg: truncated message received

This event indicates that the network system received an IGMP packet which either does not contain the minimum 8 bytes needed for a complete message or is unexpectedly truncated before the reported message size. The data is discarded after incrementing the appropriate counter in the IGMP statistics.This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
igmp_input-shortmsg (20052)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30033802
Additional unique identifier for internal WRS use: encodes the source code module and other event information

igmp_input-badsum: corrupted message received

This event indicates that the network system received an IGMP message which does not pass the checksum validation test. The data is discarded after incrementing the appropriate counter in the IGMP statistics.This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
igmp_input-badsum (20053)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30033803
Additional unique identifier for internal WRS use: encodes the source code module and other event information

icmp_error-start: IP processing failure

This event indicates that the network system is generating an ICMP error due to problems processing an IP packet. This event also occurs at a higher priority level when the network system generates an ICMP source quench message. It is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
icmp_error-start (20087)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30083002
Additional unique identifier for internal WRS use: encodes the source code module and other event information
errType
11 (ICMP_TIMXCEED)
The type of ICMP error which occurred. See netinet/ip_icmp.h for possible values.
errCode
0 (ICMP_TIMXCEED_INTRANS)
An additional classification for the ICMP error. See ip_icmp.h for possible values.

icmp_input-shortmsg: truncated message received

This event indicates that the network stack is unable to process a received ICMP message. The icmp_input( ) routine handles data contained in IP packets with a protocol value of 1, generating replies for all supported request messages (types 8, 13, and 17). After completing any necessary processing, the input routine calls rip_input( ) to relay all other messages to the appropriate sockets of type SOCK_RAW in the PF_INET domain, if any.

This event occurs if the network system receives an ICMP packet which either does not contain the minimum 8 bytes needed for a complete message or is unexpectedly truncated. The data is discarded after incrementing the appropriate counter in the ICMP statistics.This event is part of the core net event class. Additional filtering based on the IP address is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
icmp_input-shortmsg (20089)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30083803
Additional unique identifier for internal WRS use: encodes the source code module and other event information

icmp_input-badsum: corrupted message received

This event indicates that the network stack is unable to process a received ICMP message. The icmp_input( ) routine handles data contained in IP packets with a protocol value of 1, generating replies for all supported request messages (types 8, 13, and 17). After completing any necessary processing, the input routine calls rip_input( ) to relay all other messages to the appropriate sockets of type SOCK_RAW in the PF_INET domain, if any.

This event occurs if the network system receives an ICMP message which does not pass the checksum validation test. The data is discarded after incrementing the appropriate counter in the ICMP statistics.This event is part of the core net event class. Additional filtering based on the IP address is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
icmp_input-badsum (20090)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30083804
Additional unique identifier for internal WRS use: encodes the source code module and other event information

icmp_input-badlen: invalid error message received

This event indicates that the network stack is unable to process a received ICMP message. The icmp_input( ) routine handles data contained in IP packets with a protocol value of 1, generating replies for all supported request messages (types 8, 13, and 17). This event indicates that the network system received an ICMP error message which is either too short or inconsistent with the values included in the encapsulated IP header. The data is discarded after incrementing the appropriate counter in the ICMP statistics.This event is part of the core net event class. Additional filtering based on the IP address is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
icmp_input-badlen (20091)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30083805
Additional unique identifier for internal WRS use: encodes the source code module and other event information
msgLen
30 (less than minimum size)
The length of the ICMP payload reported by the IP header, in bytes. This value should at least equal the encapsulated header size (20 byte minimum) plus 16 bytes.
ipHdrLen
16 (below minimum size) 
24 (with ipHdrLen value 36)
The length of the embedded IP header, in bytes. It must meet the 20 byte minimum and the entire ICMP payload must exceed this value by at least 16 bytes.

ipintr-shortmsg: invalid packet received - insufficient header

This event indicates that the network system received an IP packet which does not include the minimum 20 bytes needed for a complete header. The data is discarded after incrementing the appropriate counter in the IP statistics.This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ipintr-shortmsg (20100)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30093803
Additional unique identifier for internal WRS use: encodes the source code module and other event information

ipintr-badvers: invalid packet received - unknown version number

This event indicates that the network system received an IP packet with an unsupported version number. The current network stack only supports IP version 4 packets. The data is discarded after incrementing the appropriate counter in the IP statistics.This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ipintr-badvers (20101)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30093804
Additional unique identifier for internal WRS use: encodes the source code module and other event information
version
3 (invalid value)
The version number included in the unsupported IP packet.

ipintr-badhlen: invalid packet received - incorrect or truncated IP header

This event indicates that the network system received an IP packet which includes a reported header length less than the minimum 20 bytes or whose header is unexpectedly truncated. The data is discarded after incrementing the appropriate counter in the IP statistics.This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ipintr-badhlen (20102)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30093805
Additional unique identifier for internal WRS use: encodes the source code module and other event information
hdrLen
16 (invalid value) 
36 (truncated packet)
The reported size of the IP header. For values greater than the 20 byte minimum, the packet was unexpectedly truncated.

ipintr-badsum: invalid packet received - corrupted data

This event indicates that the network system received an IP message which does not pass the checksum validation test. The data is discarded after incrementing the appropriate counter in the IP statistics.This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ipintr-badsum (20103)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30093806
Additional unique identifier for internal WRS use: encodes the source code module and other event information

ipintr-badlen: invalid packet received - incorrect total length

This event indicates that the network system received an IP message with a reported total length less than the reported length of the IP header. The data is discarded after incrementing the appropriate counter in the IP statistics.This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ipintr-badlen (20104)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30093807
Additional unique identifier for internal WRS use: encodes the source code module and other event information
ipLength
16 (below minimum header)
The reported total length of the IP packet, which (incorrectly) does not exceed the reported header size.
hdrLen
20 (minimum value)
The reported size of the IP header.

ipintr-badmblk: inconsistent network buffers

This event indicates that the network stack received an IP message with a reported total length greater than the amount of data actually present in the network buffers. The data is discarded after incrementing the appropriate counter in the IP statistics. This event is part of the core net event class. Additional filtering based on the IP address is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ipintr-badmblk (20105)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30093808
Additional unique identifier for internal WRS use: encodes the source code module and other event information
mblkLength
25 (includes header length)
The amount of data actually present in the M_BLK chain received from the driver.
ipLength
50
The reported total length of the IP packet.

ip_dooptions-badopt: invalid packet received - bad options in header

This event indicates that the network stack was unable to process the options included in the IP header. The data is discarded after sending an ICMP error message. This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ip_dooptions-badopt (20106)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30093809
Additional unique identifier for internal WRS use: encodes the source code module and other event information
errType
12 (ICMP_PARAMPROB) 
3 (ICMP_UNREACH)
The value of the type field in the generated ICMP message. See netinet/ip_icmp.h for possible values.
errCode
6 (errType 12: offset of error) 
5 (errType 3: failed source 
    route)
The value of the code field in the generated ICMP message. See netinet/ip_icmp.h for possible values.

ip_forward-badaddr: unable to forward packet

This event indicates that the network stack received an IP packet which required forwarding to an invalid next-hop address. Packets cannot be forwarded to multicast (class D) or experimental (class E) addresses, or to any address with network numbers 127 (loopback) or 0. This event also occurs with attempts to forward a broadcast packet to any destination. For hosts acting as routers, forwarding is attempted for all incoming packets with unrecognized destination addresses. It may also occur because of a source routing option in the IP header. This event is part of the core net event class. Additional filtering based on the IP address is available with type values of 0 and 1(source or destination) and direction of 1(output).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ip_forward-badaddr (20107)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3009380a
Additional unique identifier for internal WRS use: encodes the source code module and other event information
dstAddr
0x7f000a19 (127.0.10.25) 
0xf70b2601(247.11.38.1: class E) 
The value of the (illegal?) next hop address. If not a restricted type, the original packet was sent to a broadcast address.

ip_output-badaddr: unreachable destination address

This event occurs when the network stack is processing an outgoing IP packet. The ip_output( ) routine handles both packet forwarding (if enabled) and locally generated packets. It performs any necessary route lookups and fragmentation, then passes the resulting M_BLK chain to the interface-specific transmit routine.

This event indicates that the network stack is processing an IP packet for delivery to an unreachable destination. It typically occurs when no valid route to the destination exists, but can also happen if routing was disabled with the MSG_DONTROUTE send flag or the SO_DONTROUTE socket option and the destination is not directly reachable. This event is part of the core net event class. Additional filtering based on the IP address is available with type value of 1(destination) and direction of 1(output).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ip_output-badaddr (20130)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300b3401
Additional unique identifier for internal WRS use: encodes the source code module and other event information
dstAddr
0xc63e1e15 (198.62.30.21)
The value of the unreachable destination address.

ip_output-badaddrtype: unsupported destination address

This event occurs when the network stack is processing an outgoing IP packet. The ip_output( ) routine handles both packet forwarding (if enabled) and locally generated packets. It performs any necessary route lookups and fragmentation, then passes the resulting M_BLK chain to the interface-specific transmit routine.

This event indicates that the network stack is processing an IP packet with a destination address that cannot be handled by the selected endpoint. It usually occurs when attempting to use a multicast or broadcast address if the interface does not provide that capability. Attempts to send to a broadcast address will also fail if that option is not supported for the particular socket. The second case occurs for TCP sockets, or for UDP sockets if the SO_BROADCAST option is not set. Raw sockets always allow IP broadcasts. This event is part of the core net event class. Additional filtering based on the IP address is available with type value of 1(destination) and direction of 1(output). The broadcast events also provide filtering with an IP address of type 0 (source).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ip_output-badaddrtype (20131)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300b3402
Additional unique identifier for internal WRS use: encodes the source code module and other event information
dstAddr
0xc63e1eff (198.62.30.255) 
0xe0000009 (224.0.0.9)
The value of the unsupported destination address.
pIf
0x78e58 (unsupported device) 
0 (if unsupported by socket)
Address of interface pointer available with the ifunit( ) routine

ip_output-badsize: unsupported message size

This event occurs when the network stack is processing an outgoing IP packet. The ip_output( ) routine handles both packet forwarding (if enabled) and locally generated packets. It performs any necessary route lookups and fragmentation, then passes the resulting M_BLK chain to the interface-specific transmit routine.

This event indicates that the network stack is processing an outgoing IP packet which exceeds the MTU size of the selected interface but can not be fragmented. This event often indicates that the DF bit is set in the IP header, but also occurs when attempting to send a large broadcast message. Those broadcasts are not permitted by default because the required fragmentation decreases the chance for successful delivery. This behavior can only be changed for the entire protocol by setting the IP_DO_LARGE_BCAST flag. It can't be modified for individual sockets or interfaces. This event is part of the core net event class. Additional filtering based on the IP address is available with type values of 0 and 1(source or destination) and direction of 1(output).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ip_output-badsize (20132)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300b3403
Additional unique identifier for internal WRS use: encodes the source code module and other event information
dstAddr
0xc63e1eff (198.62.30.255)
0xc63e1e15 (198.62.30.21)
The value of the destination address.
pIf
0x78e58
Address of interface pointer available with the ifunit( ) routine

ip_output-shortmsg: invalid fragment size

This event occurs when the network stack is processing an outgoing IP packet. The ip_output( ) routine handles both packet forwarding (if enabled) and locally generated packets. It performs any necessary route lookups and fragmentation, then passes the resulting M_BLK chain to the interface-specific transmit routine.

This event indicates that the network stack is processing an IP packet which requires fragmentation, but the MTU size for the interface selected to transmit the packets will produce fragments of less than eight bytes in length (excluding the packet header). Fragments of that size would prevent correct reassembly, so the message transmission fails. This event is part of the core net event class. Additional filtering based on the IP address is available with type values of 0 and 1(source or destination) and direction of 1(output).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ip_output-shortmsg (20133)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300b3404
Additional unique identifier for internal WRS use: encodes the source code module and other event information
dstAddr
0xc63e1e15 (198.62.30.21)
The value of the destination address.
pIf
0x78e58
Address of interface pointer available with the ifunit( ) routine

rtalloc1-miss: no such route entry

This event indicates that an expected route entry does not exist. It usually occurs following a failed route lookup by the IP layer, but can also happen if the attempt to create a cloned route (a feature used by ARP) fails. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
rtalloc1-miss (20174)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30103005
Additional unique identifier for internal WRS use: encodes the source code module and other event information
dstAddr
0xc63e1e15 (198.62.30.21)
The value of the desired route destination.

rtredirect-error: invalid route change request

This event indicates that the network stack received an invalid ICMP redirect message. It occurs in one of three situations: either the message was not sent by the current router to the destination, the new router is not directly reachable, or the new route would replace the direct route to a local interface (i.e. the RTF_GATEWAY flag is not set for the existing route). The redirect message is ignored and the routing table is left unchanged. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
rtredirect-error (20175)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30103006
Additional unique identifier for internal WRS use: encodes the source code module and other event information
gateAddr
0xc63e1e15 (198.62.30.21)
The value of the intended router's IP address.
error
22 (EINVAL) 
65 (EHOSTUNREACH)
An identifier for the cause of the error. The EINVAL value indicates the message was not sent by the current router. All other errors return EHOSTUNREACH.

rtrequest-error: invalid routing table request

This event indicates an error attempting to change the contents of the routing table. All of the API calls which add or delete routes ultimately use the rtrequest( ) routine. Route deletion fails if no entry exists for the given destination. Route creation fails if the destination is unreachable or a route to the destination already exists, or if insufficient memory is available to add the route entry.

Following this event, the rtrequest( ) routine returns an error to the calling routine. The routing table is left unchanged. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
rtrequest-error (20176)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30103007
Additional unique identifier for internal WRS use: encodes the source code module and other event information
error
17 (EEXIST) 
51 (ENETUNREACH)
An identifier for the cause of the error. See ./target/h/errno.h for possible values.
dstAddr
0xc63e1e00 (198.62.30.0)
The intended destination address for the route
gateAddr
0xc63e1e15 (198.62.30.21)
The value of the intended router's IP address
netmask
0xffffff00 (255.255.255.0)
The intended netmask for the route

route_output-error: invalid route message sent

This event indicates that a message written to a routing socket could not be processed. The included operation is ignored and the routing table is not changed. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
route_output-error (20188)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30113404
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the routing socket which caused the error.
error
45(EOPNOTSUPP: 
   unknown operation)
An identifier for the cause of the error, defined in the errno.h include file.

tcp_input-badsum: corrupted segment received

This event indicates that the network system received a TCP segment which does not pass the checksum validation test. The data is discarded after incrementing the appropriate counter in the TCP statistics.This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_input-badsum (20197)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30153802
Additional unique identifier for internal WRS use: encodes the source code module and other event information

tcp_input-badhlen: invalid segment received - incorrect header size

This event indicates that the network system received a TCP segment which includes a reported header length that is less than the minimum 20 bytes or greated than the size of the entire segment. The data is discarded after incrementing the appropriate counter in the TCP statistics.

This event is part of the core net event class. Additional filtering based on the port number is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_input-badhlen (20198)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30153803
Additional unique identifier for internal WRS use: encodes the source code module and other event information
hdrLen
16 (invalid value) 
36 (exceeds maximum length)
The reported size of the TCP header. For values greater than the 20 byte minimum, the reported size exceeds the length of the entire segment.

tcp_ctloutput-nopcb: invalid socket

This event occurs when the network stack is processing a control operation requested using a socket of type SOCK_STREAM in the PF_INET domain. The tcp_ctloutput( ) routine provides a switchboard for handling any options available for the TCP or IP protocols through the setsockopt( ) and getsockopt( ) routines.

This event indicates an attempt to set or retrieve a socket option using a socket which is not associated with a protocol control block. Each TCP socket is assigned that structure when created and it is kept until the connection is closed. The setsockopt( ) or getsockopt( ) call returns ERROR with an error number setting of ECONNRESET if the control block is missing. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_ctloutput-nopcb (20232)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30193002
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the control request.
request
0 (PRCO_GETOPT) 
1 (PRCO_SETOPT)
Type of option request (from ./target/h/net/protosw.h)
level
0 (IPPROTO_IP) 
6 (IPPROTO_TCP)
Protocol level for request (from ./target/h/netinet/in.h)
optname
1 (TCP_NODELAY) 
2 (TCP_MAXSEG) 
13 (IP_DROP_MEMBERSHIP)
The requested socket option (from ./target/h/netinet/tcp.h or ./target/h/netinet/in.h)

tcp_attach-nopcbmem: unable to register TCP socket

This event occurs during socket creation. It indicates a failure to attach the TCP protocol to a socket because of insufficient memory to allocate a new protocol control structure. This event can occur when creating a socket locally with the socket( ) call or when creating a socket in response to a connection request from a remote peer. Following this event, the (incomplete) socket is destroyed. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_attach-nopcbmem (20233)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30193003
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the (deleted) socket which could not attach to the TCP protocol

sosend-error: unable to transmit application data

This event indicates that the network stack is unable to fulfill a send request for a socket. It could be caused by invalid parameters to the API routine, or by the socket state, or by an internal error at the protocol level. This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
sosend-error (20267)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301d3404
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket which could not transmit the data.
error
57 (ENOTCONN) 
70 (EWOULDBLOCK)
An identifier for the cause of the error, defined in the errno.h include file.

soreceive-error: unable to receive application data

This event indicates that the network stack is unable to complete a socket receive request. It could be caused by invalid parameters to the API routine, or by the socket state, or by an internal error at the protocol level. This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
soreceive-error (20268)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301d3805
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket which could not receive the data.
error
57 (ENOTCONN) 
70 (EWOULDBLOCK)
An identifier for the cause of the error, defined in the errno.h include file.

3.3.4   Error Events

This priority level contains events which indicate correctable transient errors. Most of these events occur in response to invalid user commands, such as an attempt to bind a socket endpoint to an invalid address. The operations are not completed, but the ability of the network processing to send and receive data for other applications is not necessarily affected.

ifioctl-badifname: failed control operation - unknown interface

This event occurs when the network stack is processing a request from the generic I/O control interface. The ioctl.h include file defines the available operations. The request parameter included in this event contains the resulting four byte value. The first two arguments to the _IOxx macros in the include file provide the values for the final two bytes, which indicate the particular request. The third byte indicates whether it applies to sockets (`s': 0x73), routes (`r': 0x72), or interfaces (`i': 0x69). The fourth byte (second argument) is a unique offset within each category.

The ifioctl( ) routine handles some interface-specific operations (request values with the format 0xaabb69dd) and performs preliminary processing for the remainder. . This event indicates that the network stack is unable to assign (or retrieve) an interface setting because the specified interface name does not match any configured device. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ifioctl-badifname (20010)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30004003
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the request.
request
0x8020690c 
(SIOCSIFADDR)
0x80206911 
(SIOCGIFFLAGS)
Identifies the failed request. See ./target/h/sys/ioctl.h for the definitions of possible values.

ifioctl-noproto: failed control operation - unknown protocol

This event occurs when the network stack is processing a request from the generic I/O control interface. The ioctl.h include file defines the available operations. The request parameter included in this event contains the resulting four byte value. The first two arguments to the _IOxx macros in the include file provide the values for the final two bytes, which indicate the particular request. The third byte indicates whether it applies to sockets (`s': 0x73), routes (`r': 0x72), or interfaces (`i': 0x69). The fourth byte (second argument) is a unique offset within each category.

The ifioctl( ) request handles some interface-specific operations (request values with the format 0xaabb69dd) and performs preliminary processing for the remainder. This event indicates that the network stack is unable to complete an Internet control operation because the socket used is not associated with any protocol. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ifioctl-noproto (20011)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30004004
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the request.
request
0x8020690c 
(SIOCSIFADDR)
0x80206925 
(SIOCGIFNETMASK)
Identifies the failed request. See ./target/h/sys/ioctl.h for the definitions of possible values.

arpioctl-badreq: failed ARP control operation - unknown protocol

This event occurs when the network stack is processing a request from the generic I/O control interface. The ioctl.h include file defines the available operations.

The arpioctl( ) routine handles the interface-specific SIOCSARP, SIOCGARP and SIOCDARP operations which provide applications with direct access to the ARP table. This event indicates that the address family of either the protocol or hardware addresses is not supported. All ARP operations require an address family of AF_INET for the protocol address and AF_UNSPEC for the hardware address. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
arpioctl-badreq (20031)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30014007
Additional unique identifier for internal WRS use: encodes the source code module and other event information
reqProtoFamily
4
The (invalid?) protocol address family (AF_INET = 2)
reqHwFamily
0
The (invalid?) hardware address family (AF_UNSPEC = 0)

ether_output-afnotsupp: send failed - unknown protocol

This event indicates that the interface between the IP layer and a link layer device received data intended for a destination address in an unsupported protocol family. The outgoing data is discarded. The only valid address families are AF_INET for IP addresses and AF_UNSPEC (which is only used internally) for raw Ethernet frames. The most likely cause for this error is an incorrect entry in the routing table. This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ether_output-afnotsupp (20038)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30024007
Additional unique identifier for internal WRS use: encodes the source code module and other event information
addrFamily
4
The invalid destination address family (AF_INET = 2)

in_control-noifdata: failed control operation - unknown address

This event occurs when the network stack is processing a request from the generic I/O control interface. The ioctl.h include file defines the available operations. The request parameter included in this event contains the resulting four byte value. The first two arguments to the _IOxx macros in the include file provide the values for the final two bytes, which indicate the particular request. The third byte indicates whether it applies to sockets (`s': 0x73), routes (`r': 0x72), or interfaces (`i': 0x69). The fourth byte (second argument) is a unique offset within each category.

The in_control( ) routine handles most interface-specific operations (request values with the format 0xaabb69dd). This event indicates the network stack is unable to complete the request because the expected address information is missing. It occurs if no address is assigned to the given interface or when attempting to delete an IP address that is not currently assigned to the interface. The corresponding ioctl( ) call returns ERROR with an error number setting of EADDRNOTAVAIL. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
in_control-noifdata (20062)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30044004
Additional unique identifier for internal WRS use: encodes the source code module and other event information
request
0x80206919 
(SIOCDIFADDR)
0x80206925 
(SIOCGIFNETMASK)
Identifies the failed request. See ./target/h/sys/ioctl.h for the definitions of possible values.
pIf
0x78e58
Address of interface pointer available with the ifunit( ) routine

in_control-badflags: failed control operation - incorrect interface type

This event occurs when the network stack is processing a request from the generic I/O control interface. The ioctl.h include file defines the available operations. The request parameter included in this event contains the resulting four byte value. The first two arguments to the _IOxx macros in the include file provide the values for the final two bytes, which indicate the particular request. The third byte indicates whether it applies to sockets (`s': 0x73), routes (`r': 0x72), or interfaces (`i': 0x69). The fourth byte (second argument) is a unique offset within each category.

The in_control( ) routine handles most interface-specific operations (request values with the format 0xaa2069dd). This event indicates the network stack is unable to complete the request because the address is not valid for the interface. Broadcast addresses are only available for interfaces with the IFF_BROADCAST flag set and destination addresses are only available if the IFF_POINTOPOINT flag is set. The corresponding ioctl( ) call returns ERROR with an error number setting of EINVAL. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
in_control-badflags (20066)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30044005
Additional unique identifier for internal WRS use: encodes the source code module and other event information
request
0x80206913 
(SIOCSIFBRDADDR)
0x80206922 
(SIOCGIFDSTADDR)
Identifies the failed request. See ./target/h/sys/ioctl.h for the definitions of possible values.
pIf
0x78e58
Address of interface pointer available with the ifunit( ) routine

in_pcbbind-noaddr: unable to name socket - no interfaces available

This event indicates that the network stack is unable to assign a local address and port number to a socket endpoint because no IP addresses have been assigned to the available interfaces.

The socket name is usually assigned by an explicit call to the bind( ) routine, but may be added automatically when necessary. Implicit binds occur during the listen( ) routine for unbound TCP sockets, during the sendto( ) routine for unconnected UDP sockets, and during the connect( ) routine for unbound sockets of either type. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
in_pcbbind-noaddr (20074)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30064002
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the request.

in_pcbbind-badsock: unable to name socket - already bound

This event indicates that the network stack is unable to assign a local address and port number to a socket endpoint because those values are already present. A socket can only be bound once. The current information is unchanged.

The socket name is usually assigned by an explicit call to the bind( ) routine, but may be added automatically when necessary. Implicit binds occur during the listen( ) routine for unbound TCP sockets, during the sendto( ) routine for unconnected UDP sockets, and during the connect( ) routine for unbound sockets of either type. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
in_pcbbind-badsock (20075)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30064003
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the request.
localAddr
0xc63e1e15 (198.62.30.21)
The value of the local address.
localPort
54
The value of the local port

in_pcbbind-badaddrlen: unable to name socket - invalid address length

This event indicates that the network stack is unable to assign a local address and port number to a socket endpoint because the buffer containing the given values is not the correct size. That information must be provided in a 16 byte sockaddr_in data structure.

The socket name is usually assigned by an explicit call to the bind( ) routine, but may be added automatically when necessary. Implicit binds occur during the listen( ) routine for unbound TCP sockets, during the sendto( ) routine for unconnected UDP sockets, and during the connect( ) routine for unbound sockets of either type. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
in_pcbbind-badaddrlen (20076)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30064004
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the request
addrLen
12
The data length, in bytes

in_pcbbind-badaddr: unable to name socket - invalid address

This event indicates that the network stack is unable to assign a local address and port number to a socket endpoint because the given address value is not directly reachable by any of the available interfaces. Unless it is 0 (for wildcard matches) or a multicast address, it must match the IP address or broadcast address (if any) of a local interface.

The socket name is usually assigned by an explicit call to the bind( ) routine, but may be added automatically when necessary. Implicit binds occur during the listen( ) routine for unbound TCP sockets, during the sendto( ) routine for unconnected UDP sockets, and during the connect( ) routine for unbound sockets of either type. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
in_pcbbind-badaddr (20077)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30064005
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the request
localAddr
0xc63e1e15 (198.62.30.21)
The (invalid) value of the local address

in_pcbbind-badport: unable to name socket - duplicate port

This event indicates that the network stack is unable to assign a local address and port number to a socket endpoint because the given port value is in exclusive use by another socket with a matching local address. Multiple sockets can always use the same port number if the SO_REUSEPORT option is set for all matching sockets. The SO_REUSEADDR option has the same meaning as SO_REUSEPORT for multicast addresses. It also allows a pair of sockets which both use that option to share the same local port if one of them is bound to the wildcard address, but has no effect in any other case.

The socket name is usually assigned by an explicit call to the bind( ) routine, but may be added automatically when necessary. Implicit binds occur during the listen( ) routine for unbound TCP sockets, during the sendto( ) routine for unconnected UDP sockets, and during the connect( ) routine for unbound sockets of either type. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
in_pcbbind-badport (20078)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30064006
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the request
localPort
55
The unavailable local port already in use

in_pcbladdr-badaddr: unable to connect - unreachable destination address

This event indicates that the network stack is unable to verify the given remote address. That validation generally occurs when attempting to assign a local address and port number to a socket endpoint using the remote endpoint values during an implicit bind.The local address is assigned based on that information during the connect( ) routine for unbound TCP and UDP sockets and during the sendto( ) routine for unconnected UDP sockets. The same routine also validates the remote address when a connection request arrives on a TCP socket in the LISTEN state, but the local address is already chosen in that case.

If the remote address is valid, this event indicates that a required local address was unavailable because no IP addresses have been assigned to any local interface. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
in_pcbladdr-badaddr (20079)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30064007
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket
addrLen
16 (if correct)
The (invalid?) remote address length, in bytes
addrFam
2 (AF_INET, if correct)
The (invalid?) remote address family
addrPort
54 (non-zero, if correct)
The (invalid?) remote port

in_pcbladdr-badif: unable to connect - unavailable multicast interface

This event indicates that the network stack is unable to use the specified outgoing interface. The destination is a multicast address but the outgoing interface for all multicast packets (set with the IP_MULTICAST_IF socket option) is no longer available. This event occurs after assigning a local address and port number to a socket endpoint using valid remote endpoint values during an implicit bind.The local address is assigned based on that information during the connect( ) routine for unbound TCP and UDP sockets and during the sendto( ) routine for unconnected UDP sockets. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
in_pcbladdr-badif (20080)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30064008
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket

in_pcbconnect-badaddr: unable to connect - duplicate address pair

This event indicates that the network stack is unable to use the socket for connections because the current local and remote endpoints match the values for an existing connection. Multiple connections between a particular local address and port number and remote address and port number are not permitted.

Connections are usually established explicitly for TCP and UDP sockets by the connect( ) call, but temporary connections are also created by the sendto( ) call for unconnected UDP sockets. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
in_pcbconnect-badaddr (20081)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30064009
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the connection
dstAddr
0xc63e1e01 (198.62.30.1)
The value of the remote address
localAddr
0xc63e1e15 (198.62.30.21)
The value of the local address
localPort
54
The value of the local port

ip_mrouter_cmd-notinit: incomplete multicast routing initialization

This event indicates that the network stack is unable to process a control operation related to multicast routing support. The setsockopt( ) routine provides access to these commands through raw sockets with a level argument of IPPROTO_IP. It is typically called by an implementation of the DVMRP routing protocol. The ip_mrouter_cmd( ) routine is the default handler for all related options, which have values beginning at 100 (DVMRP_INIT).

This event occurs because the hook routine which forwards multicast packets is not available. The corresponding setsockopt( ) call returns ERROR with an error number setting of EACCES. The DVMRP_INIT operation installs the ip_mforward( ) routine for that purpose. Custom handling is available by assigning an alternate function to the _mCastRouteFwdHook global variable.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ip_mrouter_cmd-notinit (20119)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300a4002
Additional unique identifier for internal WRS use: encodes the source code module and other event information

ip_mrouter_cmd-badcmd: unknown multicast router option

This event indicates that the network stack is unable to process a control operation related to multicast routing support. The setsockopt( ) routine provides access to these commands through raw sockets with a <level> argument of IPPROTO_IP. It is typically called by an implementation of the DVMRP routing protocol. The ip_mrouter_cmd( ) routine is the default handler for all related options, which have values beginning at 100 (DVMRP_INIT).

This event occurs because the command code is not recognized. The corresponding setsockopt( ) call returns ERROR with an error number setting of EOPNOTSUPP. Custom handling is available by assigning an alternate function to the _mCastRouteCmdHook global variable.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ip_mrouter_cmd-badcmd (20120)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300a4003
Additional unique identifier for internal WRS use: encodes the source code module and other event information
request
110
Unknown command code (not in ./target/h/netinet/ip_mroute.h)

add_vif-badindex: invalid interface for multicast routing - table size exceeded

This event indicates that the network stack is unable to complete the DVMRP_ADD_VIF command which registers an interface for multicast routing. The setsockopt( ) routine provides access to that command through raw sockets with a <level> argument of IPPROTO_IP. It is typically called by an implementation of the DVMRP routing protocol. The <optval> argument for this option provides a data structure which includes a unique index for each interface. This event occurs when that index value exceeds the maximum interface table size. The corresponding setsockopt( ) call returns ERROR with an error number setting of EINVAL. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
add_vif-badindex (20121)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300a4004
Additional unique identifier for internal WRS use: encodes the source code module and other event information
index
35
Invalid index value
maxIndex
32 (MAXVIFS)
Maximum table size, from
./target/h/netinet/ip_mroute.h

add_vif-badentry: invalid interface for multicast routing - table entry in use

This event indicates that the network stack is unable to complete the DVMRP_ADD_VIF command which registers an interface for multicast routing. The setsockopt( ) routine provides access to that command through raw sockets with a level argument of IPPROTO_IP. It is typically called by an implementation of the DVMRP routing protocol. The optval argument for this option provides a data structure which includes a unique index for each interface. This event occurs when that index value accesses a table entry which is already assigned to a local interface. The corresponding setsockopt( ) call returns ERROR with an error number setting of EADDRINUSE. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
add_vif-badentry (20122)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300a4005
Additional unique identifier for internal WRS use: encodes the source code module and other event information
index
3
Index value of table entry which is unexpectedly in use
localAddr
0xc63e1e15 (198.62.30.21)
The value of the local address for that table entry

add_vif-badaddr: invalid interface for multicast routing - no such address

This event indicates that the network stack is unable to complete the DVMRP_ADD_VIF command which registers an interface for multicast routing. The setsockopt( ) routine provides access to that command through raw sockets with a level argument of IPPROTO_IP. It is typically called by an implementation of the DVMRP routing protocol. The optval argument for this option provides a data structure which includes a local IP address for the interface. This event occurs when that address is not assigned to any device. The corresponding setsockopt( ) call returns ERROR with an error number setting of EADDRNOTAVAIL. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
add_vif-badaddr (20123)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300a4006
Additional unique identifier for internal WRS use: encodes the source code module and other event information
index
3
Index value of table entry for new interface
localAddr
0xc63e1e15 (198.62.30.21)
The value of the (incorrect) local address

add_vif-badif: invalid interface for multicast routing - not multicast

This event indicates that the network stack is unable to complete the DVMRP_ADD_VIF command which registers an interface for multicast routing. The setsockopt( ) routine provides access to that command through raw sockets with a level argument of IPPROTO_IP. It is typically called by an implementation of the DVMRP routing protocol. The optval argument for this option provides a data structure which includes a flag (VIFF_TUNNEL: 0x1) allowing support for that protocol over non-multicast routers. This event occurs when that flag is not set and the local interface does not support multicast. The corresponding setsockopt( ) call returns ERROR with an error number setting of EOPNOTSUPP. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
add_vif-badif (20124)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300a4007
Additional unique identifier for internal WRS use: encodes the source code module and other event information
index
3
Index value of table entry for new interface
pIf
0x78e58
Address of local interface pointer available with the ifunit( ) routine

del_vif-badindex: unknown multicast routing interface - table size exceeded

This event indicates that the network stack is unable to complete the DVMRP_DEL_VIF command which removes an interface from the multicast routing protocol. The setsockopt( ) routine provides access to that command through raw sockets with a level argument of IPPROTO_IP. It is typically called by an implementation of the DVMRP routing protocol. The optval argument for this option provides a data structure which includes a unique index for each interface. This event occurs when that index value exceeds the maximum index currently in use. The corresponding setsockopt( ) call returns ERROR with an error number setting of EINVAL. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
del_vif-badindex (20125)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300a4008
Additional unique identifier for internal WRS use: encodes the source code module and other event information
index
24
Invalid index value
maxIndex
20
Largest index currently in use

del_vif-badentry: invalid interface for multicast routing - table entry unused

This event indicates that the network stack is unable to complete the DVMRP_DEL_VIF command which removes an interface from the multicast routing protocol. The setsockopt( ) routine provides access to that command through raw sockets with a level argument of IPPROTO_IP. It is typically called by an implementation of the DVMRP routing protocol. The optval argument for this option provides a data structure which includes a unique index for each interface. This event occurs when that index value accesses a table entry which is not assigned to any local interface. The corresponding setsockopt( ) call returns ERROR with an error number setting of EADDRNOTAVAIL. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
del_vif-badentry (20126)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300a4009
Additional unique identifier for internal WRS use: encodes the source code module and other event information
index
3
Index value of table entry which is unexpectedly empty

ip_ctloutput-badcmd: unknown IP option

This event occurs when the network stack is processing a control operation related to the IP protocol. The setsockopt( ) and getsockopt( ) routines provide access to these settings using UDP, TCP, or raw sockets with a level argument of IPPROTO_IP.

The ip_ctloutput( ) routine is the default handler for all options with that level. Valid options have values from 1 (IP_OPTIONS) to 13 (IP_DROP_MEMBERSHIP), except for 2 (IP_HDRINCL), which is handled separately. This event indicates that the option value is not supported. The corresponding setsockopt( ) or getsockopt( ) call returns ERROR with an error number setting of ENOPROTOOPT. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ip_ctloutput-badcmd (20134)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300b4005
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the request
request
0 (PRCO_GETOPT) 
1 (PRCO_SETOPT)
Type of option request (from ./target/h/net/protosw.h)
level
0 (IPPROTO_IP)
Protocol level for request (from ./target/h/netinet/in.h)
optname
2 (IP_HDRINCL) 
15 (invalid option)
Unsupported option code. See ./target/h/netinet/in.h for list of possible values.

ip_output-result: sending IP data over local interface

This event occurs when the network stack is processing an outgoing IP packet. The ip_output( ) routine handles both packet forwarding (if enabled) and locally generated packets. It performs any necessary route lookups and fragmentation, then passes the resulting M_BLK chain to the interface-specific transmit routine.

This event indicates that the network stack has completed the processing of an outgoing IP packet. This event occurs following the transfer of the packet to the driver (if the processing was successful) or if multicast routing failed. It is part of the core net event class. Additional filtering based on the IP address is available with type values of 0 and 1(source or destination) and direction of 1(output).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ip_output-result (20294)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300b6409
Additional unique identifier for internal WRS use: encodes the source code module and other event information
result
0 (OK)
0x24 (EMSGSIZE)
0x41 (EHOSTUNREACH)
Result of transmit attempt for packet. Send is successful for value of 0.
pIf
0x78e58
Address of interface pointer selected to transmit the data. It is available with the ifunit( ) routine
srcAddr
0xc63e1e01 (198.62.30.1)
Source address of the IP packet.
dstAddr
0xc63e1e15 (198.62.30.21)
Destination address of the IP packet.

rip_ctloutput-badlevel: unsupported protocol for raw socket options

This event occurs when the network stack is processing a control operation requested using a socket of type SOCK_RAW in the PF_INET domain. The rip_ctloutput( ) routine provides a switchboard for three classes of options available through the setsockopt( ) and getsockopt( ) routines with a <level> argument of IPPROTO_IP.

This event indicates that the protocol level is not supported. The corresponding call returns ERROR with an error number setting of EINVAL. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
rip_ctloutput-badlevel (20153)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300e4002
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the request
request
0 (PRCO_GETOPT) 
1 (PRCO_SETOPT)
Type of option request (from ./target/h/net/protosw.h)
level
1 (IPPROTO_ICMP)
Invalid protocol level (not equal to IPPROTO_IP value (0) from ./target/h/netinet/in.h)
optname
2 (IP_HDRINCL) 
13 (IP_DROP_MEMBERSHIP) 
100 (DVMRP_INIT)
The requested socket option. See ./target/h/netinet/in.h and ./target/h/netinet/ip_mroute.h for the list of possible values.

rip_ctloutput-badmem: missing flag setting for raw socket option

This event occurs when the network stack is processing a control operation requested using a socket of type SOCK_RAW in the PF_INET domain. The rip_ctloutput( ) routine provides a switchboard for three classes of options available through the setsockopt( ) and getsockopt( ) routines with a <level> argument of IPPROTO_IP.

The IP_HDRINCL option is unique to raw sockets and is handled directly. It indicates whether data sent using the socket includes an IP header. This event occurs if the option value for that setting does not contain the expected integer. The corresponding call returns ERROR with an error number setting of EINVAL. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
rip_ctloutput-badmem (20154)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300e4003
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the request
request
1 (PRCO_SETOPT)
Type of option request (from ./target/h/net/protosw.h)
level
0 (IPPROTO_IP)
Protocol level for request (from ./target/h/netinet/in.h)
optname
2 (IP_HDRINCL)
The requested socket option (from ./target/h/netinet/in.h)

rip_input-nosock: discarding IP packet - unsupported type

This event indicates that the network stack is unable to process a received IP packet. The rip_input( ) routine relays IP packets to the appropriate sockets of type SOCK_RAW in the PF_INET domain based on the protocol type and source and destination addresses in the IP header. It selects from incoming messages with unknown IP protocol types or ICMP message types, as well as known ICMP messages which are not reflected and all IGMP messages. The attach( ), bind( ) and connect( ) routines will limit a raw socket to specific values for the protocol and address fields. Otherwise, a raw socket will receive all available packets.

This event occurs because no raw socket is available to handle the received IP packet. The data is discarded after incrementing the appropriate counter in the IP statistics. This event is part of the core net event class. Additional filtering based on the IP address is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
rip_input-nosock (20156)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300e4805
Additional unique identifier for internal WRS use: encodes the source code module and other event information
srcAddr
0xc63e1e15 (198.62.30.21)
Source address of unrecognized IP packet
dstAddr
0xc63e1e01 (198.62.30.1)
Destination of unrecognized IP packet

rip_usrreq-fail: error handling raw socket operation

This event indicates that an error occurred during a socket operation for an endpoint with type SOCK_RAW in the PF_INET domain. The rip_usrreq( ) routine handles all generic socket library routines for these raw sockets except for the setsockopt and getsockopt commands. The corresponding socket call usually sets the error number value to the result of the specific operation and returns ERROR. In some cases (such as a partial send operation which returns EWOULDBLOCK) the socket operation ignores the error result and returns the amount of data transferred. This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
rip_usrreq-fail (20155)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300e4004
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the request
request
9 (PRU_SEND)
The failed (or partly completed) request defined in the
./target/h/net/protosw.h file
error
70 (EWOULDBLOCK)
Error code from errno.h file

raw_usrreq-fail: error handling routing socket operation

This event indicates that an error occurred during a socket operation for an endpoint with type SOCK_RAW in the PF_ROUTE domain. The raw_usrreq( ) routine performs common functions to support the generic socket library routines for routing sockets. Those sockets do not support the setsockopt and getsockopt commands, or the ioctl interface (which issues a PRU_CONTROL request). The corresponding socket call sets the error number value to the result of the specific operation and returns ERROR. This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
raw_usrreq-fail (20164)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300f4002
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the request
request
9 (PRU_SEND)
The failed (or partly completed) request defined in the
./target/h/net/protosw.h file
error
57 (ENOTCONN)
Error code from errno.h file

rtioctl-badreq: failed route control operation - unknown request

This event occurs when the network stack is processing a request from the generic I/O control interface. The ioctl.h include file defines the available operations. The request parameter included in this event contains the resulting four byte value. The first two arguments to the _IOxx macros in the include file provide the values for the final two bytes, which indicate the particular request. The third byte indicates whether it applies to sockets (`s': 0x73), routes (`r': 0x72), or interfaces (`i': 0x69). The fourth byte (second argument) is a unique offset within each category.

The initial two bytes of the request parameter are only used internally. The first byte indicates whether data is read (_IOR: 0x40), written (_IOW: 0x80), or both (_IOWR: 0xc0). The second byte contains the size of the required data buffer, based on the variable type listed in the third argument of the _IOxx macro.

The rtioctl( ) routine handles the routing control operations (request values with the format 0x803472dd). This event indicates the network stack is unable to complete the request because the operation is not recognized. The only supported routing control operations are SIOCADDRT and SIOCDELRT. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
rtioctl-badreq (20177)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30104008
Additional unique identifier for internal WRS use: encodes the source code module and other event information
request
0x80047209 
["_IOW (`r', 9, int)"]
The unrecognized request. See ./target/h/sys/ioctl.h for the definitions of valid values.

tcp_usrreq-badmem: unsupported control information in TCP operation

This event indicates that an error occurred during a socket operation for an endpoint with type SOCK_STREAM in the PF_INET domain. The tcp_usrreq( ) routine handles all generic socket library routines for these sockets except for the setsockopt and getsockopt commands. Although the corresponding prototype can accept an M_BLK containing control information, it is not valid for a TCP socket. The sendmsg command is the only possible source for that unsupported information. That socket call will return ERROR with an error number setting of EINVAL. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_usrreq-badmem (20234)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30194004
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the request
request
9 (PRU_SEND)
The failed request (defined in ./target/h/net/protosw.h)

tcp_usrreq-nopcb: invalid socket

This event indicates an attempt to perform a socket operation for an endpoint with type SOCK_STREAM in the PF_INET domain which is not associated with a protocol control structure. The tcp_usrreq( ) routine handles all generic socket library routines for these sockets except for the setsockopt and getsockopt commands. Each TCP socket is assigned a protocol control block when created which is kept until the connection is closed. Except for the PRU_ATTACH operation performed when the socket is created, the command is ignored if this structure is missing.The corresponding socket call will return ERROR with an error number setting of EINVAL. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_usrreq-nopcb (20235)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30194005
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the TCP socket used for the request
request
3 (PRU_LISTEN)
The failed request (defined in ./target/h/net/protosw.h)

tcp_usrreq-fail: error handling routing socket operation

This event indicates that an error occurred during a socket operation for an endpoint with type SOCK_STREAM in the PF_INET domain. The tcp_usrreq( ) routine handles all generic socket library routines for TCP sockets except for the setsockopt and getsockopt commands. The corresponding socket call usually sets the error number value to the result of the specific operation and returns ERROR. In some cases (such as a partial send operation which returns EWOULDBLOCK) the socket operation ignores the error result and returns the amount of data transferred. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_usrreq-fail (20236)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30194006
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the request
request
0 (PRU_ATTACH)
The failed (or partly completed) request defined in the
./target/h/net/protosw.h file
error
56 (EISCONN)
Error code from errno.h file

udp_output-error: unable to transmit data at UDP layer

This event indicates a data transmission error for an endpoint with type SOCK_DGRAM in the PF_INET domain. Normally, the socket is temporarily connected to the destination address, if specified. This event occurs if the socket is unexpectedly connected already. It also occurs if the network stack is unable to obtain 28 bytes of storage for the (minimum) UDP and IP headers. The corresponding socket routine will return ERROR with an error number setting of ENOBUFS or EISCONN. This event is part of the core net event class. Additional filtering based on the port number is available with type values of 0 and 1 (source or destination) and direction of 1 (output).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
udp_output-error (20242)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301a4402
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the UDP socket used for the transmission attempt
result
55 (ENOBUFS) 
56 (EISCONN)
Error code from errno.h file

udp_usrreq-nopcb: invalid socket

This event indicates an attempt to perform a socket operation for an endpoint with type SOCK_DGRAM in the PF_INET domain which is not associated with a protocol control structure. The udp_usrreq( ) routine handles all generic socket library routines for these sockets except for the setsockopt and getsockopt commands. Each UDP socket is assigned a protocol control block when created which is kept until the socket is closed. Except for the PRU_ATTACH operation performed when the socket is created, the command is ignored if this structure is missing.The corresponding socket call will return ERROR with an error number setting of EINVAL. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
udp_usrreq-nopcb (20243)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301a4003
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the UDP socket used for the request
request
7 (PRU_SHUTDOWN)
The failed request (defined in ./target/h/net/protosw.h)

socreate-nosocktype: unknown socket specified

This event indicates an error attempting to create a socket. All socket types are listed in a switchboard which accesses the necessary protocol-specific operations. The type parameter (and protocol parameter if non-zero) to the socket( ) routine provide the keys used to search the switchboard specified by the domain parameter.

This event occurs if the specified domain does not support the socket described by the type and protocol arguments. The socket( ) call will return ERROR with an error number setting of EPROTONOSUPPORT. In the PF_INET domain, the only valid type values are SOCK_STREAM (1), SOCK_DGRAM (2), and SOCK_RAW (3). The optional protocol values for stream and datagram sockets are IPPROTO_TCP (6) and IPPROTO_UDP (17). Raw sockets support protocol values of IPPROTO_ICMP (1), IPPROTO_IGMP(2) and IPPROTO_RAW (255). This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
socreate-nosocktype (20270)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301d4006
Additional unique identifier for internal WRS use: encodes the source code module and other event information
domain
2 (PF_INET)
Protocol family selection, defined in ./target/h/sys/socket.h
protocol
6 (IPPROTO_TCP)
If non-zero, the invalid protocol for the socket type, defined in ./target/h/netinet/in.h
type
2 (SOCK_DGRAM, for TCP) 
4 (SOCK_RDM)
Invalid socket type, possibly listed in ./target/h/sys/socket.h

soconnect-denied: socket connection not allowed

This event indicates an error attempting to establish a connection to a remote socket. It occurs when the socket has already been marked to accept connections by the listen( ) routine, so it cannot initiate them. The corresponding connect( ) call will return ERROR with an error number setting of EOPNOTSUPP. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
soconnect-denied (20271)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301d4008
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the failed connection attempt

sodisconnect-result: socket disconnection status

This event provides the result when attempting to close a connection to a remote socket. It generally occurs when closing the socket, but could occur during the processing of a connect( ) call if a connection already exists. A result of 0 indicates that the connection was closed successfully and processing will continue. A non-zero result indicates an error closing the connection. In that case, a close( ) call will return the error value, but a connect( ) call will return ERROR with an error number setting of EISCONN. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
sodisconnect-result (20272)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301d4009
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the disconnect attempt
result
0 (successful disconnect) 
57 (ENOTCONN) 
69 (EALREADY:in progress)
Error code from errno.h file (if non-zero)

3.3.5   Warning Events

This priority level contains events which indicate unusual situations that could cause later errors. Many of these events occur in response to invalid or unexpected input from a remote host. The ability of the network processing to send and receive data for other addresses is generally not affected.

arp_rtrequest-badgate: incorrect hardware address for ARP entry

This event indicates an error attempting to change the contents of the routing table. Every address assigned to an interface is associated with a route to the corresponding network. It is also associated with an optional routine to support storing link-level entries in the routing table. The arp_rtrequest( ) routine maintains that information for all Ethernet devices attached to the IP network protocol. The route entries which it creates contain the protocol address in the destination field and the hardware address in the gateway field.

This event indicates that the gateway field does not contain a valid hardware address. Although no error is returned, the link-level information is not created, which might prevent correct network communication.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
arp_rtrequest-badgate (20016)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30015008
Additional unique identifier for internal WRS use: encodes the source code module and other event information
gateFamily
2 (AF_INET)
Family of address in gateway field, must be AF_LINK (18).
gateLength
4 
Number of bytes for hardware address stored in gateway field. The correct value is 20 bytes (size of sockaddr_dl structure defined in ./target/h/net/if_dl.h file)

in_arpinput-etherbcast: incorrect hardware address in ARP reply

This event indicates an invalid ARP response. That protocol provides link-level hardware addresses associated with network protocol addresses. The in_arpinput( ) routine handles all ARP messages for translating between IP and Ethernet addresses. This event indicates that the Ethernet broadcast address was supplied instead of the expected unique value. No data will be sent to the corresponding IP address until a valid response is received. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
in_arpinput-etherbcast (20025)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30015809
Additional unique identifier for internal WRS use: encodes the source code module and other event information
srcAddr
0xc63e1e15 (198.62.30.21)
(Unreachable) IP address which sent invalid ARP reply.

in_arpinput-dupaddr: incorrect protocol address in ARP reply

This event indicates an invalid ARP response. That protocol provides link-level hardware addresses associated with network protocol addresses. The in_arpinput( ) routine handles all ARP messages for translating between IP and Ethernet addresses. This event indicates that the supplied IP address matches a value in use by the receiving host. IP addresses must be unique. Attempts at network communication to or from that address will behave unpredictably until the duplication is eliminated. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
in_arpinput-dupaddr (20026)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3001580a
Additional unique identifier for internal WRS use: encodes the source code module and other event information
srcAddr
0xc63e1e15 (198.62.30.21)
Duplicate IP address contained in ARP reply.

in_arpinput-newetheraddr: changed hardware address in ARP reply

This event indicates an unusual ARP response. That protocol provides link-level hardware addresses associated with network protocol addresses. The in_arpinput( ) routine handles all ARP messages for translating between IP and Ethernet addresses. This event indicates that the supplied hardware address differs from the expected value stored in an existing ARP entry. It can occur during normal usage if the sending host dynamically replaced the link-level hardware device, but might also indicate an error. If the responding host has not changed the link-level device, attempted communication to or from that IP address will behave unpredictably while the incorrect response occurs. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
in_arpinput-newetheraddr (20027)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3001580b
Additional unique identifier for internal WRS use: encodes the source code module and other event information
srcAddr
0xc63e1e15 (198.62.30.21)
IP address with new hardware address in ARP reply.

igmp_input-badaddr: incorrect address in IGMP message

This event indicates that the network system received an invalid IGMP packet. All valid IGMP messages are sent to an IP multicast address. IGMP queries must be sent to the all-hosts multicast address (224.0.0.1). IGMP report messages may be sent to any multicast address, which is also included within the IGMP message. This event indicates that one of the address fields was incorrect. Either the destination IP address is not a multicast address or (for membership reports) that address does not match the group address in the IGMP message. In either case, the data is discarded after incrementing the appropriate counter in the IGMP statistics.

This event is part of the core net event class. Additional filtering based on the IP address is available with a type value of 1(destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
igmp_input-badaddr (20054)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30035804
Additional unique identifier for internal WRS use: encodes the source code module and other event information
igmpType
0x11 (membership query) 
0x12 (membership report)
Discarded IGMP message type, from ./target/h/netinet/igmp.h
ipAddr
0xc63e1e15 (198.62.30.21)
Invalid destination address (must be multicast)
igmpAddr
0 (for membership queries) 
0xe0000009 (224.0.0.9)
Reported IGMP group address (must match destination IP address for membership reports)

in_losing-start: excessive retransmissions - selecting new route

This event indicates that the transport protocol did not receive an expected acknowledgement. TCP will retransmit a segment 12 times without response before it gives up and drops the connection. Starting with the fourth expiration of the retransmission timer, the in_losing( ) routine discards any cached route so that the next output attempt will search for a new route which might reach the destination. This event indicates the start of that process. The cached route is removed from the routing table if it was created dynamically by an ICMP redirect so that the default gateway (if any) can be tried again. Otherwise, the routing table is unchanged.

This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
in_losing-start (20082)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30045006
Additional unique identifier for internal WRS use: encodes the source code module and other event information

ipReAssemble-fragdrop: discarding IP fragment

This event indicates that IP is ignoring a newly received packet fragment. It usually indicates that the received fragment is completely overlapped by a fragment which arrived earlier, but can also indicate insufficient memory to create the required reassembly queue. A separate queue is created for each set of fragments, which are uniquely identified by the combination of source address, destination address, identification field and protocol field.

Dropping fragments can result in a significant performance penalty at the transport layer. If reassembly is not possible, the entire UDP datagram or TCP segment must be retransmitted.

This event is part of the core net event class. Additional filtering based on the IP address is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ipReAssemble-fragdrop (20110)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3009580d
Additional unique identifier for internal WRS use: encodes the source code module and other event information

rip_input-fullbuf: discarding IP packet - insufficient space

This event indicates that the network stack is unable to process a received IP packet. The rip_input( ) routine relays IP packets to the appropriate sockets of type SOCK_RAW in the PF_INET domain based on the protocol type and source and destination addresses. It selects from any incoming messages with unknown protocol types or ICMP message types, as well as known ICMP messages which are not reflected and all IGMP messages. A raw socket can be limited to specific protocol and address values, but will receive all available packets by default.This event occurs when the attempt to copy the packet into the receive buffer of a matching socket fails. Either the socket's receive buffer is too full to hold the packet or the system cannot allocate the necessary M_BLK. The packet is discarded silently. This event is part of the core net event class. Additional filtering based on the IP address is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
rip_input-fullbuf (20157)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300e5806
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the raw socket which could not receive the matching IP packet
srcAddr
0xc63e1e15 (198.62.30.21)
Source address of discarded IP packet
dstAddr
0xc63e1e01 (198.62.30.1)
Destination address of discarded IP packet

raw_input-fullbuf: discarding routing message - insufficient space

This event indicates that the network stack is unable to process a routing message. The raw_input( ) routine relays these messages to the appropriate sockets of type SOCK_RAW in the PF_ROUTE domain. The messages can be restricted to routes for a specific address family (such as AF_INET for IP destinations) by including the family value in the protocol argument when creating the socket. Otherwise, the routing socket receives all messages.

This event occurs when the attempt to copy the routing message into the receive buffer of a matching socket fails. Either the socket's receive buffer is too full to hold the packet or the system cannot allocate the necessary M_BLK. The packet is discarded silently. This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
raw_input-fullbuf (20165)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300f5803
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the raw socket which could not receive the routing message

tcp_input-nopcb: discarding TCP segment - unavailable socket

This event indicates that the network stack is unable to process a received TCP segment. The tcp_input( ) routine relays incoming data to the appropriate socket of type SOCK_STREAM in the PF_INET domain. The destination socket is associated with a protocol control block containing matching local and remote addresses and port numbers. That socket name information is assigned explicitly by the bind( ) and connect( ) routines or added automatically. The connect( ) and listen( ) routines both assign the (remote) address information for the peer socket name and will also assign a local name for unbound TCP sockets. This event occurs because no matching socket is available. The received data is discarded. If no socket exists or a socket is closing, the receiving host sends a TCP reset in response. No reply is sent if a valid socket exists in a CLOSED state, which indicates that the connect( ) or listen( ) routines have not yet been called. This event is part of the core net event class. Additional filtering based on the port number is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_input-nopcb (20199)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30155804
Additional unique identifier for internal WRS use: encodes the source code module and other event information
srcAddr
0xc63e1e15 (198.62.30.21)
Source address of discarded data
srcPort
0x1000 (4096)
Source port of discarded data
dstAddr
0xc63e1e01 (198.62.30.1)
Dest. address for discarded data
dstPort
0x17 (23: telnet)
Dest. port for discarded data

tcp_input-badsync: resetting TCP connection - invalid synchronize request

This event indicates that the network stack is unable to process a received TCP segment. The tcp_input( ) routine relays incoming data to the appropriate socket of type SOCK_STREAM in the PF_INET domain. The destination socket is associated with a protocol control block containing matching local and remote addresses and port numbers. That socket name information is assigned explicitly by the bind( ) and connect( ) routines or added automatically. The connect( ) and listen( ) routines both assign the (remote) address information for the peer socket name and will also assign a local name for unbound TCP sockets.

This event occurs when an incoming segment unexpectedly sets the SYN flag in the TCP header. That synchronize request may only be sent once when establishing a connection. Subsequent occurrences indicate an error. Any received data is discarded and the receiving host sends a TCP reset in response (if possible). Any current or future send or receive calls using the matching socket will return ERROR with error number settings of EPIPE and ECONNRESET respectively. This event is part of the core net event class. Additional filtering based on the port number is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_input-badsync (20200)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30155805
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket with an unusable connection.

tcp_input-rexmt: TCP segment lost - adjusting TCP performance

This event indicates that the network stack is performing a congestion control algorithm. This feature attempts to adjust the protocol settings to optimize throughput on congested networks. A series of duplicate acknowledgement messages (which contain no data) triggers the adjustments. The global variable tcprexmtthresh determines the precise behavior. When that threshold is reached, the fast retransmit portion of the congestion avoidance algorithm executes. The lost segment is retransmitted (even though the related timer has not expired) and the congestion window and slow start threshold are reset. Subsequent duplicate ACK messages, if any, trigger the fast recovery processing, which increases the congestion window while sending the next segments in the sequence. That window will be restored to the initial value once data is successfully received. This event is part of the core net event class. Additional filtering based on the port number is available with type values of 0 and 1(source or destination) and direction of 1 (output).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_input-rexmt (20201)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30155806
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket resending (lost?) data
numAcks
3
Number of successive duplicate acknowledgements. Based on the threshold setting, this value determines the type of window adjustments which occur.

udp_input-shorthdr: invalid datagram received - insufficient header

This event indicates that the network stack is unable to process a received UDP datagram. The udp_input( ) routine relays incoming data to the appropriate sockets of type SOCK_DGRAM in the PF_INET domain. This event occurs because the M_BLK chain containing the data does not include the minimum 28 bytes needed for the UDP and IP headers. The data is discarded after incrementing the appropriate counter in the UDP statistics.This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
udp_input-shorthdr (20244)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301a5804
Additional unique identifier for internal WRS use: encodes the source code module and other event information

udp_input-shortpkt: invalid datagram received - insufficient data

This event indicates that the network stack is unable to process a received UDP datagram. The udp_input( ) routine relays incoming data to the appropriate sockets of type SOCK_DGRAM in the PF_INET domain. The event occurs because the reported datagram size is longer than the total packet length included in the IP header. The data is discarded after incrementing the appropriate counter in the UDP statistics.This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
udp_input-shortpkt (20245)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301a5805
Additional unique identifier for internal WRS use: encodes the source code module and other event information

udp_input-badsum: invalid datagram received - corrupted data

This event indicates that the network stack is unable to process a received UDP datagram. The udp_input( ) routine relays incoming data to the appropriate sockets of type SOCK_DGRAM in the PF_INET domain. The event occurs because the datagram does not pass the checksum validation test. The data is discarded after incrementing the appropriate counter in the UDP statistics.This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
udp_input-badsum (20246)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301a5806
Additional unique identifier for internal WRS use: encodes the source code module and other event information

udp_input-fullbuf: discarding UDP datagram - insufficient space

This event indicates that the network stack is unable to process a received UDP datagram. The udp_input( ) routine relays incoming data to the appropriate sockets of type SOCK_DGRAM in the PF_INET domain. The destination socket is associated with a protocol control block containing matching local and remote addresses and port numbers. That socket name information can be assigned explicitly by the bind( ) and connect( ) routines, but is often set automatically.

This event occurs when the attempt to copy the UDP payload into the receive buffer of a matching socket fails. Either the socket's receive buffer is too full to hold the data or the system cannot allocate the necessary M_BLK. After incrementing the appropriate counter in the UDP statistics, the data is discarded if no other matching sockets exist. If the destination is a broadcast or multicast IP address, the input processing also increments the appropriate counter and then attempts to deliver the data to the next candidate. This event is part of the core net event class. Additional filtering based on the port number is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
udp_input-fullbuf (20247)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301a5807
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the UDP socket which could not receive the incoming data

udp_input-nopcb: discarding UDP datagram - unavailable socket

This event indicates that the network stack is unable to process a received UDP datagram. The udp_input( ) routine relays incoming data to the appropriate sockets of type SOCK_DGRAM in the PF_INET domain. The destination socket is associated with a protocol control block containing matching local and remote addresses and port numbers. That socket name information can be assigned explicitly by the bind( ) and connect( ) routines, but is often set automatically.

This event occurs because no matching socket is available. The received data is discarded after incrementing the appropriate counter in the UDP statistics. This event is part of the core net event class. Additional filtering based on the port number is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
udp_input-nopcb (20248)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301a5808
Additional unique identifier for internal WRS use: encodes the source code module and other event information
srcAddr
0xc63e1e15 (198.62.30.21)
Source address of discarded data
srcPort
0x1000 (4096)
Source port of discarded data
dstAddr
0xc63e1e01 (198.62.30.1)
Dest. address for discarded data
dstPort
0x45 (TFTP)
Dest. port for discarded data

udp_input-noport: discarding UDP datagram - port unreachable

This event indicates that the network stack is unable to process a received UDP datagram. The udp_input( ) routine relays incoming data to the appropriate sockets of type SOCK_DGRAM in the PF_INET domain. The destination socket is associated with a protocol control block containing matching local and remote addresses and port numbers. That socket name information can be assigned explicitly by the bind( ) and connect( ) routines, but is often set automatically.

This event occurs if no matching socket is available for datagrams sent to unicast IP addresses. The receiving host attempts to send an ICMP port unreachable message after incrementing the appropriate counter in the UDP statistics. The received data is discarded. This event is part of the core net event class. Additional filtering based on the port number is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
udp_input-noport (20249)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301a5809
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the UDP socket which could not receive the incoming data

3.3.6   Notice Events

This priority level contains events which indicate significant checkpoints that occur during normal operation, such as the arrival of data from a remote host.

in_arpinput-start: valid ARP packet received

This event indicates that the network stack has received an ARP message which it can process. The only messages currently supported contain Ethernet hardware addresses and IP network addresses. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
in_arpinput-start (20024)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3001600c
Additional unique identifier for internal WRS use: encodes the source code module and other event information

in_arpinput-delayedsend: valid ARP packet received - sending cached data

This event indicates that the network stack has completed processing an ARP message. The only messages currently supported contain Ethernet hardware addresses and IP network addresses. This event occurs when the hardware address supplied by the ARP message completes the resolution process. A pending IP packet which was held until that address was available is now transferred to the link-level (Ethernet) output function. This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
in_arpinput-delayedsend (20028)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3001640d
Additional unique identifier for internal WRS use: encodes the source code module and other event information
dstAddr
0xc63e1e15 (198.62.30.21)
Destination IP address for held data. It is also the source protocol address from the ARP reply.

in_arpinput-replysend: valid ARP request received - sending reply

This event indicates that the network stack has received and processed an ARP request message. The only messages currently supported contain Ethernet hardware addresses and IP network addresses. This event occurs when the receiving host is able to supply a hardware address for the requested network address. The host is either the target of the request or contains a proxy ARP entry for the actual target. It constructs an ARP reply which is transferred to the link-level (Ethernet) output function. This event is part of the auxiliary net event class. Additional filtering based on the IP address is available with type values of 0 and 1(source or destination) and direction of 1 (output).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
in_arpinput-replysend (20029)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3001640e
Additional unique identifier for internal WRS use: encodes the source code module and other event information
srcAddr
0xc63e1e01 (198.62.30.1)
The source of the ARP reply for standard (not proxy) ARP entries. It is the target protocol address from the ARP request.
dstAddr
0xc63e1e15 (198.62.30.21)
The destination of the ARP reply. It is the source protocol address from the ARP request.

ether_output-send: Ethernet frame sent to driver layer

This event indicates that the network stack has generated an Ethernet frame for transmission by a network interface. The ether_output( ) routine processes IP packets for delivery to BSD drivers by prepending an Ethernet header to the corresponding M_BLK chain. It obtains the destination hardware address from the ARP cache which is accessed through the route entry for the destination IP address.If that information is not present when the IP layer calls the routine, it caches the packet for later delivery and initiates the ARP resolution process. Once the destination IP address is resolved, a second call to this routine from the ARP input processing will complete the header construction and transfer the resulting frame to the driver layer.

This event occurs after adding the Ethernet frame to a network interface's send queue and triggering the driver's start routine to begin transmitting the data.This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ether_output-send (20039)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3002600c
Additional unique identifier for internal WRS use: encodes the source code module and other event information
pIf
0x78e58
Address of interface pointer selected to transmit the data. It is available with the ifunit( ) routine

ether_input-start: Ethernet frame received from driver layer

This event indicates that the network stack has received an Ethernet frame from a network interface. The ether_input( ) routine processes incoming frames from BSD drivers for delivery to the protocol-specific input routine. The only frames currently supported contain IP or ARP packets (types 0x800 and 0x806) in the Ethernet DIX format.

This event occurs before any processing of the newly arrived frame. If the network interface is currently unavailable (because the IFF_UP flag is not set) the frame will be silently discarded. The frame will also be discarded if the IFF_PROMISC flag is set and the link-level destination address does not match the destination MAC address or a broadcast or multicast address. Those frames would degrade network performance by needlessly triggering the IP forwarding process. This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ether_input-start (20040)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3002600d
Additional unique identifier for internal WRS use: encodes the source code module and other event information
pIf
0x78e58
Address of interface pointer which received the data. It is available with the ifunit( ) routine

igmp_input-recv: IGMP message received from IP layer

This event indicates that the network stack has received and validated an IGMP message. The igmp_input( ) routine handles data contained in IP packets with a protocol value of 2. This event occurs after verifying that the M_BLK chain containing the message is not truncated and passes the checksum validation test. It also follows the completion of internal processing for IGMP queries (type 1) and reports (type 2). After this event, the input routine calls rip_input( ) to relay the IGMP message to the appropriate sockets of type SOCK_RAW in the PF_INET domain, if any. This event is part of the core net event class. Additional filtering based on the IP address is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
igmp_input-recv (20055)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30036805
Additional unique identifier for internal WRS use: encodes the source code module and other event information
srcAddr
0xc63e1e01 (198.62.30.1)
The source of the IGMP message.
dstAddr
0xe0000009 (224.0.0.9) 
           (RIP multicast)
The destination of the IGMP message.

igmp_sendreport-send: IGMP message sent to IP layer

This event indicates that the network stack has constructed an IGMP report message for transmission by the IP layer. The igmp_sendreport( ) routine generates that message for a single multicast group when the appropriate timer expires. The timer is set whenever a new group is joined or when an IGMP query arrives.

After this event, the send routine calls ip_output( ) to transmit the IGMP message to the appropriate multicast address. This event is part of the core net event class. Additional filtering based on the IP address is available with a type value of 1(destination) and direction of 1(output).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
igmp_sendreport-send (20060)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30036406
Additional unique identifier for internal WRS use: encodes the source code module and other event information
dstAddr
0xe0000009 (224.0.0.9) 
           (RIP multicast)
The destination of the IGMP message.

icmp_input-start: ICMP message received from IP layer

This event indicates that the network stack has received an ICMP message. The icmp_input( ) routine handles data contained in IP packets with a protocol value of 1, generating replies for all supported request messages (types 8, 13, and 17). After completing any necessary processing, the input routine calls rip_input( ) to relay all other messages to the appropriate sockets of type SOCK_RAW in the PF_INET domain, if any.

This event occurs before any processing of the newly arrived message. If the M_BLK chain containing the message is unexpectedly truncated or less than the minimum length, it will be discarded. The message is also discarded if it fails the checksum validation test. This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
icmp_input-start (20094)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30086808
Additional unique identifier for internal WRS use: encodes the source code module and other event information

icmp_reflect-start: ICMP request received - generating reply

This event indicates that the network stack has received a supported ICMP request message. The icmp_input( ) routine calls the icmp_reflect( ) routine to generate replies for echo requests (type 8), timestamp requests (type 13), and address mask requests (type 17).

This event occurs before any processing of the pending ICMP reply. If the intended destination is invalid, such as a multicast or broadcast address, the reply will be silently discarded. This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
icmp_reflect-start (20095)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30086409
Additional unique identifier for internal WRS use: encodes the source code module and other event information
dstAddr
0xc63e1e15 (198.62.30.21)
The intended destination address for the ICMP reply.

icmp_send-start: relaying ICMP reply to IP layer

This event indicates that the network stack has received a supported ICMP request message. The icmp_send( ) routine generates the ICMP checksum after the icmp_reflect( ) routine validates the destination address and constructs the IP payload.

After this event, the send routine calls ip_output( ) to transmit the ICMP reply to the appropriate destination address. This event is part of the core net event class. Additional filtering based on the IP address is available with type values of 0 and 1(source or destination) and direction of 1(output).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
icmp_send-start (20096)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3008640a
Additional unique identifier for internal WRS use: encodes the source code module and other event information
srcAddr
0xc63e1e01 (198.62.30.1)
The source address of the ICMP reply
dstAddr
0xc63e1e15 (198.62.30.21)
The intended destination address for the ICMP reply.

ipintr-recv: transferring IP packet to protocol input routine

This event indicates that the network stack has accepted an IP packet for local processing. The ipintr( ) routine executes at task level in response to an interrupt from a network driver delivering a link-level frame containing IP data. Packets to remote destination addresses are transferred to the IP forwarding routine (if the receiving host is configured as a router) or discarded. Packets to a local destination address or a valid multicast or broadcast address are transferred to the protocol-specific input routine.

This event occurs after completing the checksum validation and any necessary packet reassembly. Following this event, the protocol-specific input routine will begin handling the M_BLK chain containing the packet. This event is part of the core net event class. Additional filtering based on the IP address is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ipintr-recv (20111)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3009680e
Additional unique identifier for internal WRS use: encodes the source code module and other event information
srcAddr
0xc63e1e01 (198.62.30.1)
Source address of the received IP packet.
dstAddr
0xc63e1e15 (198.62.30.21)
Destination address of the received IP packet.

ip_forward-result: sending IP packet to next hop destination

This event indicates that the network stack has received an IP packet intended for a remote destination. The ip_forward( ) routine updates the time-to-live field for an IP packet and retrieves the appropriate route entry for delivery to the destination address. It executes in response to the arrival of an IP packet with an unrecognized unicast destination address if the receiving host is configured as a router. It also handles any IP packets which include a source routing option in the header. If no route to the destination exists or the time-to-live hop count is exceeded, the packet is silently discarded after attempting to send an appropriate ICMP error message. Attempts to generate ICMP messages also occur if the forwarding attempt fails or redirection is desirable. This event provides the results of the ip_output( ) routine for a packet with a known route to the destination. This event is part of the core net event class. Additional filtering based on the IP address is available with type values of 0 and 1(source or destination) and direction of 1(output).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ip_forward-result (20112)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3009640f
Additional unique identifier for internal WRS use: encodes the source code module and other event information
result
0 (OK) 
0x24 (EMSGSIZE) 
0x37 (ENOBUFS)
Result of send attempt for packet. Forwarding is successful for value of 0.
srcAddr
0xc63e1e01 (198.62.30.1)
Source address of the forwarded IP packet.
dstAddr
0xc63e1e15 (198.62.30.21)
Destination of the forwarded IP packet.

tunnel_send-result: transmitting multicast packet with unicast routers

This event indicates that the network stack has received a multicast IP packet intended for a remote destination. The ip_mforward( ) routine performs multicast routing. It uses the tunnel_send( ) routine to encapsulate the original multicast datagram into an appropriate unicast datagram when necessary. The VIFF_TUNNEL flag distinguishes tunnel interfaces from physical interfaces.Tunnels provide support for multicast routing over route segments which contain non-multicast routers. Typically, an implementation of the DVMRP routing protocol assigns that flag and the associated device when creating the (virtual) interface. This event provides the results of the ip_output( ) routine for the transmission attempt through the tunnel. It is part of the core net event class. Additional filtering based on the IP addresses of the tunnel endpoints is available with type values of 0 and 1(source or destination) and direction of 1(output).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tunnel_send-result (20127)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300a640a
Additional unique identifier for internal WRS use: encodes the source code module and other event information
result
0 (OK) 
0x24 (EMSGSIZE) 
0x37 (ENOBUFS)
Result of transmit attempt for packet. Send is successful for value of 0.
localAddr
0xc63e1e01 (198.62.30.1)
The local endpoint for the tunnel.
remoteAddr
0xc63e1e15 (198.62.30.21)
The remote tunnel endpoint.
dstAddr
0xe0000009 (224.0.0.9) 
           (RIP multicast)
The final multicast destination address for the original packet.

phyint_send-result: transmitting multicast packet from multicast interface

This event indicates that the network stack has received a multicast IP packet intended for a remote destination. The ip_mforward( ) routine performs multicast routing. It uses the phyint_send( ) routine to transmit the original multicast datagram from a specific (multicast-capable) device. The VIFF_TUNNEL flag distinguishes tunnel interfaces from physical interfaces. Tunnels provide support for multicast routing over route segments which contain non-multicast routers. Typically, an implementation of the DVMRP routing protocol assigns that flag and the associated device when creating the (virtual) interface. This event provides the results of the ip_output( ) routine for the (multicast) transmission attempt through the physical interface. It is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
phyint_send-result (20128)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300a640b
Additional unique identifier for internal WRS use: encodes the source code module and other event information
result
0 (OK) 
0x24 (EMSGSIZE) 
0x37 (ENOBUFS)
Result of transmit attempt for packet. Send is successful for value of 0.
pIf
0x78e58
Address of interface pointer selected to transmit the data. It is available with the ifunit( ) routine

rip_input-start: transferring IP packet to registered sockets

This event indicates that the network stack has received an IP packet for local delivery. The rip_input( ) routine is the protocol-specific input routine which relays selected IP packets to the appropriate sockets of type SOCK_RAW in the PF_INET domain, based on the protocol type and source and destination addresses in the IP header. The routine handles all incoming packets with unknown IP protocol types or unknown ICMP message types, as well as some (valid) ICMP messages and all IGMP messages. The attach( ), bind( ) and connect( ) routines will limit a raw socket to specific values for the protocol and address fields, but it will receive all available packets by default.

This event occurs after the ipintr( ) routine validates the packet checksum and performs any necessary reassembly, but before searching for a matching socket. If no socket is found, the received data is discarded after incrementing the appropriate counter in the IP statistics. This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
rip_input-start (20158)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300e6807
Additional unique identifier for internal WRS use: encodes the source code module and other event information

rip_output-result: completed transmission of raw IP data

This event indicates that the network stack is generating an IP packet using a socket endpoint with type SOCK_RAW in the PF_INET domain. All of the BSD socket API send calls (or writes to the associated file descriptor) ultimately produce a PRU_SEND request. The rip_output( ) routine implements that request for raw IP sockets. The routine adds an IP header to the given data, if necessary, and calls the ip_output( ) routine to transmit the resulting IP packet. This event provides the results of the ip_output( ) routine for that transmission attempt. It is part of the core net event class. Additional filtering based on the IP address is available with type values of 0 and 1(source or destination) and direction of 1(output).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
rip_output-result (20159)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300e6408
Additional unique identifier for internal WRS use: encodes the source code module and other event information
result
0 (OK)
0x24 (EMSGSIZE)
0x37 (ENOBUFS)
Result of transmit attempt for packet. Send is successful for value of 0.
srcAddr
0xc63e1e01 (198.62.30.1)
Source address of the new IP packet.
dstAddr
0xc63e1e15 (198.62.30.21)
Destination address of the new IP packet.

raw_input-start: transferring routing message to registered sockets

This event indicates that the network stack is processing an incoming routing message for a socket endpoint with type SOCK_RAW in the PF_ROUTE domain. These routing messages occur to allow applications, such as implementations of the routing protocols, to monitor the routing table. The messages can be restricted to routes for a specific address family by including the family value in the protocol argument when creating the socket.Otherwise, any routing socket receives all messages.

Most routing messages occur in response to a specific external event, such as creating or deleting a route or a change in status for an interface. An ICMP redirect message and a failed route lookup will also generate appropriate messages.

All routing sockets also receive copies of any outgoing messages, which correspond to direct manipulation of the routing table by local applications. That default behavior can be disabled for individual sockets.

This event occurs before searching for a matching routing socket. If no socket is found, the message is silently discarded. This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
raw_input-start (20166)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300f6804
Additional unique identifier for internal WRS use: encodes the source code module and other event information
family
0x11 (PF_ROUTE)
Family of routing socket.
protocol
0x2 (AF_INET)
Family of included address.

route_output-start: accessing routing table for local application

This event indicates that the network stack is processing an outgoing routing message from a socket endpoint with type SOCK_RAW in the PF_ROUTE domain. All of the BSD socket API send calls (or writes to the associated file descriptor) ultimately produce a PRU_SEND request. The route_output( ) routine implements that request for raw routing sockets. The routing messages support direct manipulation of the routing table by local applications. The message types (RTM_ADD, RTM_CHANGE, RTM_GET, RTM_LOCK, and RTM_DELETE) correspond to the available operations. By default, copies of these messages are sent to every routing socket, allowing all local applications to monitor any changes. Any routing socket can restrict incoming messages to routes for a specific address family or disable them entirely.

This event occurs before any processing of the outgoing message, so the message type is unavailable. If an error occurs, the intended operation is ignored and the routing table remains unchanged. Copies of the message are sent to all routing sockets whether or not the operation succeeds. This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
route_output-start (20189)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30116405
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the request

tcp_input-start: TCP segment received from IP layer

This event indicates that the network stack has received a TCP segment from a remote host. The tcp_input( ) routine is the protocol-specific input routine which the ipintr( ) routine invokes to process each segment for the corresponding socket of type SOCK_STREAM in the PF_INET domain. The processing varies depending on the current state of each TCP socket. The tcp_input( ) routine validates the segment's checksum and handles all state transitions associated with establishing and closing connections. While a connection is active, it copies the payload into the receive buffers of the matching socket, which is selected by the address and port number values, after completing any necessary reassembly. The routine also initiates the transmission of any needed acknowledgements or other responses (such as reset messages if an error occurs) and updates the dynamic congestion control variables.

This event occurs before any processing of the newly arrived segment. If the segment is out of sequence or an error occurs, the data will be discarded after incrementing the appropriate TCP statistic. Other WindView events may occur to provide more specific information in those cases. This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_input-start (20202)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30156807
Additional unique identifier for internal WRS use: encodes the source code module and other event information

tcp_output-result: completed transmission of TCP segment to remote host

This event indicates that the network stack is generating a TCP segment for a remote host. Outgoing TCP data often occurs using a socket endpoint with type SOCK_STREAM in the PF_INET domain. All of the BSD socket API send calls (or writes to the associated file descriptor) ultimately produce a PRU_SEND request. The tcp_output( ) routine implements that request for TCP sockets, but also generates segments in response to some incoming TCP segments and timer-related events, as well as the connect( ), disconnect( ), and shutdown( ) routines.

The routine always sends "status" segments (ACK, SYN, RST, and FIN messages) but might not transfer any data to the IP layer. The amount of data sent depends on the current state of the TCP socket and the values of the congestion control variables. The routine adds TCP and IP headers to the new segment and calls the ip_output( ) routine to transmit the resulting IP packet. This event provides the results of the ip_output( ) routine for that transmission attempt. It is part of the core net event class. Additional filtering based on the port number is available with type values of 0 and 1(source or destination) and direction of 1(output).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_output-result (20219)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30166403
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the transmit attempt
result
0 (OK) 
0x24 (EMSGSIZE) 
0x37 (ENOBUFS)
Result of transmit attempt for packet. Send is successful for value of 0.

tcp_respond-start: transmit asynchronous TCP segment to remote host

This event indicates that the network stack is generating a TCP segment for a remote host. Outgoing TCP data often occurs using a socket endpoint with type SOCK_STREAM in the PF_INET domain, but the tcp_respond( ) routine only creates TCP segments because of connection errors or timer expirations. The routine sends either reset messages (triggered by errors processing an incoming segment) or keepalive segments (if that timer expires).

This event occurs before attempting to construct the appropriate TCP segment. If any problem occurs, the segment is silently discarded. This event is part of the core net event class. Additional filtering based on the port number is available with type values of 0 and 1(source or destination) and direction of 1(output).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_respond-start (20221)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30176402
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the transmit attempt
ackNum
0x2048 
0 (ACK in received segment)
Value for acknowledgement number. 0 only in RST response.
seqNum
0x2060 
0 (no ACK received)
Value for sequence number. 0 only in RST response.
flags
0x10 (TH_ACK: keepalive) 
0x04 (TH_RST: ACK received) 
0x14 (reset: no ACK)
Flag values for segment, from ./target/h/netinet/tcp.h

udp_input-start: UDP datagram received from IP layer

This event indicates that the network stack has received a UDP datagram from a remote host. The udp_input( ) routine is the protocol-specific input routine which the ipintr( ) routine invokes to process each datagram for the associated sockets of type SOCK_DGRAM in the PF_INET domain. The udp_input( ) routine validates the datagram checksum and copies the payload into the receive buffers of any matching sockets, which are selected by the address and port number values.

This event occurs before any processing of the newly arrived datagram. If no matching sockets exist or an error occurs the data will be discarded after incrementing the appropriate UDP statistic. Other WindView events may occur to provide more specific information in those cases. This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
udp_input-start (20250)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301a680a
Additional unique identifier for internal WRS use: encodes the source code module and other event information

udp_output-result: completed transmission of UDP datagram to remote host

This event indicates that the network stack is generating a UDP datagram for a remote host. Outgoing UDP data occurs using a socket endpoint with type SOCK_DGRAM in the PF_INET domain. All of the BSD socket API send calls (or writes to the associated file descriptor) ultimately produce a PRU_SEND request. The udp_output( ) routine implements that request for UDP sockets. If the send call includes a specific destination, the socket is temporarily connected to that address. Otherwise, it uses the information assigned earlier by the connect( ) routine. The udp_output( ) routine adds UDP and IP headers to the given data and calls the ip_output( ) routine to transmit the resulting IP packet. This event provides the results of the ip_output( ) routine for that transmission attempt. It is part of the core net event class. Additional filtering based on the port number is available with type values of 0 and 1(source or destination) and direction of 1(output).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
udp_output-result (20251)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301a640b
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the transmit attempt
result
0 (OK) 
0x24 (EMSGSIZE) 
0x37 (ENOBUFS)
Result of transmit attempt for packet. Send is successful for value of 0.
srcPort
0x1000 (4096)
Source port of new datagram
dstPort
0x45 (TFTP)
Dest. port for new datagram

3.3.7   Information Events

This priority level contains events which indicate minor checkpoints that occur during normal operation, such as successful checksum validation of incoming data and the arrival of data on an individual socket.

if_slowtimo-ifWdStart: interface timer expired - calling watchdog routine

This event occurs during the network stack's slow timeout update for interfaces. Currently, the if_slowtimo( ) routine executes once per second to update any watchdog timers which are active for specific interfaces. Any interface can schedule a function for periodic execution by storing the function pointer in the if_watchdog field in the interface structure and setting the if_timer field to a nonzero value. This event indicates that an interface watchdog timer has expired. It occurs before calling any installed watchdog routine. The capability to execute an interface-specific watchdog routine is currently not used by any supplied network devices.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
if_slowtimo-ifWdStart (20008)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30007006
Additional unique identifier for internal WRS use: encodes the source code module and other event information
pIf
0x78e58
Address of interface pointer whose watchdog timer expired. It is available with the ifunit( ) routine

ifioctl-start: executing control operation for an interface

This event occurs when the network stack is processing a request from the generic I/O control interface. The ioctl.h include file defines the available operations. The request parameter included in this event contains the resulting four byte value. The first two arguments to the _IOxx macros in the include file provide the values for the final two bytes, which indicate the particular request. The third byte indicates whether it applies to sockets (`s': 0x73), routes (`r': 0x72), or interfaces (`i': 0x69). The fourth byte (second argument) is a unique offset within each category.

The ifioctl( ) routine handles some interface-specific operations (request values with the format 0xaabb69dd) and performs preliminary processing for the remainder. This event occurs before any processing of the request. If any error occurs the current settings will remain unchanged and the corresponding ioctl( ) call will return ERROR with an error number setting indicating the problem. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ifioctl-start (20009)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30007007
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the control request
request
0x8020690c 
(SIOCSIFADDR)
Identifies the new request. See ./target/h/sys/ioctl.h for the definitions of possible values

arptimer-free: timer expired - removing ARP entry

This event indicates that an ARP entry has expired. The arptimer( ) routine examines all ARP entries at intervals specified by the arpt_prune global variable, which has a default value of 60 seconds. The address resolution process creates dynamic ARP entries with a lifetime determined by the arpt_keep global variable, which has a default value of 20 minutes. Static ARP entries usually never expire.

This event occurs before calling the arptfree( ) routine to remove the expired ARP entry. It is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
arptimer-free (20014)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3001700f
Additional unique identifier for internal WRS use: encodes the source code module and other event information

arpioctl-start: executing control operation for ARP table

This event occurs when the network stack is processing a request from the generic I/O control interface. The ioctl.h include file defines the available operations. The request parameter included in this event contains the resulting four byte value. The first two arguments to the _IOxx macros in the include file provide the values for the final two bytes, which indicate the particular request. The third byte indicates whether it applies to sockets (`s': 0x73), routes (`r': 0x72), or interfaces (`i': 0x69). The fourth byte (second argument) is a unique offset within each category.

The arpioctl( ) routine handles the interface-specific SIOCSARP, SIOCGARP, and SIOCDARP operations (request values with the format 0xaa2469dd) which provide applications with direct access to the ARP table. This event occurs before any processing of the request. If an error occurs, the current ARP table will remain unchanged and the corresponding ioctl( ) call will return ERROR with an error number setting indicating the problem. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
arpioctl-start (20032)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3001700f
Additional unique identifier for internal WRS use: encodes the source code module and other event information
request
0x8024691e 
(SIOCSARP)
0x80246920 
(SIOCDARP)
Identifies the ARP request. See ./target/h/sys/ioctl.h for the definitions of possible values.

igmp_fasttimo-start: updating multicast group timers

This event occurs during the network stack's fast timeout update for protocols, which occurs five times per second. That feature allows any protocol which registers a fast timeout function during initialization to perform any operations at that interval.

The igmp_fasttimo( ) routine is the protocol-specific function for IGMP. It updates the timers for all active multicast groups and triggers any pending IGMP report using the igmp_sendreport( ) routine.

This event occurs before examining any multicast groups. The routine exits immediately if no reports are pending. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
igmp_fasttimo-start (20058)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30037007
Additional unique identifier for internal WRS use: encodes the source code module and other event information

ipintr-newpkt: received IP packet for local destination

This event indicates that the network stack has accepted an IP packet for local delivery. The ipintr( ) routine executes at task level in response to an interrupt from a network driver delivering a link-level frame containing IP data. Packets to remote destination addresses are transferred to the IP forwarding routine (if the receiving host is configured as a router) or discarded. Packets to a local destination address or a valid multicast or broadcast address are transferred to the protocol-specific input routine.

This event occurs after completing the checksum validation and matching the destination address to a local interface (so the forwarding routine is bypassed). If any necessary reassembly completes successfully, the protocol-specific input routine will begin handling the M_BLK chain containing the packet. This event is part of the core net event class. Additional filtering based on the IP address is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ipintr-newpkt(20113)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30097810
Additional unique identifier for internal WRS use: encodes the source code module and other event information
srcAddr
0xc63e1e01 (198.62.30.1)
Source address of the received IP packet.
dstAddr
0xc63e1e15 (198.62.30.21)
Destination address of the received IP packet.

ip_freef-start: discard reassembly fragments for an IP packet

This event indicates that the network stack is releasing the IP reassembly fragments for a particular packet. The ip_freef( ) routine removes the fragments for a single packet as part of the slow timeout update for the IP protocol if the associated reassembly timer expires. The ipfragttl global variable has a default value of 60, which provides a maximum lifetime of 30 seconds for each partial packet.

The protocol-specific drain function also uses the ip_freef( ) routine to discard all the fragments on the reassembly list if the network stack requires additional memory.

This event is part of the auxiliary net event class. Additional filtering based on the IP address is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ip_freef-start (20113)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30097011
Additional unique identifier for internal WRS use: encodes the source code module and other event information
srcAddr
0xc63e1e01 (198.62.30.1)
Source address of the discarded IP fragments.
dstAddr
0xc63e1e15 (198.62.30.21)
Dest. address of the discarded IP fragments.

ip_slowtimo-start: updating fragment reassembly timers

This event occurs during the network stack's slow timeout update for protocols, which occurs twice per second. That feature allows any protocol which registers a slow timeout function during initialization to perform any operations at that interval.

The ip_slowtimo( ) routine is the protocol-specific function for IP. It updates the timers for any partial packets on the reassembly list and triggers the ip_freef( ) routine if a timer expires. The ipfragttl global variable has a default value of 60, which provides a maximum lifetime of 30 seconds for each partial packet.

This event occurs before examining any partial packets. The routine exits immediately if no fragments are present. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ip_slowtimo-start (20115)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30097012
Additional unique identifier for internal WRS use: encodes the source code module and other event information

ip_mrouter_cmd-start: executing control operation for multicast router

This event indicates that the network stack is processing a control operation related to multicast routing support. The setsockopt( ) routine provides access to these commands through raw sockets with a level argument of IPPROTO_IP. It is typically called by an implementation of the DVMRP routing protocol. The ip_mrouter_cmd( ) routine is the default handler for all related options, which have values beginning at 100 (DVMRP_INIT). This event occurs before any processing of the command. If an error occurs, the corresponding setsockopt( ) call returns ERROR with an error number setting indicating the problem.

Custom handling is available by assigning an alternate function to the _mCastRouteCmdHook global variable. If an alternate function is used, this event will not occur.This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ip_mrouter_cmd-start (20129)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300a700c
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the control request
request
100 (DVRMP_INIT) 
107 (DVMRP_DEL_MRT)
The multicast routing request. See ./h/netinet/ip_mroute.h for the definitions of possible values.

ip_output-sendall: transferring IP packet to driver layer

This event occurs when the network stack is processing an outgoing IP packet. The ip_output( ) routine handles both packet forwarding (if enabled) and locally generated packets. It performs any necessary route lookups and fragmentation, then passes the resulting M_BLK chain to the interface-specific transmit routine.

This event indicates that the network stack has completed the processing of a valid IP packet. This event occurs immediately before calculating the IP checksum (if necessary) when no fragmentation is required. It is part of the core net event class. Additional filtering based on the IP address is available with type values of 0 and 1(source or destination) and direction of 1(output).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ip_output-sendall (20295)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300b740a
Additional unique identifier for internal WRS use: encodes the source code module and other event information
srcAddr
0xc63e1e01 (198.62.30.1)
Source address of the IP packet.
dstAddr
0xc63e1e15 (198.62.30.21)
Destination address of the IP packet.
pktLen
1000
Size of the IP packet.
mtuLen
1500
MTU size of the interface selected to transmit the data.

ip_output-sendfrag: fragmenting outgoing IP packet

This event occurs when the network stack is processing an outgoing IP packet. The ip_output( ) routine handles both packet forwarding (if enabled) and locally generated packets. It performs any necessary route lookups and fragmentation, then passes the resulting M_BLK chain to the interface-specific transmit routine.

This event indicates that the network stack is processing a valid IP packet which exceeds the MTU size of the selected output interface. This event occurs before constructing the IP fragments. If an error occurs during that process, the entire original packet is discarded. Otherwise, each M_BLK chain containing a fragment is transferred to the interface's output routine. If that routine fails, any remaining fragments are discarded. This event is part of the core net event class. Additional filtering based on the IP address is available with type values of 0 and 1(source or destination) and direction of 1(output).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ip_output-sendfrag (20296)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300b740b
Additional unique identifier for internal WRS use: encodes the source code module and other event information
dstAddr
0xc63e1e15 (198.62.30.21)
Destination address of the new IP packet.
pktLen
1500
Total size of the IP packet.
hdrLen
24
The (original) packet header size.
mtuLen
600
MTU size of the interface selected to transmit the data.

ip_ctloutput-start: executing control operation for IP protocol

This event occurs when the network stack is processing a control operation related to the IP protocol. The setsockopt( ) and getsockopt( ) routines provide access to these settings using UDP, TCP, or raw sockets with a <level> argument of IPPROTO_IP. The ip_ctloutput( ) routine handles all options with values from 1 (IP_OPTIONS) to 13 (IP_DROP_MEMBERSHIP) except for IP_HDRINCL (2), which is only available for raw sockets. This event occurs before any processing of the command. If an error occurs, the corresponding setsockopt( ) or getsockopt( ) call returns ERROR with an error number setting indicating the problem.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ip_ctloutput-start (20135)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300b7006
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the control request
request
0 (PRCO_GETOPT) 
1 (PRCO_SETOPT)
Type of option request (from ./target/h/net/protosw.h)
level
0 (IPPROTO_IP) 
1 (IPPROTO_ICMP: invalid)
Protocol level for request (from ./target/h/netinet/in.h)
optname
3 (IP_TOS) 
4 (IP_TTL)
The requested socket option. See ./target/h/netinet/in.h for the list of possible values.

ip_mloopback-start: copying outgoing multicast IP packet to local interface

This event indicates that the network stack is sending a multicast IP packet to the local host. The ip_output( ) routine uses the ip_mloopback( ) routine to deliver a copy of outgoing multicast packets if the selected output interface is also a member of the destination multicast group. This loopback operation occurs for all multicast transmissions unless disabled by calling the setsockopt( ) routine with a <level> argument of IPPROTO_IP for the IP_MULTICAST_LOOP command. If the sending host is configured as a multicast router, the loopback will always occur for IGMP reports and multicast forwarding, regardless of the option setting.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ip_mloopback-start (20136)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300b7807
Additional unique identifier for internal WRS use: encodes the source code module and other event information

rip_ctloutput-start: executing control operation with raw sockets

This event indicates that the network stack is processing a control operation requested using a socket of type SOCK_RAW in the PF_INET domain. The rip_ctloutput( ) routine provides a switchboard for the options available through the setsockopt( ) and getsockopt( ) routines with a <level> argument of IPPROTO_IP.

The IP_HDRINCL option is unique to raw sockets and is handled directly. All options with values over 100 (DVMRP_INIT) are processed as multicast routing settings. The ip_ctloutput( ) routine handles all other options. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
rip_ctloutput-start (20160)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300e7009
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the control request
request
0 (PRCO_GETOPT) 
1 (PRCO_SETOPT)
Type of option request (from ./target/h/net/protosw.h)
level
0 (IPPROTO_IP) 
1 (IPPROTO_ICMP: invalid)
Protocol level for request (from ./target/h/netinet/in.h)
optname
2 (IP_HDRINCL) 
3 (IP_TOS) 
17 (invalid command) 
102 (DVRMP_ADD_VIF)
The requested socket option. See ./target/h/netinet/in.h and ./target/h/netinet/ip_mroute.h for the list of possible values.

rip_usrreq-start: executing raw socket operation

This event indicates that the network stack is processing a socket operation for an endpoint with type SOCK_RAW in the PF_INET domain. The rip_usrreq( ) routine handles all generic socket library routines for these raw sockets except for the setsockopt and getsockopt commands. If a failure occurs, the corresponding socket call usually sets the error number value to the result of the specific operation and returns ERROR. In some cases (such as a partial send operation which returns EWOULDBLOCK) the socket operation ignores the error result and returns the amount of data transferred.

This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
rip_usrreq-start (20161)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300e700a
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the raw socket used for the request
request
0 (PRU_ATTACH) 
9 (PRU_SEND) 
11 (PRU_CONTROL)
The requested socket operation. See ./target/h/net/protosw.h for the list of possible values.

raw_usrreq-start: executing routing socket operation

This event indicates that the network stack is processing a socket operation for an endpoint with type SOCK_RAW in the PF_ROUTE domain. The raw_usrreq( ) routine performs common functions to support any available generic socket library routines for routing sockets, which provide applications with direct access to the routing table.

The routing socket endpoints never send data to a remote host. Besides the socket write routines, which produce PRU_SEND requests, the getpeername( ) function is the only supported operation. Routing sockets do not support the setsockopt and getsockopt commands, the ioctl interface, or any of the receive routines. Reading from the file descriptor is the only method available for retrieving data. If a failure occurs, the corresponding socket call sets the error number value to the result of the specific operation and returns ERROR.

This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
raw_usrreq-start (20168)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300f7006
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the routing socket used for the request
request
0 (PRU_ATTACH: creating) 
11 (PRU_BIND: invalid) 
9 (PRU_SEND) 
1 (PRU_DETACH: closing)
The requested socket operation. See ./target/h/net/protosw.h for the list of possible values.

rtalloc1-clone: cloning a route entry

This event indicates that the network stack is creating a new route entry based on an existing entry to a destination. The rtalloc1( ) routine is the primary internal interface to the routing engine which provides three related operations. The routine will perform route searches, unconditionally attempt to create new route entries, or attempt to create route entries if no matching entry exists.

Cloning a route occurs when a route creation attempt detects an existing entry (with the cloning flag set) which matches the destination according to the route search routine. The new entry inherits properties from the existing entry with the overlapping or identical search key.

This situation typically occurs when creating a new ARP entry. The matching entry in that case is usually the destination to the directly connected logical subnet for a local interface.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
rtalloc1-clone (20178)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30107009
Additional unique identifier for internal WRS use: encodes the source code module and other event information
baseAddr
0xc63e1e00 (198.62.30.0)
Destination/key for the existing route entry.
dstAddr
0xc63e1e15 (198.62.30.21)
Destination/key for the new route entry.

rtalloc1-match: found an existing route entry

This event indicates that the network stack detected an entry with an overlapping or identical destination to the search key. The rtalloc1( ) routine is the primary internal interface to the routing engine which provides three related operations. The routine will perform route searches, unconditionally attempt to create new route entries, or attempt to create route entries if no matching entry exists.

This event typically occurs when the calling routine initiated a (successful) search. It can also occur if a route creation attempt unexpectedly detects a matching entry which does not support cloning. In either case, the existing entry is returned after incrementing the reference count.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
rtalloc1-match (20179)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3010700a
Additional unique identifier for internal WRS use: encodes the source code module and other event information
dstAddr
0xc63e1e15 (198.62.30.21)
Destination/key for the existing route entry.

rtfree-start: releasing a route entry

This event indicates that the network stack is removing a reference to an existing route entry. A panic message will occur if the supplied route entry pointer is NULL. The entry is not actually deleted unless the reference count reaches zero and the RTF_UP flag is not set.

The rtfree( ) routine is frequently called when a protocol closes a connection which included a reference to a routing entry. Both the UDP and TCP protocols cache route entries in an attempt to reduce the overhead of routing lookups. TCP also uses the route entry to store congestion control values while the connection is active.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
rtfree-start (20180)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3010700b
Additional unique identifier for internal WRS use: encodes the source code module and other event information
refcnt
1
Current reference count (before decrementing).
dstAddr
0xc63e1e15 (198.62.30.21) 
0 (panic if entry is NULL) 
  (OK if default entry)
Destination/key for the released route entry.

rtioctl-start: executing control operation for routing table

This event occurs when the network stack is processing a request from the generic I/O control interface. The ioctl.h include file defines the available operations. The request parameter included in this event contains the resulting four byte value. The first two arguments to the _IOxx macros in the include file provide the values for the final two bytes, which indicate the particular request. The third byte indicates whether it applies to sockets (`s': 0x73), routes (`r': 0x72), or interfaces (`i': 0x69). The fourth byte (second argument) is a unique offset within each category.

The rtioctl( ) routine handles the routing control operations SIOCADDRT and SIOCDELRT (request values with the format 0x803472dd) which provide applications with direct access to the routing table. This event occurs before any processing of the request. If an error occurs, the current routing table will remain unchanged and the corresponding ioctl( ) call will return ERROR with an error number setting indicating the problem. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
rtioctl-start (20181)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3010700c
Additional unique identifier for internal WRS use: encodes the source code module and other event information
request
0x8034720a 
(SIOCADDRT)
0x8034720b 
(SIOCDELRT)
Identifies the routing request. See ./target/h/sys/ioctl.h for the definitions of possible values.

route_usrreq-start: executing routing socket operation

This event indicates that the network stack is processing a socket operation for an endpoint with type SOCK_RAW in the PF_ROUTE domain. The route_usrreq( ) routine handles any available generic socket library routines for routing sockets. Except for the PRU_ATTACH and PRU_DETACH requests, it uses the raw_usrreq( ) routine for all the actual processing.

Routing socket endpoints only provide applications with direct access to the routing table and never send data to a remote host. Besides the socket write routines, the getpeername( ) function is the only supported operation. The sockets do not support the setsockopt and getsockopt commands, the ioctl interface, or any of the receive routines. Reading from the file descriptor is the only method available for retrieving data.If a failure occurs, the corresponding socket call sets the error number value to the result of the specific operation and returns ERROR.

This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
route_usrreq-start (20190)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30117006
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the routing socket used for the request
request
0 (PRU_ATTACH: creating) 
11 (PRU_BIND: invalid) 
9 (PRU_SEND) 
1 (PRU_DETACH: closing)
The requested socket operation. See ./target/h/net/protosw.h for the list of possible values.

soo_ioctl-start: executing control operation with sockets

This event indicates that the network stack is processing a request from the generic I/O control interface. The ioctl.h include file defines the available operations. The request parameter included in this event contains the resulting four byte value. The first two arguments to the _IOxx macros in the include file provide the values for the final two bytes, which indicate the particular request. The third byte indicates whether it applies to sockets (`s': 0x73), routes (`r': 0x72), or interfaces (`i': 0x69). The fourth byte (second argument) is a unique offset within each category.

This event occurs for every ioctl( ) call issued using a BSD socket before any processing of the request. If an error occurs, the ioctl( ) call will return ERROR with an error number setting indicating the problem. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
soo_ioctl-start (20193)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30137001
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the request
request
0x8034720a 
(SIOCADDRT)
0x8020690c 
(SIOCSIFADDR)
Identifies the ioctl request. See ./target/h/sys/ioctl.h for the definitions of possible values.

soo_select-start: check sockets for pending data

This event indicates that the network stack is processing the I/O interface select( ) routine, which pends on arbitrary file descriptors until either data arrives or the descriptor is writable. The soo_select( ) routine performs the type-specific setup required to support the select( ) call for all BSD sockets . It executes once for each socket whose file descriptor is included in the monitored set.

Following this event, the soo_select( ) routine immediately signals the pending select( ) routine to set the appropriate file descriptor and return if the required condition is already met. Otherwise, it installs the corresponding socket on the appropriate internal queue so that the select( ) routine will be notified once the socket is readable or writable.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
soo_select-start (20194)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30137002
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket to test for reading or writing.

soo_unselect-start: selection complete - removing socket from queue

This event indicates that the network stack is cleaning up following a completed execution of the I/O interface select( ) routine, which pends on arbitrary file descriptors until either data arrives or the descriptor is writable. The soo_unselect( ) routine implements the required behavior for all BSD sockets. It executes once for each socket whose file descriptor was included in the monitored set.

This event usually occurs when the select( ) routine is exiting normally because the expected condition has been met for at least one of the monitored file descriptors. It can also occur if the type-specific setup for the select( ) call, which the soo_select( ) routine performs for BSD sockets, fails for one of the given file descriptors. In that case, the select( ) routine will return ERROR.

Following this event, the soo_unselect( ) routine removes the corresponding socket from the appropriate internal queue to prevent invalid attempts to notify the (exiting) select( ) routine.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
soo_unselect-start (20195)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30137003
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket tested for reading or writing.

tcp_reass-segdrop: discarding redundant TCP segment

This event occurs when the network stack has received a TCP segment from a remote host. The tcp_reass( ) routine processes each segment which contains data to deliver that payload to the corresponding socket of type SOCK_STREAM in the PF_INET domain in the correct order. If the segment's initial sequence number matches the current expected value, it is transferred to the socket's receive buffer for handling by the application. If the segment fills a gap in the data stream, the tcp_reass( ) routine also transfers the appropriate previously queued segments to the socket. Otherwise, it is added to the socket's reassembly queue or discarded.

This event indicates that a preceding segment on the reassembly queue completely overlaps the newly arrived segment. The new segment is discarded after incrementing the appropriate TCP statistics. This event is part of the core net event class. Additional filtering based on the port number is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_reass-segdrop (20203)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30157808
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket receiving data
seqno
25
Starting sequence number of (discarded) data
seqlen
125
Amount of discarded data

tcp_input-pureack: header prediction - acknowledging previously sent data

This event occurs when the network stack has received a TCP segment from a remote host. The tcp_input( ) routine processes each segment for the corresponding socket of type SOCK_STREAM in the PF_INET domain. This event indicates the arrival of a simple acknowledgement on an established connection. The segment does not include any control flags, except for ACK (and possibly PSH), or any data. Also, the sequence number equals the next expected value, the window size is unchanged, and the previous segment sent was not a retransmission. This common case bypasses the slower general-purpose processing. After discarding the segment, the tcp_input( ) routine removes the acknowledged data from the socket's send buffer, resumes any pending write or task waiting on select( ), and calls tcp_output( ) to generate a new IP packet if appropriate.This event is part of the core net event class. Additional filtering based on the port number is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_input-pureack (20204)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30157809
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket receiving the acknowledgement.
ackStart
0x1000
Starting sequence number of acknowledged data.
ackEnd
0x1100
Ending sequence number of acknowledged data.

tcp_input-puredata: header prediction - receiving ordered TCP data

This event occurs when the network stack has received a TCP segment from a remote host. The tcp_input( ) routine processes each segment for the corresponding socket of type SOCK_STREAM in the PF_INET domain. This event indicates the arrival of a pure in-sequence data packet on an established connection. The only control flags in the segment are ACK (and possibly PSH), although no additional data is acknowledged. Also, the sequence number equals the next expected value, the window size is unchanged, and the previous segment sent was not a retransmission. This event occurs when the socket's reassembly queue is empty and the receive buffer has enough space for the in-sequence data. This common case bypasses the slower general-purpose processing. The tcp_input( ) routine moves the data to the socket's receive buffer and resumes any pending read or task waiting on a select( ) call.This event is part of the core net event class. Additional filtering based on the port number is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_input-puredata (20205)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3015780a
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket receiving the data.
seqno
0x1100
Starting sequence number of received data.
datalen
256
Amount of received data.

tcp_input-accept: starting new passive connection

This event occurs when the network stack has received a TCP segment from a remote host. The tcp_input( ) routine processes each segment for the corresponding socket of type SOCK_STREAM in the PF_INET domain.This event indicates the successful processing of the initial message (containing the SYN flag) in the handshake sequence which establishes a connection for a matching socket (with connection state LISTEN) which completed the listen( ) routine. It occurs after cloning a socket from that parent and setting the new state to SYN_RECEIVED.

Following this event, the tcp_input( ) routine calls the tcp_reass( ) routine to move any included data to the reassembly queue and uses the tcp_output( ) routine to send the second handshake message containing the SYN and ACK control flags. This event is part of the auxiliary net event class. Additional filtering based on the port number is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_input-accept (20206)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3015780b
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the (cloned) socket for the new connection.
sendseq
0x500
Initial sequence number for sending data.
recvseq
0x600
Initial sequence number for receiving data.

tcp_input-connect: completing new connection

This event occurs when the network stack has received a TCP segment from a remote host. The tcp_input( ) routine processes each segment for the corresponding socket of type SOCK_STREAM in the PF_INET domain.This event indicates the successful completion of the handshake sequence which establishes a connection. A connection occurs after receiving a segment with the SYN and ACK flags for a socket (with connection state SYN_SENT) which completed the connect( ) routine. It also occurs after receiving a segment with the ACK flag for a socket (with connection state SYN_RECEIVED) which results from the listen( ) routine or (rarely) from a simultaneous open. Following this event, the tcp_input( ) routine sets the connection state to ESTABLISHED and calls the tcp_reass( ) routine to move any queued data to the socket's receive buffer. This event is part of the auxiliary net event class. Additional filtering based on the port number is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_input-connect (20207)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3015780c
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket using the new connection.
sendseq
0x500
Initial sequence number for sending data.
recvseq
0x600
Initial sequence number for receiving data.

tcp_input-dataclosed: receiving data on closed connection

This event occurs when the network stack has received a TCP segment from a remote host. The tcp_input( ) routine processes each segment for the corresponding socket of type SOCK_STREAM in the PF_INET domain.This event indicates the unexpected arrival of valid data for an inactive connection. It occurs after verifying that some portion of the data lies within the receive window of a matching socket (with connection state following CLOSE_WAIT) which completed the close( ) or shutdown( ) routines.

Following this event, the tcp_input( ) routine discards the incoming segment and calls the tcp_respond( ) routine to send a response containing the RST control flag. This event is part of the core net event class. Additional filtering based on the port number is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_input-dataclosed (20208)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3015780d
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket receiving the data.
seqno
0x1100
Starting sequence number of received data.
datalen
256
Amount of received data.

tcp_input-reset: receiving reset message - breaking connection

This event occurs when the network stack has received a TCP segment from a remote host. The tcp_input( ) routine processes each segment for the corresponding socket of type SOCK_STREAM in the PF_INET domain.This event indicates the arrival of a segment which includes the RST control flag. It occurs after verifying that some portion of the data lies within the receive window of a matching socket. The connection state for the socket is not equal to the LISTEN or SYN_SENT states (indicating a pending connection) that result from the listen( ) and connect( ) routines or to the CLOSING, LAST_ACK, and TIME_WAIT states that result from the close( ) and shutdown( ) routines.

Following this event, the tcp_input( ) routine sets the connection state to CLOSED, discards the incoming segment, and uses the tcp_close( ) routine to reset the local connection data. All future and pending attempts to use the socket for sending or receiving data will return ERROR with an error number setting of ECONNRESET (if the connection was active) or ECONNREFUSED (for an incomplete connection) until cleared by getsockopt( ) or a receive using MSG_PEEK. This event is part of the auxiliary net event class. Additional filtering based on the port number is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_input-reset (20209)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3015780e
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the (now disabled) socket using the (reset) connection.

tcp_input-sendclosed: receiving final ACK - beginning active close

This event occurs when the network stack has received a TCP segment from a remote host. The tcp_input( ) routine processes each segment for the corresponding socket of type SOCK_STREAM in the PF_INET domain.This event indicates the start of the handshake sequence which terminates a connection. The local end of a connection is closed after receiving a FIN message (ending the inbound link) and an acknowledgement for the FIN message sent during the close( ) or shutdown( ) routines (ending the outbound link). In an active close, a segment containing the FIN control flag is always sent first. This event occurs while processing the ACK flag for a matching socket in the FIN_WAIT_1 state, which results from sending the FIN message that this segment acknowledges.

Following this event, the tcp_input( ) routine sets the connection state to FIN_WAIT_2 to await the parallel FIN message from the remote peer. No further data may be sent using this socket. Data reception is possible following a half-close established by the shutdown( ) routine instead of the complete connection termination of the close( ) routine. This event is part of the auxiliary net event class. Additional filtering based on the port number is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_input-sendclosed (20210)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3015780f
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket closed to further outgoing data.

tcp_input-closewait: receiving final segment - completing active close

This event occurs when the network stack has received a TCP segment from a remote host. The tcp_input( ) routine processes each segment for the corresponding socket of type SOCK_STREAM in the PF_INET domain.This event indicates the completion of the handshake sequence which terminates a connection. The local end of a connection is closed after receiving a FIN message (ending the inbound link) and an acknowledgement for the FIN message sent during the close( ) or shutdown( ) routines (ending the outbound link). In an active close, a segment containing the FIN control flag is always sent first. If the close is simultaneous, this event occurs while processing the ACK flag for a socket in the CLOSING state. Otherwise, it occurs while handling the FIN flag for a state of FIN_WAIT_2, indicating that the FIN segment arrives with or after the ACK flag, not before it.

Following this event, the tcp_input( ) routine sets the connection state to TIME_WAIT. This state allows retransmission of any lost acknowledgements and enforces a mandatory delay before allowing the connection to be reused. No further data may be sent or received until the socket is reconnected, although it is still valid after completing the shutdown( ) routine. This event is part of the auxiliary net event class. Additional filtering based on the port number is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_input-closewait (20211)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30157810
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket with a fully closed connection.

tcp_input-recvclosed: receiving initial FIN - beginning passive close

This event occurs when the network stack has received a TCP segment from a remote host. The tcp_input( ) routine processes each segment for the corresponding socket of type SOCK_STREAM in the PF_INET domain.This event indicates the partial completion of the handshake sequence which terminates a connection. The local end of a connection is closed after receiving a FIN message (ending the inbound link) and an acknowledgement for the FIN message sent during the close( ) or shutdown( ) routines (ending the outbound link). In a passive close, a segment containing the FIN control flag always arrives first. This event occurs while processing the FIN flag for a matching socket with a connection state of either SYN_RECEIVED (indicating an incomplete passive connection or simultaneous open) or ESTABLISHED (for an active connection).

Following this event, the tcp_input( ) routine sets the connection state to CLOSE_WAIT.No further data may be received from this socket. Data transmission is possible until a half-close (using the shutdown( ) routine) or complete connection termination (using the close( ) routine) occurs. This event is part of the auxiliary net event class. Additional filtering based on the port number is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_input-recvclosed (20212)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30157811
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket closed to further incoming data.

tcp_input-closing: receiving initial FIN - continuing active close

This event occurs when the network stack has received a TCP segment from a remote host. The tcp_input( ) routine processes each segment for the corresponding socket of type SOCK_STREAM in the PF_INET domain.This event indicates the continuation of the handshake sequence which terminates a connection. The local end of a connection is closed after receiving a FIN message (ending the inbound link) and an acknowledgement for the FIN message sent during the close( ) or shutdown( ) routines (ending the outbound link). In an active close, a segment containing the FIN control flag is always sent first. This event occurs when processing the FIN flag for a segment after processing the ACK flag. The connection state for the matching socket is FIN_WAIT_1, which results from sending a FIN message. This event indicates the remote peer is simultaneously performing an active close. The pending FIN message has not been acknowledged.

Following this event, the tcp_input( ) routine sets the connection state to CLOSING to wait for the final acknowledgement and complete the simultaneous close. No further data may be sent or received from the socket. This event is part of the auxiliary net event class. Additional filtering based on the port number is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_input-closing (20213)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30157812
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket closed to input and output data.

tcp_input-close-restart: receiving duplicate FIN - restart timer

This event occurs when the network stack has received a TCP segment from a remote host. The tcp_input( ) routine processes each segment for the corresponding socket of type SOCK_STREAM in the PF_INET domain.This event indicates the arrival of a segment containing the FIN control flag for a closed connection. A connection is closed after both ends send a FIN message and both messages are acknowledged. The connection state for the matching socket is TIME_WAIT, which enforces a mandatory delay before a connection can be reused.

Following this event, the tcp_input( ) routine resets the connection delay timer to the mandatory initial value of twice the maximum segment lifetime. If the segment includes an ACK flag, the routine also retransmits the (lost) acknowledgement of the FIN message. Otherwise, this segment is a duplicate FIN message and no response occurs. This event is part of the auxiliary net event class. Additional filtering based on the port number is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_input-close-restart (20214)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30157813
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket for the restarted close timer.
lostFlag
1 (TRUE: lost ACK)
0 (FALSE: duplicate FIN)
If true, the input routine will retransmit an acknowledgement.

tcp_drop-start: breaking connection - assign socket error

This event occurs when the network stack aborts an (active or pending) TCP connection, which is associated with a socket of type SOCK_STREAM in the PF_INET domain. The tcp_drop( ) routine stores a hard error in the matching socket to indicate the problem. This event occurs when the network stack is unable to establish or maintain a connection because it receives an explicit reset or is unable to clone a new socket. It also occurs after TCP timers expire if the idle time exceeds the maximum values. The connection is also dropped when closing a socket.

Following this event, the tcp_drop( ) routine sets the connection state to CLOSED , calls tcp_output( ) to send a RST (if needed), and uses the tcp_close( ) routine to reset the local connection data. All future and pending attempts to use the socket for sending or receiving data will return ERROR with the given value (or soft error) until cleared by getsockopt( ) or a receive using MSG_PEEK. This event is part of the auxiliary net event class. Additional filtering based on the port number is available with type values of 0 and 1(source or destination) and direction of 1(output).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_drop-start (20222)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30177003
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket using the (closed) connection.

tcp_close-start: ending connection - reset local connection data

This event occurs when the network stack is returning the connection data for a socket of type SOCK_STREAM in the PF_INET domain to the initial state. The tcp_close( ) routine releases the control information associated with that socket and the corresponding connection. This event occurs after the TIME_WAIT connection state, which results from completing the handshake sequence that terminates a connection. That state enforces a delay before connection reuse after an active close. The network stack truncates the delay if it receives a SYM message in the TIME_WAIT state which reincarnates a connection. The tcp_close( ) routine also executes immediately after a passive close and when a remote peer explicitly resets a synchronized connection. The local connection data is also reset when the close( ) or shutdown( ) routines end the incoming and outgoing links and when data arrives on a connection matching a closed socket. Finally, tcp_close( ) resets the local connection data during the tcp_drop( ) routine. Following this event, the tcp_close( ) routine stores any valid congestion control variable settings in the routing table and detaches the socket from the connection. All future or pending send attempts to use the socket for sending data will return ERROR with an error number setting of EPIPE. Receive attempts will not retrieve additional data. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_close-start (20223)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30177004
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket using the reset connection.

tcp_notify-ignore: transmit failure for established connection

This event indicates that the network stack has received an ICMP error message for a socket of type SOCK_STREAM in the PF_INET domain. The tcp_ctlinput( ) routine is the protocol-specific routine which the icmp_input( ) routine uses to handle all supported ICMP errors for TCP payloads. The tcp_notify( ) routine handles all destination unreachable errors (type 3) and all parameter problem errors (type 12) and records the associated error number value as a soft or hard error.

This event occurs when the network stack receives an ICMP destination unreachable error (type 3) which maps to the error number EHOSTUNREACH for a socket with an established connection. These errors (ICMP codes 0, 1, and 5-12) are silently ignored after completing a connection to the remote peer.

Following this event, the tcp_notify( ) routine calls the wakeup routines to trigger any pending send and receive calls or any select( ) calls waiting on the socket. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_notify-ignore (20224)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30177005
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket which sent the TCP payload.
error
51 (ENETUNREACH: unused) 
55 (EHOSTUNREACH) 
67 (EHOSTDOWN: unused)
The reported error number from the ./target/h/errno.h file. See ./target/h/netinet/ip_icmp.h for ICMP type and code values.

tcp_notify-harderror: repeated failure for incomplete connection

This event indicates that the network stack has received an ICMP error message for a socket of type SOCK_STREAM in the PF_INET domain. The tcp_ctlinput( ) routine is the protocol-specific routine which the icmp_input( ) routine uses to handle all supported ICMP errors for TCP payloads. The tcp_notify( ) routine handles all destination unreachable errors (type 3) and all parameter problem errors (type 12) and records the associated error number value as a soft or hard error.

This event occurs when the network stack receives an ICMP error for a socket with an incomplete connection which has already recorded a soft error and resent the current segment at least four times. The error number is stored as a hard error for the socket. Following this event, the tcp_notify( ) routine calls the wakeup routines to trigger any pending send and receive calls or any select( ) calls waiting on the socket. All future and pending attempts to use the socket for sending or receiving data will return ERROR with the recorded error number until cleared by getsockopt( ) or a receive using MSG_PEEK. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_notify-harderror (20225)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30177006
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket which sent the TCP payload.
error
36 (EMSGSIZE) 
42 (ENOPROTOOPT)
The reported error number from the ./target/h/errno.h file.

tcp_notify-softerror: initial communication failure for connection

This event indicates that the network stack has received an ICMP error message for a socket of type SOCK_STREAM in the PF_INET domain. The tcp_ctlinput( ) routine is the protocol-specific routine which the icmp_input( ) routine uses to handle all supported ICMP errors for TCP payloads. The tcp_notify( ) routine in turn handles all destination unreachable errors (type 3) and all parameter problem errors (type 12) and records the associated error number value as a soft or hard error.

This event occurs for an ICMP message classified as a soft error, which does not prevent sending or receiving data. For a socket with an incomplete connection, the tcp_notify( ) routine stores a value as a soft error for the first ICMP message, or any later message that occurs before retransmitting a segment four times without any acknowledgements. Soft errors also occur for an established connection receiving ICMP messages (type 3, codes 2-4 or type 12) that do not map to EHOSTUNREACH

Following this event, the tcp_notify( ) routine calls the wakeup routines to trigger any pending send and receive calls or any select( ) calls waiting on the socket. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_notify-softerror (20226)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30177007
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket which sent the TCP payload.
error
36 (EMSGSIZE) 
61 (ECONNREFUSED)
The recorded error number from the ./target/h/errno.h file.

tcp_ctlinput-start: process asynchronous events for TCP

This event indicates that the network stack is either disabling an interface or has received an ICMP error message. The tcp_ctlinput( ) routine is the protocol-specific routine which the icmp_input( ) routine uses to handle all ICMP error messages for TCP payloads. It also responds to the PRC_IFDOWN event which occurs when an ioctl( ) call disables an interface by clearing the IFF_UP flag.

Following this event, the tcp_ctlinput( ) routine passes all supported ICMP messages to the in_pcbnotify( ) routine, which filters out redirects and sends the remaining events to the appropriate TCP routines. The tcp_quench( ) routine closes the congestion window and triggers the slow start algorithm in response to the PRC_QUENCH command resulting from an ICMP source quench message. The default tcp_notify( ) routine processes all other ICMP messages for the appropriate sockets. The tcp_ctlinput( ) routine ignores the PRC_IFDOWN event.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_ctlinput-start (20227)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30177008
Additional unique identifier for internal WRS use: encodes the source code module and other event information
command
4 (PRC_QUENCH) 
9 (PRC_UNREACH_HOST) 
14 (PRC_REDIRECT_NET)
Identifies the asynchronous event. See ./h/net/protosw.h for possible values.

tcp_fasttimo-start: processing delayed ACK timer

This event occurs during the network stack's fast timeout update for protocols, which occurs five times per second. That feature allows any protocol which registers a fast timeout function during initialization to perform any operations at that interval.

The tcp_fasttimo( ) routine is the protocol-specific function for TCP. It implements the delayed ACK timer which attempts to piggyback ACK messages with data by deferring the acknowledgement.

Following this event, the tcp_fasttimo( ) routine checks each established connection for delayed acknowledgements and uses the tcp_output( ) routine to send the ACK message after incrementing the appropriate counter in the TCP statistics.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_fasttimo-start (20229)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30187001
Additional unique identifier for internal WRS use: encodes the source code module and other event information

tcp_slowtimo-start: updating connection status timers

This event occurs during the network stack's slow timeout update for protocols, which occurs twice per second. That feature allows any protocol which registers a slow timeout function during initialization to perform any operations at that interval.

The tcp_slowtimo( ) routine is the protocol-specific function for TCP. It updates the counters which maintain the retransmission timer, persist timer (which sends window probes), and keepalive timer, as well as the connection establishment and FIN_WAIT_2 timers (which impose time limits for starting and ending connections) and the TIME_WAIT timer (which enforces the delay before connection reuse).

Following this event, the tcp_slowtimo( ) routine updates the idle time counter for each connection and uses the tcp_timers( ) routine to handle any expired timer. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_slowtimo-start (20230)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30187002
Additional unique identifier for internal WRS use: encodes the source code module and other event information

tcp_usrreq-start: executing TCP socket operation

This event indicates that the network stack is processing a socket operation for an endpoint with type SOCK_STREAM in the PF_INET domain. The tcp_usrreq( ) routine handles all generic socket library routines for these sockets except for the setsockopt and getsockopt commands. If a failure occurs, the corresponding socket call usually sets the error number value to the result of the specific operation and returns ERROR. In some cases (such as a partial send operation which returns EWOULDBLOCK) the socket operation ignores the error result and returns the amount of data transferred.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_usrreq-start (20239)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30197008
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the request.
request
0 (PRU_ATTACH) 
9 (PRU_SEND) 
11 (PRU_CONTROL)
The requested socket operation. See ./target/h/net/protosw.h for the list of possible values.

tcp_ctloutput-start: accessing TCP or IP socket option

This event indicates that the network stack is processing a control operation requested using a socket of type SOCK_STREAM in the PF_INET domain. The tcp_ctloutput( ) routine provides a switchboard for the options available through the setsockopt( ) and getsockopt( ) routines with a <level> argument of IPPROTO_TCP. Following this event, the tcp_ctloutput( ) routine handles the native TCP_NODELAY and TCP_MAXSEG options directly and uses the ip_ctloutput( ) routine for all other options. If an error occurs, the corresponding setsockopt( ) or getsockopt( ) call returns ERROR with an error number setting indicating the problem.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_ctloutput-start (20238)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30197007
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the control request.
request
0 (PRCO_GETOPT) 
1 (PRCO_SETOPT)
Type of option request (from ./target/h/net/protosw.h)
level
0 (IPPROTO_IP) 
6 (IPPROTO_TCP)
Protocol level for request (from ./target/h/netinet/in.h)
optname
1 (TCP_NODELAY) 
2 (TCP_MAXSEG) 
13 (IP_DROP_MEMBERSHIP)
The requested socket option (from ./target/h/netinet/tcp.h or ./target/h/netinet/in.h)

udp_input-newdata: accepting UDP datagram - socket found

This event indicates that the network stack is processing a UDP datagram from a remote host. The udp_input( ) routine is the protocol-specific input routine which the ipintr( ) routine invokes to process each datagram for the associated sockets of type SOCK_DGRAM in the PF_INET domain. The udp_input( ) routine validates the datagram checksum and copies the payload into the receive buffers of any matching sockets, which are selected by the address and port number values.

This event occurs after each successful search for a matching socket. Following this event, the udp_input( ) routine moves the data to the socket's receive buffer and resumes any pending receive calls and any select( ) calls waiting on the socket. This event is part of the core net event class. Additional filtering based on the port number is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
udp_input-newdata (20293)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301a7812
Additional unique identifier for internal WRS use: encodes the source code module and other event information
srcAddr
0xc63e1e15 (198.62.30.21)
Source address of incoming data
srcPort
0x1000 (4096)
Source port of incoming data
sockNum
4
Dest. socket for incoming data
dstPort
0x45 (TFTP)
Dest. port for incoming data

udp_notify-error: communication failure for UDP datagram

This event indicates that the network stack has received an ICMP error message for a socket of type SOCK_DGRAM in the PF_INET domain. The udp_ctlinput( ) routine is the protocol-specific routine which the icmp_input( ) routine uses to handle all supported ICMP errors for UDP payloads. The udp_notify( ) routine in turn handles all destination unreachable errors (type 3) and parameter problem errors (type 12).

This event occurs before any processing of the reported ICMP error. The error number is stored as a hard error for the socket. Following this event, the udp_notify( ) routine calls the wakeup routines to trigger any pending send and receive calls or any select( ) calls waiting on the socket. All future and pending attempts to use the socket for sending or receiving data will return ERROR with the recorded error number until cleared by getsockopt( ) or a receive using MSG_PEEK. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
udp_notify-error (20253)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301a700c
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket which sent the UDP payload.
error
51 (ENETUNREACH) 
55 (EHOSTUNREACH) 
67 (EHOSTDOWN)
The reported error number from the ./target/h/errno.h file. See ./target/h/netinet/ip_icmp.h for ICMP type and code values.

udp_ctlinput-start: process asynchronous events for UDP

This event indicates that the network stack is either disabling an interface or has received an ICMP error message. The udp_ctlinput( ) routine is the protocol-specific routine which the icmp_input( ) routine uses to handle all ICMP error messages for UDP payloads. It also responds to the PRC_IFDOWN event which occurs when an ioctl( ) call disables an interface by clearing the IFF_UP flag.

Following this event, the udp_ctlinput( ) routine passes all supported ICMP messages to the in_pcbnotify( ) routine, which filters out redirects and sends the remaining events to the default udp_notify( ) routine for processing by all appropriate sockets. The udp_ctlinput( ) routine ignores the PRC_IFDOWN event and the PRC_QUENCH, PRC_TIMXCEED_INTRANS and PRC_TIMXCEED_REASS events (generated by the corresponding ICMP messages). This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
udp_ctlinput-start (20254)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301a700d
Additional unique identifier for internal WRS use: encodes the source code module and other event information
command
4 (PRC_QUENCH: ignored) 
9 (PRC_UNREACH_HOST) 
14 (PRC_REDIRECT_NET)
Identifies the asynchronous event. See ./h/net/protosw.h for possible values.

udp_usrreq-start: executing UDP socket operation

This event indicates that the network stack is processing a socket operation for an endpoint with type SOCK_DGRAM in the PF_INET domain. The udp_usrreq( ) routine handles all generic socket library routines for these sockets except for the setsockopt and getsockopt commands. If a failure occurs, the corresponding socket call usually sets the error number value to the result of the specific operation and returns ERROR. In some cases (such as a partial send operation which returns EWOULDBLOCK) the socket operation ignores the error result and returns the amount of data transferred.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
udp_usrreq-start (20255)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301a700e
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket used for the request.
request
0 (PRU_ATTACH) 
9 (PRU_SEND) 
11 (PRU_CONTROL)
The requested socket operation. See ./target/h/net/protosw.h for the list of possible values.

soclose-sleep: deferring socket removal until connection expires

This event occurs when the network stack is processing the close( ) routine for a socket endpoint with the SO_LINGER option set. The socket close will not complete until the current connection ends. This event indicates the pending block of the calling task until signalled by a change in the socket state. Following this event, the calling task blocks until released. Upon restarting, the soclose( ) routine checks the socket status and will block again if still connected. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
soclose-sleep (20273)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301d700a
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the (still connected) closing socket

sbwait-sleep: pausing during incomplete data transfer

This event occurs when the network stack is processing a send or receive option for a socket which cannot be completed immediately. Either the amount of data requested is not available or the send buffer is currently full. This event indicates the pending block of the calling task until a wakeup routine signals that the appropriate buffer is available for additional reads or writes. Following this event, the calling task blocks until released. This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
sbwait-sleep (20290)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301e7005
Additional unique identifier for internal WRS use: encodes the source code module and other event information

sbwakeup-start: restart pending data transfers

This event occurs when the network stack reports a change in status of a socket's input or output buffers. Following this event, the sbwakeup( ) routine resumes any pending send (or receive) calls, depending on the type of change, and any select( ) calls waiting on the socket. This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
sbwakeup-start (20291)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301e7005
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket with changed input or output buffers.
wakeupType
0 (SELREAD: new data?)
1 (SELWRITE: more send                space?)
The reported state change. See ./target/h/selectLib.h for the possible values.

3.3.8   Verbose Events

This priority level contains events which occur frequently during normal operation, such as creating a socket or initializing a device. These events, which provide the highest level of detail, often occur as a result of a user-level routine.

ifinit-start: initializing network interfaces

This event occurs when the network stack is attaching to the available interfaces during startup. Following this event, the ifinit( ) routine sets the length of the output queue for each interface (if not already assigned by the interface-specific attach routine) and starts the interface update timer, which fires once per second. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ifinit-start (20000)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30008008
Additional unique identifier for internal WRS use: encodes the source code module and other event information

ifreset-start: closing network interfaces

This event occurs when the network stack is executing a complete shutdown. The ifreset( ) routine handles that process for the network as part of the processing for the reboot( ) routine. Following this event, the ifreset( ) routine calls all the interface-specific reset routines provided by the attached interfaces, returning the corresponding devices to their uninitialized state.signed by the interface-specific attach routine) and starts the interface update timer, which fires once per second. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ifreset-start (20001)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30008009
Additional unique identifier for internal WRS use: encodes the source code module and other event information

if_attach-start: activating network interface - add to active list

This event occurs when the network stack is inserting a new interface into the list of active interfaces during startup. Following this event, the if_attach( ) routine assigns a device name and unit number to the interface, adds the interface to the list of available devices, and uses the ether_ifattach( ) routine to complete the initialization of the interface-specific data structure. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
if_attach-start (20002)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3000800a
Additional unique identifier for internal WRS use: encodes the source code module and other event information
pIf
0x78e58
Address of interface pointer available with the ifunit( ) routine

if_dettach-start: deleting network interface

This event occurs when the network stack is removing an interface as part of the processing for an interface-specific detach operation. Following this event, the if_dettach( ) routine handles the interface shutdown for the IP protocol. It uses the in_ifaddr_remove( ) and in_delmulti( ) routines to remove all unicast and multicast IP addresses associated with the interface, then removes the interface data structure from the list of active interfaces. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
if_dettach-start (20003)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3000800b
Additional unique identifier for internal WRS use: encodes the source code module and other event information
pIf
0x78e58
Address of interface pointer (previously) available with the ifunit( ) routine

if_down-start: disabling network interface

This event indicates that the network stack is disabling an interface after an ioctl( ) call which clears the IFF_UP flag. While that flag is not set, the interface will not send or receive any data. Following this event, the if_down( ) routine generates a PRC_IFDOWN event for any transport protocols using the interface, uses the if_qflush( ) routine to empty the send queue, and sends a status change message to the routing system. Both the TCP and UDP protocols ignore interface shutdowns, relying on the routing system to find an alternate path. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
if_down-start (20006)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3000800c
Additional unique identifier for internal WRS use: encodes the source code module and other event information
pIf
0x78e58
Address of (disabled) interface pointer available with the ifunit( ) routine

if_up-start: enabling network interface

This event indicates that the network stack is enabling an interface after an ioctl( ) call to restore the IFF_UP flag. Following this event, the if_up( ) routine sets that flag and sends a status change message to the routing system. No further action is required. Since that flag is now set, the interface will resume sending and receiving data. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
if_up-start (20007)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3000800d
Additional unique identifier for internal WRS use: encodes the source code module and other event information
pIf
0x78e58
Address of (enabled) interface pointer available with the ifunit( ) routine

ifpromisc-start: changing promiscuous mode for an interface

This event indicates that the network stack is attempting to enable or disable promiscuous mode for a particular device. This setting, which is disabled by default, allows a device to receive all link-layer frames regardless of the destination address. The IFF_PROMISC flag which reflects the current setting cannot be altered with an ioctl( ) call like other flags. The setting can only be changed with this routine. Following this event, the if_promisc( ) routine sets (or clears) the flag and uses the interface-specific control routine to alter the behavior of the device appropriately. Only the first "on" request and final "off" request have any effect. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ifpromisc-start (20012)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3000800e
Additional unique identifier for internal WRS use: encodes the source code module and other event information
pIf
0x78e58
Address of (enabled) interface pointer available with the ifunit( ) routine
pswitch
1 (enable) 
0 (disable)
Value of switch which sets or clears promiscuous mode. If it is non-zero, increment counter and attempt to set promiscuous mode if it equals 1. Otherwise, decrement counter and disable promiscuous mode if it drops to zero.

arp_rtrequest-start: changing or retrieving ARP table entry

This event occurs when the network stack is accessing ARP information stored in the routing table. Every address assigned to an interface is associated with a route to the corresponding network. It is also associated with an optional routine to support storing link-level entries in the routing table. The arp_rtrequest( ) routine maintains that information for all Ethernet devices attached to the IP network protocol. The route entries which it creates contain the protocol address in the destination field and the hardware address in the gateway field.

This event indicates that the network stack is adding, deleting, or retrieving the link-level ARP information as part of ordinary processing. These operations can occur as a result of specific user requests or because data is being sent or received by the interface using the protocol address.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
arp_rtrequest-start (20015)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30018011
Additional unique identifier for internal WRS use: encodes the source code module and other event information
request
1 (RTM_ADD: creating) 
2 (RTM_DELETE: removing) 
11(RTM_RESOLVE: lookup)
The requested ARP operation. See ./target/h/net/route.h for the list of possible values.

arprequest-send: ARP request sent to driver layer

This event indicates that the network stack is transmitting an ARP request. That transmission generally occurs as part of the ARP resolution process to determine the destination hardware address which matches a destination network protocol address, if that information is not present in the ARP cache. An ARP transmission also occurs after adding a static ARP entry to the system with the ATF_PUBL flag set. That ARP "request" for a known value announces the new hardware address/network address pair to all other hosts.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
arprequest-send (20018)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30018012
Additional unique identifier for internal WRS use: encodes the source code module and other event information

arpresolve-start: finding hardware address for destination

This event occurs when the network stack is processing an IP packet for transmission using an Ethernet device. The arpresolve( ) routine determines the hardware address required for the Ethernet header. Following this event, it uses the arprequest( ) routine to find that address from the appropriate host if it is not already available. Determining the hardware address with an ARP request is not necessary if the destination is a broadcast or multicast address, or if the information is already present in the ARP cache. The arpresolve( ) routine also bypasses the request transmission if the IFF_NOARP flag is set for the outgoing interface.

This event is part of the auxiliary net event class. Additional filtering based on the IP address is available with a type value of 1( destination) and direction of 1(output).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
arpresolve-start (20020)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30018013
Additional unique identifier for internal WRS use: encodes the source code module and other event information
dstAddr
0xc63e1e15 (198.62.30.21)
Destination address of the new IP packet.

arpintr-start: received ARP packet for local destination

This event indicates that the network stack has accepted an ARP packet for local delivery. The arpintr( ) routine executes at task level in response to an interrupt from a network driver delivering a link-level frame containing ARP data. Following this event, the arpintr( ) routine uses the in_arpinput( ) routine to handle all ARP packets which contain Ethernet hardware and IP network addresses. The routine discards all other frames.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
arpintr-start(20022)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30018014
Additional unique identifier for internal WRS use: encodes the source code module and other event information

ether_ifattach-start: activating network interface - storing hardware address

This event occurs when the network stack is inserting a new interface into the list of active interfaces during startup. The ether_ifattach( ) routine completes the initialization process by storing the hardware address and Ethernet MTU size in the interface-specific data structure. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ether_ifattach-start (20041)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3002800e
Additional unique identifier for internal WRS use: encodes the source code module and other event information
pIf
0x78e58
Address of interface pointer available with the ifunit( ) routine

ether_attach-start: activating network interface - attach to device

This event occurs when the network stack is inserting a new interface into the list of active interfaces during startup. All Ethernet drivers using the BSD interface call the ether_attach( ) routine to store the required entry points in the interface-specific data structure. Following this event, the ether_attach routine uses the if_attach( ) routine to complete the partial attachment. The ifunit( ) routine will be unable to find the interface until the if_attach( ) routine is complete. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ether_attach-start (20049)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30028011
Additional unique identifier for internal WRS use: encodes the source code module and other event information
pIf
0x78e58
Address of interface pointer, not yet available with the ifunit( ) routine

igmp_init-start: initializing IGMP component

This event occurs when the network stack is initializing all included components during startup. The Internet Group Management Protocol reports the multicast group membership for the host to support correct forwarding by multicast routers.

Following this event, the igmp_init( ) routine installs the internal hook routines which generate the appropriate IGMP messages when the local group membership changes.

The IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP options for the setsockopt( ) routine will use those hook routines to trigger IGMP messages after adding or removing a multicast group membership. The network stack also removes a multicast group automatically when the last socket using the group closes.

The usrNetProtoInit( ) routine installs the igmp_init( ) routine when the INCLUDE_IGMP constant adds that protocol to the system. That initialization routine executes within the netLibInit( ) routine whenever the INCLUDE_NET_INIT constant starts the network automatically.

This event is part of the auxiliary net event class. No additional filters are available

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
igmp_init-start (20051)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30038008
Additional unique identifier for internal WRS use: encodes the source code module and other event information

igmp_joingroup-start: advertising new multicast group membership

This event indicates that the network stack is processing the IP_ADD_MEMBERSHIP control operation which joins a multicast group. The setsockopt( ) routine provide access to this setting using UDP, TCP, or raw sockets with a <level> argument of IPPROTO_IP.

This event occurs when joining a multicast group for the first time. The network stack does not announce subsequent sockets joining the same group. Following this event, the igmp_joingroup( ) routine usually activates a timer to issue a new group membership report and also uses the igmp_sendreport( ) routine routine to advertise the membership immediately. That process does not occur when joining the all-hosts group or if the target of the report is the loopback interface.

This event is part of the auxiliary net event class. No additional filters are available

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
igmp_joingroup-start (20056)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30038009
Additional unique identifier for internal WRS use: encodes the source code module and other event information
mcastAddr
0xe0000009 (224.0.0.9)
Address of the new multicast group.

igmp_leavegroup-start: "advertising" old multicast group membership

This event indicates that the network stack is leaving a multicast group. Except for the all hosts multicast group, which is automatically joined by all multicast interfaces, this process occurs whenever the final socket which was using a group closes. The IP_DROP_MEMBERSHIP control operation will also trigger this event by manually removing the final group membership. The setsockopt( ) routine performs that operation using UDP, TCP, or raw sockets with a <level> argument of IPPROTO_IP.

No further action is necessary following this event. The network stack does not announce the departure from multicast groups. It will not include the group in the reply to subsequent queries from multicast routers.

This event is part of the auxiliary net event class. No additional filters are available

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
igmp_leavegroup-start (20057)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3003800a
Additional unique identifier for internal WRS use: encodes the source code module and other event information
mcastAddr
0xe0000009 (224.0.0.9)
Address of the old multicast group.

in_control-start: accessing interface address or netmask

This event occurs when the network stack is processing a request from the generic I/O control interface. The ioctl.h include file defines the available operations. The request parameter included in this event contains the resulting four byte value. The first two arguments to the _IOxx macros in the include file provide the values for the final two bytes, which indicate the particular request. The third byte indicates whether it applies to sockets (`s': 0x73), routes (`r': 0x72), or interfaces (`i': 0x69). The fourth byte (second argument) is a unique offset within each category.

The in_control( ) routine handles most interface-specific operations (request values with the format 0xaabb69dd). Following this event, the network stack attempts to assign or retrieve the broadcast address, destination address, network address, or netmask setting for an interface. It also handles requests to remove an assigned network address. If the requested operation fails, the corresponding ioctl( ) call returns ERROR with an error number indicating the problem.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
in_control-start (20061)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30048007
Additional unique identifier for internal WRS use: encodes the source code module and other event information
request
0x80206919 
(SIOCDIFADDR)
0x80206925 
(SIOCGIFNETMASK)
Identifies the request operation. See ./target/h/sys/ioctl.h for the definitions of possible values.

in_ifscrub-start: removing interface routes

This event indicates that the network stack is deleting the internally generated route associated with a network address. The network stack uses those route entries to access the directly connected networks for each interface, based on the network address and netmask setting.

This event occurs during the SIOCSIFADDR and SIOCDIFADDR ioctl( ) operations, because the internally generated route entry is no longer valid. It also occurs if the SIOCAIFADDR operation changes the netmask setting of a broadcast interface or the destination address of a point-to-point interface. a request from the generic I/O control interface.

Following this event, the in_ifscrub( ) routine uses the rtinit( ) routine to remove the obsolete route entry. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
in_ifscrub-start (20061)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30048008
Additional unique identifier for internal WRS use: encodes the source code module and other event information
pIf
0x78e58
Address of interface pointer available with the ifunit( ) routine

in_ifinit-start: creating interface addresses and route entry

This event indicates that the network stack is assigning an address to an interface and creating the corresponding internally generated route entry. The network stack uses those route entries to access the directly connected networks for each interface, based on the network address and netmask setting.

This event occurs during the SIOCSIFADDR and SIOCAIFADDR ioctl( ) operations. The network startup code uses the SIOCSIFADDR operation during the setup of any network boot device.

Following this event, the in_ifinit( ) routine calls the driver-specific control routine (if any) with the SIOCSIFADDR option to perform any necessary link-level processing, sets the netmask (if necessary), assigns the broadcast or destination address, and uses the rtinit( ) routine to add the appropriate route entry. For multicast-capable interfaces, it also uses the in_addmulti( ) routine to join the all hosts multicast group.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
in_ifinit-start (20068)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30048009
Additional unique identifier for internal WRS use: encodes the source code module and other event information
pIf
0x78e58
Address of interface pointer available with the ifunit( ) routine
ipAddr
0xc63e1e01 (198.62.30.1)
New IP address for the interface

in_ifaddr-remove: deleting interface addresses

This event occurs when the network stack is removing an interface as part of the processing for an interface-specific detach operation. The in_ifaddr_remove( ) routine deletes all the unicast IP addresses associated with the interface as part of the processing within the if_dettach( ) routine.

This event is part of the auxiliary net event class. No additional filters are available.

  • nformation Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
in_ifaddr-remove (20069)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3004800a
Additional unique identifier for internal WRS use: encodes the source code module and other event information

in_addmulti-start: joining multicast group

This event occurs when the network stack is processing the IP_ADD_MEMBERSHIP control operation which joins a multicast group. The setsockopt( ) routine provide access to this setting using UDP, TCP, or raw sockets with a <level> argument of IPPROTO_IP.

Following this event, the in_addmulti( ) routine either stores the group address in a new list entry or increments the reference count for an existing membership. When creating a new list entry, it uses the igmp_joingroup( ) routine to send a new group membership report, if the IGMP protocol is installed.

This event is part of the auxiliary net event class. No additional filters are available

This event occurs when the network stack is removing an interface as part of the processing for an interface-specific detach operation. The in_ifaddr_remove( ) routine deletes all the unicast IP addresses associated with the interface as part of the processing within the if_dettach( ) routine.

This event is part of the auxiliary net event class. No additional filters are available.

  • nformation Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
in_addmulti-start (20070)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3004800b
Additional unique identifier for internal WRS use: encodes the source code module and other event information
pIf
0x78e58
Address of interface pointer available with the ifunit( ) routine
mcastAddr
0xe0000009 (224.0.0.9)
Address of the new multicast group.

in_delmulti-start: leaving multicast group

This event occurs when the network stack is processing the IP_DROP_MEMBERSHIP control operation which leaves a multicast group. The setsockopt( ) routine provide access to this setting using UDP, TCP, or raw sockets with a <level> argument of IPPROTO_IP. It also occurs automatically whenever the final socket which was using a group closes, and when removing all multicast addresses associated with an interface as part of the processing within the if_dettach( ) routine.

Following this event, the in_delmulti( ) routine decrements the reference count for the membership. If that value drops to zero, it calls the driver-specific control routine with the SIOCDELMULTI option to perform any necessary link-level processing and uses the igmp_leavegroup( ) routine to update the IGMP settings, if that protocol is installed.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
in_delmulti-start (20072)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3004800c
Additional unique identifier for internal WRS use: encodes the source code module and other event information

in_pcbbind-start: assigning local socket name

This event occurs when the network stack is assigning a local name to socket endpoints with type SOCK_STREAM or SOCK_DGRAM in the PF_INET domain. For these TCP and UDP sockets, the socket name is a local IP address and a port number. The socket name is usually assigned by an explicit call to the bind( ) routine, but may be added automatically when necessary. Implicit binds occur during the listen( ) routine for unbound TCP sockets, during the sendto( ) routine for unconnected UDP sockets, and during the connect( ) routine for unbound sockets of either type.

The in_pcbbind( ) routine handles both explicit binds (corresponding to the PRU_BIND operation for the tcp_usrreq( ) and udp_usrreq( ) generic control routines) and implicit bind operations.

Following this event, the routine validates the given address and port number, assigning default values if necessary, and stores the resulting information in the protocol control block for the socket. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
in_pcbbind-start (20083)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3006800b
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket requesting the bind operation

in_pcbconnect-start: assigning remote socket name

This event occurs when the network stack is assigning a remote name to socket endpoints with type SOCK_STREAM or SOCK_DGRAM in the PF_INET domain. For these TCP and UDP sockets, the remote name is a foreign IP address and port number. The resulting connection is usually established explicitly by the connect( ) call, but temporary connections are also created by the sendto( ) call for unconnected UDP sockets. The in_pcbconnect( ) routine also adds the remote name information for a TCP socket in the LISTEN state which completes a passive connection.

Following this event, the in_pcbconnect( ) routine uses the in_pcbladdr( ) routine to provide any necessary local name information, validates the uniqueness of the resulting connection, and stores the resulting remote name information in the protocol control block for the socket. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
in_pcbconnect-start (20084)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3006800c
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket requesting the connection

in_pcbdisconnect-start: clearing remote socket name

This event indicates that the network stack is removing a remote name from socket endpoints with type SOCK_STREAM or SOCK_DGRAM in the PF_INET domain. For these TCP and UDP sockets, the remote name is a foreign IP address and port number.

The in_pcbdisconnect( ) routine handles the PRU_DISCONNECT operation (which occurs during the close( ) routine for UDP sockets) for the udp_usrreq( ) generic control routine. It also clears the remote name for temporary connections created during the sendto( ) call for unconnected UDP sockets and for some failed active connection attempts by TCP sockets.

Following this event, the in_pcbdisconnect( ) routine sets the remote name information in the protocol control block for the socket to the initial (wildcard) default values. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
in_pcbdisconnect-start (20085)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3006800d
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket which is disconnecting

in_pcbnotify-start: processing ICMP events for all sockets

This event occurs when the network stack has received an ICMP message resulting from sending a TCP or UDP payload. The in_pcbnotify( ) routine continues the processing started by the protocol-specific tcp_ctlinput( ) and udp_ctlinput( ) asynchronous event handlers.

Following this event, the in_pcbnotify( ) routine uses the in_rtchange( ) routine to handle all ICMP redirect messages by invalidating any cached routes in the protocol control blocks of sockets bound to the source address of the original packet. The routine calls the provided protocol-specific routines to process all other ICMP events for each matching socket, based on the local and remote names in the associated protocol control blocks.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
in_pcbnotify-start (20086)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3006800e
Additional unique identifier for internal WRS use: encodes the source code module and other event information
command
4 (PRC_QUENCH) 
9 (PRC_UNREACH_HOST) 
14 (PRC_REDIRECT_NET)
Identifies the asynchronous event. See ./h/net/protosw.h for possible values.
srcAddr
0xc63e1e15 (198.62.30.21)
The value of the original source address for the ICMP event
dstAddr
0xc63e1e15 (198.62.30.1)
The original destination address for the ICMP event

ip_output-cachemiss: emptying invalid cached route

This event occurs when the network stack is processing an outgoing IP packet. The ip_output( ) routine handles both packet forwarding (if enabled) and locally generated packets. It performs any necessary route lookups and fragmentation, then passes the resulting M_BLK chain to the interface-specific transmit routine.

This event indicates that the route cache is no longer valid. To reduce potentially costly route lookups, the network stack stores a reference to the route used for the previous IP packet, assuming that a host generally produces a sequence of transmissions to the same destination. This event typically occurs when the destination address changes from the previous value, but also happens after disabling the referenced route during the route delete operation.

Following this event, the ip_output( ) routine releases the referenced route and empties the cache, forcing a new route lookup. The route will be deleted if the release operation removes the last reference. This event is part of the core net event class. Additional filtering based on the IP address is available with type value of 1(destination) and direction of 1(output).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ip_output-cachemiss (20293)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300b8408
Additional unique identifier for internal WRS use: encodes the source code module and other event information
dstAddr
0xc63e1e01 (198.62.30.1)
The destination address for the outgoing IP packet
routeAddr
0xc67415c0 (198.116.21.192)
The current destination address for the (invalid) cached route

ip_init-start: initializing IP component

This event occurs when the network stack is initializing all included components during startup. The Internet Protocol routes all outgoing packets to the next hop destination based on the contents of the routing table. Following this event, the ip_init( ) routine initializes the fragment reassembly and packet reception queues and selects a starting value for the packet identification field.

The usrNetProtoInit( ) routine installs the ip_init( ) routine unconditionally whenever the INCLUDE_NET_INIT constant starts the network automatically. The IP protocol is always included in the network stack.

This event is part of the auxiliary net event class. No additional filters are available

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
ip_init-start (20117)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30098014
Additional unique identifier for internal WRS use: encodes the source code module and other event information

raw_attach-start: creating new routing socket

This event occurs when the network stack is creating a socket endpoint of type SOCK_RAW in the PF_ROUTE domain. The routing sockets allow applications to alter and monitor the contents of the routing table by sending and receiving routing messages. The messages can be restricted to routes for a specific address family (such as AF_INET for IP destinations) by including the family value in the protocol argument when creating the socket. Otherwise, the routing socket receives all messages.

The raw_attach( ) routine completes the PRU_ATTACH operation (which occurs during the socket( ) routine) for the route_usrreq( ) generic control routine. Following this event, the raw_attach( ) routine stores the value of the protocol argument from the socket( ) routine (which may restrict the route messages) in the pre-allocated protocol control block associated with the socket.

This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
raw_attach-start (20149)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300d8004
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the new routing socket

raw_detach-start: removing routing socket

This event occurs when the network stack is closing a socket endpoint of type SOCK_RAW in the PF_ROUTE domain. The routing sockets allow applications to alter and monitor the contents of the routing table by sending and receiving routing messages. The messages can be restricted to routes for a specific address family (such as AF_INET for IP destinations) by including the family value in the protocol argument when creating the socket. Otherwise, the routing socket receives all messages.

The raw_detach( ) routine handles the PRU_DETACH operation (which occurs during the close( ) routine) for the route_usrreq( ) generic control routine. Following this event, the raw_detach( ) routine frees the protocol control block associated with the socket.

This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
raw_detach-start (20150)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300d8005
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the routing socket which is closing

rip_init-start: initializing raw IP socket interface

This event occurs when the network stack is initializing all included components during startup. The raw IP sockets provide direct access to selected IP traffic. This feature allows applications to send and receive ICMP and IGMP messages, generate IP directly, and receive all incoming IP packets with protocol types other than TCP and UDP, which the network stack otherwise ignores.

Following this event, the rip_init( ) routine initializes the storage for the protocol control blocks associated with raw IP sockets.

The usrNetProtoInit( ) routine installs the rip_init( ) routine unconditionally whenever the INCLUDE_NET_INIT constant starts the network automatically. The raw IP socket interface is always included in the network stack.

This event is part of the auxiliary net event class. No additional filters are available

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
rip_init-start (20162)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300e800b
Additional unique identifier for internal WRS use: encodes the source code module and other event information

raw_init-start: completing routing socket initialization

This event occurs when the network stack is initializing all included components during startup. The routing sockets allow applications to alter and monitor the contents of the routing table by sending and receiving routing messages. The messages can be restricted to routes for a specific address family (such as AF_INET for IP destinations) by including the family value in the protocol argument when creating the socket. Otherwise, the routing socket receives all messages.

Following this event, the raw_init( ) routine initializes the storage for the protocol control blocks associated with routing sockets.

The rtSockLibInit( ) routine installs the rtSockInit( ) routine when the INCLUDE_ROUTE_SOCK and INCLUDE_BSD_SOCKET constants add the routing socket interface to the system. That initialization routine executes within the netLibInit( ) routine whenever the INCLUDE_NET_INIT constant starts the network automatically. It uses the raw_init( ) routine to complete the initialization of the routing sockets.

This event is part of the auxiliary net event class. No additional filters are available

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
raw_init-start (20169)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x300f8007
Additional unique identifier for internal WRS use: encodes the source code module and other event information

route_init-start: initializing routing storage

This event occurs when the network stack is initializing all included components during startup. The routing table stores all routing information for any network protocols. It returns entries which identify the next hop for a particular destination address, among other information.

Following this event, the route_init( ) routine allocates internal storage and creates the initial routing table for all supported network protocols. Each address family uses separate storage for the associated routes. The default installation creates a single routing table for IP routing entries.

The route_init( ) routine executes within the netLibInit( ) routine whenever the INCLUDE_NET_INIT constant starts the network automatically. The routing table storage is always included in the network stack.

This event is part of the auxiliary net event class. No additional filters are available

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
route_init-start (20182)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3010800d
Additional unique identifier for internal WRS use: encodes the source code module and other event information

rtredirect-result: automatically changing routing table

This event occurs when the network stack is processing an ICMP redirect message. These messages occur when a router forwards a packet using the identical (incoming) interface. That router optionally sends an ICMP redirect message to the original source to eliminate the unnecessary hop which it currently implements.

The icmp_input( ) routine uses the rtredirect( ) routine to update the routing table to the new gateway address in the ICMP message, after validating the information. The current gateway must match the source address of the ICMP message and the new gateway address must be directly reachable or the routing table is unchanged.

This event indicates that the network stack has completed processing the ICMP message and altered the routing table if appropriate. This event is part of the auxiliary net event class. No additional filters are available

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
rtredirect-result (20183)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3010800e
Additional unique identifier for internal WRS use: encodes the source code module and other event information
result
0 (OK) 
0x16 (EINVAL) 
0x41 (EHOSTUNREACH)
Result of routing table update. The change is successful for a value of 0.
dstAddr
0xc63e1e01 (198.62.30.1)
Dest. address for the new route
gateAddr
0xc63e1e15 (198.62.30.21)
Gateway address for the new route
netmask
0xffffff00 (255.255.255.0)
Netmask for the new route entry

rtinit-start: updating routing table for local interface

This event occurs when the network stack is modifying the address assigned to an interface. Each address assigned to an interface produces a corresponding route entry. The network stack uses those route entries to access the directly connected networks for each interface, based on the network address and netmask setting.

This event occurs during the SIOCSIFADDR, SIOCSIFDSTADDR, SIOCAIFADDR and SIOCDIFADDR ioctl( ) operations. The rtinit( ) routine removes the internally generated route entry when an address is deleted and creates the appropriate entry for each new address. The network startup code uses the SIOCSIFADDR operation during the setup of any network boot device.

Following this event, the rtinit( ) routine updates the routing table by adding or removing an entry for the given interface address.This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
rtinit-start (20184)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3010800f
Additional unique identifier for internal WRS use: encodes the source code module and other event information
command
1 (RTM_ADD)
2 (RTM_DELETE)
Identifies the routing operation. See ./h/net/route.h for possible values.
dstAddr
0xc63e1e01 (198.62.30.1)
Destination address for the new or existing route

rtSockInit-start: initializing routing socket interface

This event occurs when the network stack is initializing all included components during startup. The routing sockets allow applications to alter and monitor the contents of the routing table by sending and receiving routing messages. The messages can be restricted to routes for a specific address family (such as AF_INET for IP destinations) by including the family value in the protocol argument when creating the socket. Otherwise, the routing socket receives all messages.

Following this event, the rtSockInit( ) routine installs the internal hook routines which the network stack uses to generate the appropriate routing messages when the routing table changes. Those hook routines use the raw_input( ) routine to relay the routing messages to all available socket endpoints with type SOCK_RAW in the PF_ROUTE domain.

The rtSockLibInit( ) routine installs the rtSockInit( ) routine when the INCLUDE_ROUTE_SOCK and INCLUDE_BSD_SOCKET constants add the routing socket interface to the system. That initialization routine then executes within the netLibInit( ) routine whenever the INCLUDE_NET_INIT constant starts the network automatically.

This event is part of the auxiliary net event class. No additional filters are available

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
rtSockInit-start (20192)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30118008
Additional unique identifier for internal WRS use: encodes the source code module and other event information

tcp_reass-dupdata: discarding redundant TCP segment

This event occurs when the network stack has received a TCP segment from a remote host. The tcp_reass( ) routine processes each segment which contains data to deliver that payload to the corresponding socket of type SOCK_STREAM in the PF_INET domain in the correct order. If the segment's initial sequence number matches the expected value, it is transferred to the socket's receive buffer for handling by the application. If the segment fills a gap in the data stream, the tcp_reass( ) routine also transfers the appropriate segments to the socket. Otherwise, it is added to the socket's reassembly queue or discarded. This event indicates that the newly arrived segment completely overlaps a succeeding segment on the reassembly queue. The existing segment is discarded. This event is part of the core net event class. Additional filtering based on the port number is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_reass-dupdata (20215)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30158814
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket receiving data
startseq
25
Starting seq. number of new data
seqno
37
Starting sequence number of (discarded) data
seqlen
125
Amount of discarded data

tcp_input-shortseg: invalid segment received - insufficient header

This event indicates that the network stack is unable to process a received TCP segment. The tcp_input( ) routine is the protocol-specific input routine which the ipintr( ) routine invokes to relay incoming data to the appropriate socket of type SOCK_STREAM in the PF_INET domain. This event occurs because the M_BLK chain containing the data does not include the minimum 40 bytes needed for the TCP and IP headers. The data is discarded after incrementing the appropriate counter in the TCP statistics.This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_input-shortseg (20216)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30158815
Additional unique identifier for internal WRS use: encodes the source code module and other event information

tcp_init-start: initializing TCP component

This event occurs when the network stack is initializing all included components during startup. The Transmission Control Protocol provides reliable end-to-end delivery of data between a pair of hosts using a connection-oriented mechanism. Following this event, the tcp_init( ) routine initializes the protocol control block hash table used to track available socket endpoints and selects a starting value for the connection sequence numbers.

The usrNetProtoInit( ) routine installs the tcp_init( ) routine when the INCLUDE_TCP constant adds the protocol to the system. That initialization routine executes within the netLibInit( ) routine whenever the INCLUDE_NET_INIT constant starts the network automatically.

This event is part of the auxiliary net event class. No additional filters are available

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_init-start (20228)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30178009
Additional unique identifier for internal WRS use: encodes the source code module and other event information

tcp_timers-start: handle expired TCP timer

This event indicates that one of the four connection-related TCP timers has expired. The tcp_slowtimo( ) routine uses the tcp_timers( ) routine to perform the appropriate action.

Following this event, the tcp_timers( ) routine either removes the idle control block from a closed connection once the mandatory quiet period ends, transmits data when the persistence, keepalive, or retransmit timers expire, or drops the connection if it exceeds the idle time. This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_timers-start (20231)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30188003
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket with an expired timer
timer
0 (TCPT_REXMT)
1 (TCPT_PERSIST)
2 (TCPT_KEEP)
3 (TCPT_2MSL)
The timer which expired. See ./target/h/netinet/tcp_timer.h for possible values.

tcp_attach-start: creating new TCP socket

This event occurs when the network stack is creating a socket endpoint of type SOCK_STREAM in the PF_INET domain. The TCP sockets allow applications to reliably send and receive data to and from a connected host.

The tcp_attach( ) routine completes the PRU_ATTACH operation (which occurs during the socket( ) routine) for the tcp_usrreq( ) generic control routine. Following this event, the tcp_attach( ) routine allocates the protocol control block associated with the socket and sets the connection state to the initial value of CLOSED.

This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_attach-start (20240)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x30198009
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the new TCP socket

tcp_disconnect-start: closing TCP connection

This event indicates that the network stack is ending a TCP connection for a socket endpoint of type SOCK_STREAM in the PF_INET domain.

The tcp_disconnect( ) routine handles the PRU_DISCONNECT and PRU_DETACH operations for the tcp_usrreq( ) generic control routine. Both operations typically occurs during the close( ) routine for a TCP socket. The disconnect operation may also occur during the connect( ) routine to remove an active connection.

Following this event, the processing varies depending on the current state of the TCP socket. If the connection is not established, the tcp_disconnect( ) routine uses the tcp_close( ) routine to immediately release the associated control blocks. If the SO_LINGER socket option is set with a duration of 0, the tcp_drop( ) routine executes a hard disconnect, sending a reset message to the connected peer, releasing the control blocks, and setting the connection state to CLOSED. Otherwise, the tcp_disconnect( ) routine discards any pending data in the receive buffer and sets the connection state to the next value, either FIN_WAIT_1 (for active closes) or LAST_ACK (for passive closes).

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
tcp_disconnect-start (20241)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x3019800a
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket which is disconnecting

udp_init-start: initializing UDP component

This event occurs when the network stack is initializing all included components during startup. The User Datagram Protocol provides unreliable end-to-end delivery of data between to and from one or more hosts using a connectionless mechanism. Following this event, the udp_init( ) routine initializes the protocol control block hash table used to track available socket endpoints.

The usrNetProtoInit( ) routine installs the udp_init( ) routine when the INCLUDE_UDP constant adds the protocol to the system. That initialization routine executes within the netLibInit( ) routine whenever the INCLUDE_NET_INIT constant starts the network automatically.

This event is part of the auxiliary net event class. No additional filters are available

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
udp_init-start (20257)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301a8010
Additional unique identifier for internal WRS use: encodes the source code module and other event information

udp_input-cachemiss: searching for UDP socket

This event occurs when the network stack is processing an incoming UDP datagram. The udp_input( ) routine is the protocol-specific input routine which the ipintr( ) routine invokes to process each datagram for the associated sockets of type SOCK_DGRAM in the PF_INET domain. The udp_input( ) copies the payload into the receive buffers of any matching sockets, which are selected by the address and port number values stored in the associated protocol control block.

This event indicates that the address and port values of a unicast datagram do not match the cached values. To reduce potentially costly searches for the associated socket, the network stack stores the most recently used control block, assuming that a host generally receives a series of datagrams with the same endpoints. This event occurs when any of the addresses or port numbers change. Following this event, the udp_input( ) routine searches for a matching socket. This event is part of the core net event class. Additional filtering based on the port number is available with type values of 0 and 1(source or destination) and direction of 0 (input).

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
udp_input-cachemiss (20258)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301a8811
Additional unique identifier for internal WRS use: encodes the source code module and other event information
dstAddr
0xc63e1e01 (198.62.30.1)
The datagram's dest. address
dstPort
0xc67415c0 (198.116.21.192)
The datagram's dest. port
srcAddr
0xc63e1e01 (198.62.30.192)
The datagram's source address
srcPort
0xc67415c0 (198.116.21.192)
The datagram's source port

socreate-start: creating a socket endpoint

This event occurs when the network stack is processing the socket( ) routine which creates a socket endpoint. All socket types are listed in a switchboard which accesses the necessary protocol-specific operations for a specific domain. The type parameter (and protocol parameter if non-zero) to the socket( ) routine provide the keys used to search the switchboard specified by the domain parameter.

The socreate( ) routine creates all sockets in the PF_INET and PF_ROUTE domains. Following this event, that routine validates the type and protocol arguments, creates the internal semaphores for the socket, and calls the protocol-specific control routine with the PRU_ATTACH operation to complete the socket initialization.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
socreate-start (20274)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301d800b
Additional unique identifier for internal WRS use: encodes the source code module and other event information

sobind-start: assigning local socket name

This event occurs when the network stack is processing the bind( ) routine for a socket endpoint in the PF_INET or PF_ROUTE domains. That routine specifies the local name for a socket, which identifies the source of outgoing data and the destination of incoming data.

In the PF_INET domain, the socket name always includes a local IP address. For TCP sockets (type SOCK_STREAM) and UDP sockets (type SOCK_DGRAM) , the name also includes a port number, which is not needed for raw sockets (type SOCK_RAW). If the bind operation does not occur, the network stack will assign a local name when necessary.

Routing sockets (in the PF_ROUTE domain) do not support the bind operation, which will always return an error for those endpoints.

Following this event, the sobind( ) routine calls the protocol-specific control routine with the PRU_BIND operation to complete the local name assignment.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
sobind-start (20275)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301d800c
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket requesting the bind operation

solisten-start: enabling socket connections

This event occurs when the network stack is processing the listen( ) routine for a socket endpoint in the PF_INET or PF_ROUTE domains. That routine allows sockets which use a connection-oriented mechanism to accept connection requests from remote hosts.

The listen operation is only valid for TCP sockets (type SOCK_STREAM) in the PF_INET domain. The listen( ) routine will always return an error for other endpoints.

Following this event, the solisten( ) routine calls the protocol-specific control routine with the PRU_LISTEN operation to enable remote connections.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
solisten-start (20276)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301d800d
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket requesting the listen operation

sofree-start: releasing socket resources

This event occurs when the network stack is processing the close( ) routine which removes a socket endpoint.

The sofree( ) routine executes as part of the soclose( ) routine which removes socket endpoints in the PF_INET and PF_ROUTE domains. Following this event, the sofree( ) routine removes the internal semaphores and data buffers for the socket.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
sofree-start (20277)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301d800e
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket which is closing

soclose-start: removing a socket endpoint

This event occurs when the network stack is processing the close( ) routine which removes a socket endpoint.

The soclose( ) routine removes all sockets in the PF_INET and PF_ROUTE domains. Following this event, the routine terminates any pending and active connections, calls the protocol-specific control routine with the PRU_DETACH operation to remove the association with a protocol, and uses the sofree( ) routine to release the internal socket resources.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
soclose-start (20278)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301d800f
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket which is closing

soabort-start: destroying a temporary connected socket

This event typically occurs when the network stack is processing the close( ) routine which removes a socket endpoint.

The soabort( ) routine removes all pending sockets in the PF_INET and PF_ROUTE domains. Existing sockets in these domains maintain two queues which store sockets for connections in progress and established connections awaiting user acceptance through the accept( ) routine. When a socket closes, the soabort( ) routine removes these child sockets. The routine also removes TCP sockets (type SOCK_STREAM) which are created before the connection establishment fails.

Following this event, the soabort( ) routine calls the protocol-specific control routine with the PRU_ABORT operation to end any active connection, remove the association with a protocol, and release all socket resources.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
soabort-start (20279)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301d8010
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the (child) socket with a pending or unused connection

soaccept-start: retrieving a new connected socket

This event occurs when the network stack is processing the accept( ) routine for a socket endpoint in the PF_INET or PF_ROUTE domains. That routine allows sockets which use a connection-oriented mechanism to retreive child sockets associated with new connections.

The accept operation is only valid for TCP sockets (type SOCK_STREAM) in the PF_INET domain. The accept( ) routine will always return an error for other endpoints.

Following this event, the soaccept( ) routine calls the protocol-specific control routine with the PRU_ACCEPT operation to complete the initialization of the accepted child socket.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
soaccept-start (20280)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301d8011
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the child socket for a new connection

soconnect-start: assigning remote socket name

This event occurs when the network stack is processing the connect( ) routine for a socket endpoint in the PF_INET or PF_ROUTE domains. That routine specifies the remote name for a socket, which identifies the destination of outgoing data and the source of incoming data.

In the PF_INET domain, the socket name always includes a local IP address. For TCP sockets (type SOCK_STREAM) and UDP sockets (type SOCK_DGRAM) , the name also includes a port number, which is not needed for raw sockets (type SOCK_RAW). The connect operation is required before sending or receiving data with TCP sockets. It is optional for UDP and raw sockets, and is not supported for routing sockets (in the PF_ROUTE domain). The connect( ) routine will always return an error for those endpoints.

Following this event, the soconnect( ) routine calls the protocol-specific control routine with the PRU_CONNECT operation to complete the remote name assignment. For TCP sockets, that operation also begins connecting to a remote host.

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
soconnect-start (20281)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301d8012
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket requesting the connect operation

sosend-finish: transferred data to a protocol

This event indicates that the network stack is sending data using a socket endpoint in the PF_INET or PF_ROUTE domains. All of the BSD socket API send calls (or writes to the associated file descriptor) ultimately use the sosend( ) routine. That routine waits until sufficient space is available in a socket buffer (if necessary), creates an M_BLK chain including the user data, and calls the protocol-specific control routine with the PRU_SEND or PRU_SENDOOB operations to complete the data transmission.

For sockets in the PF_INET domain, the network stack attempts to send the data to a remote host using the associated protocol. For routing sockets (in the PF_ROUTE domain) the data contains a message which examines or alters the internal routing table.

This event occurs when the data was successfully transferred to the appropriate protocol. Actual delivery may not occur immediately depending on the protocol characteristics.

This event is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
sosend-finish (20283)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301d8014
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket which finished a send operation

soreceive-finish: completed data transfer from a protocol

This event indicates that the network stack is attempting to retrieve data using a socket endpoint in the PF_INET or PF_ROUTE domains. All of the BSD socket API receive calls (or reads from the associated file descriptor) ultimately use the soreceive( ) routine. That routine copies available data into the provided buffer from an M_BLK chain provided by the protocol.

It may wait for additional data or call the protocol-specific control routine with the PRU_SENDOOB operation, depending on the user settings. When transferring data to a TCP socket, the soreceive( ) routine calls the protocol-specific control routine with the PRU_RCVD operation after transferring the available data to update the receive window for the connection.

This event occurs after transferring any available data from the appropriate protocol. It is part of the core net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
soreceive-finish (20284)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301d8015
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket which completed the receive operation

soshutdown-start: disabling socket connection

This event indicates that the network stack is processing the shutdown( ) routine for a socket endpoint in the PF_INET or PF_ROUTE domains. That routine disables send or receive operations (or both) without closing the socket.

Following this event, the soshutdown( ) routine removes the receive buffer and associated semaphore (if disabling receives) and calls the protocol-specific control routine with the PRU_SHUTDOWN operation (if disabling sends).

This event is part of the auxiliary net event class. No additional filters are available.

  • Information Collected




Event Parameter


Sample Data


Description

timeStamp
Time :  
3.749262
The time at which the event occurred
context
Context : tNetTask (0x3a468c) 
The context in which the event occurred
eventName
soshutdown-start (20285)
The name of the event associated with this icon. All event names include the routine name in which the event occurred
wvNetEventId
0x301d8016
Additional unique identifier for internal WRS use: encodes the source code module and other event information
sockNum
4
The file descriptor of the socket requesting the shutdown
shutdownType
1 (disabling receives) 
2 (disabling sends) 
3 (disabling both)
The type of shutdown operation requested

eventReceive -- receive a VxWorks event

  • Possible Causes

A task wants to receive events, with or without a specified timeout.

  • Task State Effects

The receiving task will pend if a timeout different than zero is used. The next ready task will run.

  • Information Collected.




Event Parameter


Sample Data


Description
C
S
E
T
S
T
A
I
L

timeStamp
Time : 0.033301
The time at which the event occurred
X
X
context
Context : task5 (0x39ecb4) 
The context in which the event occurred
X
X
eventName
eventReceive (10018)
The name of the event associated with this icon
X
X
options
options : 0x3
Options used for this call to eventReceive.
X
timeout
timeout : 0x60
The number of ticks the task will wait for wanted events.
X
events
events : 0x1
The events the task wants to receive.
X

eventSend -- send a VxWorks event

  • Possible Causes

A task, a semaphore, or a message queue sent VxWorks events.

  • Task State Effects

The event can unpend a task that was waiting for events with a timeout value different than zero. If the unpended task is of higher priority, it will preempt the task that did the eventSend( ).

  • Information Collected.




Event Parameter


Sample Data


Description
C
S
E
T
S
T
A
I
L

timeStamp
Time : 0.033301
The time at which the event occurred
X
X
context
Context : task5 (0x39ecb4) 
The context in which the event occurred
X
X
eventName
eventSend (10018)
The name of the event associated with this icon.
X
X
events
events : 0xff
The events sent.
X
taskId
taskId : 0x3a007c
The task the events are sent to.
X