Networking Dcmds
-
address
::mi[-p] [-d|-m] -
Given the address of a kernel MI_O, filter and display the MI_O or its payload. If the
-poption is specified, then the address of the corresponding payload of the MI_O is displayed, otherwise the MI_O itself is displayed. Specifying filter-dor-menables the dcmd to filter device or module MI_O objects respectively. -
::netstat[-av] [-finet|inet6|unix] [-Ptcp|udp] -
Show network statistics and active connections. If the
-aoption is present, the state of all sockets is displayed. If the-voption is present, more verbose output is displayed. If the-foption is present, only connections associated with the specified address family are displayed. If the-Poption is present, only connections associated with the specified protocols are displayed. -
[ address ]
::sonode[-finet|inet6|unix| id] [-tstream|dgram|raw| id] [-pid] -
Filters and displays sonode objects. If no address is given, then the list of AF_UNIX sockets is displayed, otherwise only the specified sonode is displayed. If the
-foption is present, then only sockets of the given family will be output. If the-toption is present, then only sonodes of the given type will be output. If the-poption is present, then only sockets of the given protocol will be displayed. -
[ address ]
::tcpb[-av] [-Pv4|v6] -
Filters and displays tcpb objects. If no address is specified, all connections are walked, otherwise only the specified tcpb is filtered/displayed. Specifying
-afilters for only active connections and-Pcan be used to filter for TCP IPv4 or IPv6 connections. Thetcpbdcmd is intelligent about filtering TCP connections, and if a IPv6 TCP connection is in a state that would still facilitate a IPv4 connection, the-Pfilter considers the connection as both IPv4 and IPv6 in much the same way that::netstatdoes. If the dcmd is not being used as a filter and the-voption is specified, then the output of the dcmd will be verbose.