TCP/IPv6 Configuration and Management Manual (G06.29+, H06.03+, J06.03+)

SCF Reference for NonStop TCP/IPv6
HP NonStop TCP/IPv6 Configuration and Management Manual524523-012
8-243
Socket Command Records
Waiting for Reply Record
The waiting for reply record is generated each time an accept call is not completed
immediately (that is, if the socket has to wait for an incoming connection).
nnnnaaaa
indicates the internal socket ID.
Send Record
The send record is generated each time a send call is made.
nnnnaaaa
indicates the internal socket ID.
bbbbb
is number of bytes transferred.
Send to Record
The send to record is generated each time a sendto call is made.
nnnnaaaa
indicates the internal socket ID.
bbbbb
is number of bytes transferred.
1234abcd,12345
indicates the remote IP address and port number.
header
listen: socket_handle nnnnaaaa waiting for reply
header
send: socket_handle nnnnaaaa bbbbb
header
sendto: socket_handle nnnnaaaa bbbbb, to address
1234abcd.1234