Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

gm_node_id_to_unique_id.c File Reference

#include "gm_call_trace.h"
#include "gm_internal.h"
#include "gm_global_id.h"

Functions

GM_ENTRY_POINT gm_status_t gm_node_id_to_unique_id (gm_port_t *port, unsigned int node_id, char *uid)

Detailed Description

This file contains the GM API function gm_global_id_to_unique_id().


Function Documentation

GM_ENTRY_POINT gm_status_t gm_node_id_to_unique_id gm_port_t *    port,
unsigned int    node_id,
char *    uid
 

gm_global_id_to_unique_id() stores the MAC address for the interface with GM ID n at unique.

Return values:
GM_SUCCESS  Operation completed successfully.
GM_INVALID_PARAMETER 
Parameters:
port  (IN) A GM port.
node_id  (IN) The node ID to convert.
uid  (OUT) Where to store the unique ID corresponding to node_id.
Author:
Glenn Brown
Version:
GM_API_VERSION (as defined in gm.h)


Generated on Mon Nov 3 15:39:26 2003 for GM by doxygen1.2.15