Home
last modified time | relevance | path

Searched refs:NODE_ID_STR_LEN (Results 1 – 4 of 4) sorted by relevance

/linux/net/tipc/
H A Dcore.h87 #define NODE_ID_STR_LEN (NODE_ID_LEN * 2 + 1) macro
98 char node_id_string[NODE_ID_STR_LEN];
H A Daddr.c120 for (i = NODE_ID_STR_LEN - 2; str[i] == '0'; i--) in tipc_nodeid2string()
H A Dlink.c486 char peer_str[NODE_ID_STR_LEN] = {0,}; in tipc_link_create()
487 char self_str[NODE_ID_STR_LEN] = {0,}; in tipc_link_create()
571 char peer_str[NODE_ID_STR_LEN] = {0,}; in tipc_link_bc_create()
H A Dnode.c136 char peer_id_string[NODE_ID_STR_LEN];