tipc_nodeid2string
tipc_nodeid2string(tn->node_id_string, id);
int tipc_nodeid2string(char *str, u8 *id);
if (tipc_nodeid2string(self_str, tipc_own_id(net)) > NODE_ID_LEN)
if (tipc_nodeid2string(peer_str, peer_id) > NODE_ID_LEN)
if (tipc_nodeid2string(peer_str, peer_id) > NODE_ID_LEN)
tipc_nodeid2string(n->peer_id_string, peer_id);