TCP/IP Configuration and Management Manual

SCF Reference
TCP/IP Configuration and Management Manual427132-004
4-121
Socket Creation Records
type
indicates the record-type code. The record-type code identifies the type of
information contained in the record. It is subsystem-dependent.
Socket Creation Records
This subsection describes the formatted trace records displayed when the SOCKCR
keyword is specified for the PTrace SELECT command. Note that all of the socket
creation records are preceded by a header containing the record-type code 1. The
records are presented in alphabetical order, based on the text format.
Attach Socket Protocol Record
The attach socket protocol record is generated when a socket is attached to a protocol.
nnnnaaaa
indicates the internal socket ID of the socket being attached to a protocol.
n
indicates the IP number of the protocol being attached to the socket. For a list of
commonly used IP numbers, refer to the TCP/IP Programming Manual. For a
complete list of the IP numbers, refer to Request for Comments document 1010,
“Assigned Numbers.”
Soclose Record
The soclose record is generated each time the SOCLOSE procedure is called. The
SOCLOSE procedure completes the close of a socket.
line-num of file-name (time on date)
is the edit-line number that caused the event, the fully-qualified edit-file name, and
the last time the edit file was compiled.
nnnnaaaa
indicates the internal socket ID of the socket being closed.
header
attach socket_handle nnnnaaaa proto #n
header
procedure:soclose socket_handle nnnnaaaa