IPX/SPX Configuration and Management Manual

NonStop™ IPX/SPX PTrace Facility
IPX/SPX Configuration and Management Manual425731-001
4-20
Socket State Change Trace Record
rmt
displays the address of the remote endpoint.
Socket State Change Trace Record
The trace record indicating a state change for a socket is formatted as follows:
STATE CHNG
indicates a state change for a socket.
old
displays the old socket state.
new
displays the new socket state.
OCB
displays the IPXPROTO process open control block (OCB) index for the NonStop
Himalaya S-series client’s OCB.
SOCK_BIND_
displays the name of the socket function that is changing states (in this case,
SOCK_BIND_). Other values are
type
displays the type of socket. The value is STREAM or DGRAM.
lcl
displays your local address.
04/25/2000 20:58:26.281420 >000.000092 #195 SOCK Interface
STATE CHNG: old: SO_OPEN new: SO_BOUND OCB: 2
sock_bind__ type: STREAM
lcl: 0x00000001:08008E002F7F:4000 rmt: 0x00000000:000000000000:0000
sock_handler SOCK_CLOSE_
sock_handler_connect SOCK_CONNECT_
sock_handler_disconnect SOCK_CREATE_
sock_recv_dgram SOCK_LISTEN_
sock_recv_stream SOCK_SHUTDOWN_
SOCK_BIND_