Next: IP Level:
Up: Networking Schema
Previous: Connection level:
Contents
- TCP_SENDSYN
A SYN packet has been sent from the specified TCP socket.
- TCP_RECVSYN
A SYN packet has been received to the specified TCP socket.
- TCP_SENDSYNACK
A SYN-ACK packet has been sent from the specified TCP socket.
- TCP_RECVSYNACK
A SYN-ACK packet has been received to the specified TCP socket.
- TCP_SENDACK
An ACK packet has been sent from the specified TCP socket.
- TCP_RECVACK
An ACK packet has been received to the specified TCP socket.
- TCP_SEND
The specified amount of data is being sent from the specified TCP socket.
- TCP_SENDPACKET
A fragmented/whole (unspecified) TCP packet is being queued for sending in the
specified TCP socket.
- TCP_RECEIVE
The specified amount of data (processed) is being received to the specified
TCP socket.
- TCP_RECEIVEPACKET
A fragmented/whole (specified) TCP packet has been received to the specified
TCP socket and is queued for processing.
- TCP_RECV_URGENTDATA
The specified amount of data (processed) is being received to the specified
TCP socket. The packet carries the URG (urgent) flag and is processed before
other non-urgent data.
- TCP_DISCONNECT
A TCP socket has disconnected from its target.
- UDP_PUSHPENDINGFRAMES
A UDP socket is pushing all of its pending frames to a specified socket buffer.
- UDP_FLUSHPENDINGFRAMES
There has been a ``cork'' in the specified UDP socket and therefore all of the
pending frames are being flushed immediately.
- UDP_QUEUESOCKETBUFFER
A UDP socket is queueing IP packets received from a specified socket buffer for
processing.
- UDP_RECEIVE
The specified amount of data (processed) is being received to the specified
UDP socket.
- UDP_SEND
The specified amount of data is being sent from the specified UDP socket.
- UDP_CONNECT
A UDP socket has connected to its target using the UDP protocol.
- UDP_DISCONNECT
A UDP socket has disconnected from its target.
- ICMP_SEND
An ICMP packet, containing constant data (specified as enumerated code types),
is being sent.
- ICMP_REPLY
An ICMP packet reply packet is being sent back to the ICMP packet sender.
- ICMP_RECEIVE
An ICMP packet, containing constant data (specified as enumerated code types),
has been received.
- ICMP_PUSHPENDINGFRAMES
An ICMP socket is pushing all of its pending frames to a specified socket
buffer.
Next: IP Level:
Up: Networking Schema
Previous: Connection level:
Contents
Yoav Etsion
2007-09-09