1TIPC-SOCKET(8) Linux TIPC-SOCKET(8)
2
3
4
6 tipc-socket - show TIPC socket (port) information
7
8
10 tipc socket list
11
12
14 Options (flags) that can be passed anywhere in the command chain.
15
16 -h, --help
17 Show help about last valid command. For example tipc socket
18 --help will show socket help and tipc --help will show general
19 help. The position of the option in the string is irrelevant.
20
21
23 A TIPC socket is represented by an unsigned integer.
24
25
26
27 Bound state
28 A bound socket has a logical TIPC port name associated with it.
29
30
31
32 Connected state
33 A connected socket is directly connected to another socket cre‐
34 ating a point to point connection between TIPC sockets. If the
35 connection to X was made using a logical port name Y that name
36 will show up as connected to X via Y
37
38
40 Exit status is 0 if command was successful or a positive integer upon
41 failure.
42
43
45 tipc(8), tipc-bearer(8) tipc-link(8), tipc-media(8), tipc-nametable(8),
46 tipc-node(8),
47
49 Report any bugs to the Network Developers mailing list <net‐
50 dev@vger.kernel.org> where the development and maintenance is primarily
51 done. You do not have to be subscribed to the list to send a message
52 there.
53
54
56 Richard Alpe <richard.alpe@ericsson.com>
57
58
59
60iproute2 02 Jun 2015 TIPC-SOCKET(8)