Blame man/man8/tipc-socket.8
|
Packit Service |
3880ab |
.TH TIPC-SOCKET 8 "02 Jun 2015" "iproute2" "Linux"
|
|
Packit Service |
3880ab |
|
|
Packit Service |
3880ab |
.\" For consistency, please keep padding right aligned.
|
|
Packit Service |
3880ab |
.\" For example '.B "foo " bar' and not '.B foo " bar"'
|
|
Packit Service |
3880ab |
|
|
Packit Service |
3880ab |
.SH NAME
|
|
Packit Service |
3880ab |
tipc-socket \- show TIPC socket (port) information
|
|
Packit Service |
3880ab |
|
|
Packit Service |
3880ab |
.SH SYNOPSIS
|
|
Packit Service |
3880ab |
.ad l
|
|
Packit Service |
3880ab |
.in +8
|
|
Packit Service |
3880ab |
|
|
Packit Service |
3880ab |
.ti -8
|
|
Packit Service |
3880ab |
.B tipc socket list
|
|
Packit Service |
3880ab |
|
|
Packit Service |
3880ab |
.SH OPTIONS
|
|
Packit Service |
3880ab |
Options (flags) that can be passed anywhere in the command chain.
|
|
Packit Service |
3880ab |
.TP
|
|
Packit Service |
3880ab |
.BR "\-h" , " --help"
|
|
Packit Service |
3880ab |
Show help about last valid command. For example
|
|
Packit Service |
3880ab |
.B tipc socket --help
|
|
Packit Service |
3880ab |
will show socket help and
|
|
Packit Service |
3880ab |
.B tipc --help
|
|
Packit Service |
3880ab |
will show general help. The position of the option in the string is irrelevant.
|
|
Packit Service |
3880ab |
|
|
Packit Service |
3880ab |
.SH DESCRIPTION
|
|
Packit Service |
3880ab |
A TIPC socket is represented by an unsigned integer.
|
|
Packit Service |
3880ab |
|
|
Packit Service |
3880ab |
.TP
|
|
Packit Service |
3880ab |
.SS Bound state
|
|
Packit Service |
3880ab |
A bound socket has a logical TIPC port name associated with it.
|
|
Packit Service |
3880ab |
|
|
Packit Service |
3880ab |
.TP
|
|
Packit Service |
3880ab |
.SS Connected state
|
|
Packit Service |
3880ab |
A connected socket is directly connected to another socket creating a point
|
|
Packit Service |
3880ab |
to point connection between TIPC sockets. If the connection to X was made using
|
|
Packit Service |
3880ab |
a logical port name Y that name will show up as
|
|
Packit Service |
3880ab |
.BR "connected to " "X " "via " Y
|
|
Packit Service |
3880ab |
.
|
|
Packit Service |
3880ab |
|
|
Packit Service |
3880ab |
.SH EXIT STATUS
|
|
Packit Service |
3880ab |
Exit status is 0 if command was successful or a positive integer upon failure.
|
|
Packit Service |
3880ab |
|
|
Packit Service |
3880ab |
.SH SEE ALSO
|
|
Packit Service |
3880ab |
.BR tipc (8),
|
|
Packit Service |
3880ab |
.BR tipc-bearer (8)
|
|
Packit Service |
3880ab |
.BR tipc-link (8),
|
|
Packit Service |
3880ab |
.BR tipc-media (8),
|
|
Packit Service |
3880ab |
.BR tipc-nametable (8),
|
|
Packit Service |
3880ab |
.BR tipc-node (8),
|
|
Packit Service |
3880ab |
.br
|
|
Packit Service |
3880ab |
.SH REPORTING BUGS
|
|
Packit Service |
3880ab |
Report any bugs to the Network Developers mailing list
|
|
Packit Service |
3880ab |
.B <netdev@vger.kernel.org>
|
|
Packit Service |
3880ab |
where the development and maintenance is primarily done.
|
|
Packit Service |
3880ab |
You do not have to be subscribed to the list to send a message there.
|
|
Packit Service |
3880ab |
|
|
Packit Service |
3880ab |
.SH AUTHOR
|
|
Packit Service |
3880ab |
Richard Alpe <richard.alpe@ericsson.com>
|