@@ -64,20 +64,20 @@ Socket addresses are represented as follows:
6464 tuple, and the fields depend on the address type. The general tuple form is
6565 ``(addr_type, v1, v2, v3 [, scope]) ``, where:
6666
67- - *addr_type * is one of TIPC_ADDR_NAMESEQ, TIPC_ADDR_NAME, or
68- TIPC_ADDR_ID.
69- - *scope * is one of TIPC_ZONE_SCOPE, TIPC_CLUSTER_SCOPE, and
70- TIPC_NODE_SCOPE.
71- - If *addr_type * is TIPC_ADDR_NAME, then *v1 * is the server type, *v2 * is
67+ - *addr_type * is one of :const: ` TIPC_ADDR_NAMESEQ `, :const: ` TIPC_ADDR_NAME `,
68+ or :const: ` TIPC_ADDR_ID ` .
69+ - *scope * is one of :const: ` TIPC_ZONE_SCOPE `, :const: ` TIPC_CLUSTER_SCOPE ` , and
70+ :const: ` TIPC_NODE_SCOPE ` .
71+ - If *addr_type * is :const: ` TIPC_ADDR_NAME ` , then *v1 * is the server type, *v2 * is
7272 the port identifier, and *v3 * should be 0.
7373
74- If *addr_type * is TIPC_ADDR_NAMESEQ, then *v1 * is the server type, *v2 *
74+ If *addr_type * is :const: ` TIPC_ADDR_NAMESEQ ` , then *v1 * is the server type, *v2 *
7575 is the lower port number, and *v3 * is the upper port number.
7676
77- If *addr_type * is TIPC_ADDR_ID, then *v1 * is the node, *v2 * is the
77+ If *addr_type * is :const: ` TIPC_ADDR_ID ` , then *v1 * is the node, *v2 * is the
7878 reference, and *v3 * should be set to 0.
7979
80- If *addr_type * is TIPC_ADDR_ID, then *v1 * is the node, *v2 * is the
80+ If *addr_type * is :const: ` TIPC_ADDR_ID ` , then *v1 * is the node, *v2 * is the
8181 reference, and *v3 * should be set to 0.
8282
8383- A tuple ``(interface, ) `` is used for the :const: `AF_CAN ` address family,
0 commit comments